contrib/libquicktime/Pkgfile

29 lines
694 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-06-25 07:09:54 +02:00
# Packager: Younes Hafri, ycrux at club-internet dot fr
# Depends on: ffmpeg gtk libdivx libdv xorg-libxaw xorg-libxcomposite
2007-06-25 07:09:54 +02:00
name=libquicktime
2009-12-26 05:56:50 +01:00
version=1.1.3
2007-06-25 07:09:54 +02:00
release=1
source=(http://downloads.sourceforge.net/project/$name/$name-$version.tar.gz
2009-12-26 05:56:50 +01:00
$name-1.1.3_x264-abi.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
2009-12-26 05:56:50 +01:00
patch -p 1 -i $SRC/$name-1.1.3_x264-abi.patch
2007-06-25 07:09:54 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-gpl \
2008-07-18 07:38:47 +02:00
--disable-nls \
--with-libdv \
--without-doxygen
2007-06-25 07:09:54 +02:00
make
make DESTDIR=$PKG install
}