forked from ports/contrib
libquicktime: 1.0.2 -> 1.0.3
This commit is contained in:
parent
e64050d25c
commit
ed070ec483
@ -1 +1 @@
|
||||
4a43a44adcfbec398a91c56d1edcbdc1 libquicktime-1.0.2.tar.gz
|
||||
823191104cdd665c75d447c8f5f8bf7e libquicktime-1.0.3.tar.gz
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user