libquicktime: 1.0.2 -> 1.0.3

This commit is contained in:
Danny Rawlins 2008-07-18 15:38:47 +10:00
parent e64050d25c
commit ed070ec483
2 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
4a43a44adcfbec398a91c56d1edcbdc1 libquicktime-1.0.2.tar.gz
823191104cdd665c75d447c8f5f8bf7e libquicktime-1.0.3.tar.gz

View File

@ -5,21 +5,22 @@
# Depends on: ffmpeg gtk libdivx libdv x264 xorg-libxaw
name=libquicktime
version=1.0.2
version=1.0.3
release=1
source=(http://dl.sourceforge.net/sourceforge/libquicktime/libquicktime-$version.tar.gz)
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd libquicktime-$version
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-gpl \
--disable-nls
--disable-nls \
--with-libdv \
--without-doxygen
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}