30 lines
718 B
Plaintext
Raw Normal View History

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