contrib/libquicktime/Pkgfile

30 lines
718 B
Plaintext
Raw Normal View History

2008-12-19 10:48:26 +01:00
# Description: A library based on quicktime4linux with extensions.
2007-06-25 07:09:54 +02:00
# URL: http://libquicktime.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-06-25 07:09:54 +02:00
# Packager: Younes Hafri, ycrux at club-internet dot fr
2015-09-15 04:52:53 +02:00
# Depends on: faac faad2 ffmpeg gtk libdv util-linux xorg-libxaw
2007-06-25 07:09:54 +02:00
name=libquicktime
2012-04-06 02:30:20 +02:00
version=1.2.4
release=3
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz
libquicktime-1.2.4-ffmpeg3-1.patch)
2007-06-25 07:09:54 +02:00
build() {
2008-07-18 07:38:47 +02:00
cd $name-$version
2007-06-25 07:09:54 +02:00
patch -p 1 -i $SRC/libquicktime-1.2.4-ffmpeg3-1.patch
2007-06-25 07:09:54 +02:00
./configure \
--prefix=/usr \
--enable-gpl \
2008-07-18 07:38:47 +02:00
--disable-nls \
--with-libdv \
--with-ffmpeg \
--with-x264 \
2008-07-18 07:38:47 +02:00
--without-doxygen
2007-06-25 07:09:54 +02:00
make
make DESTDIR=$PKG install
}