diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2008-03-01 13:53:47 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2008-03-01 13:53:47 +1100 |
commit | 89fa02797b0754e834385d40f5d119b91fad10ac (patch) | |
tree | 09882e7521a9495d843e54811081d70f5dc1ea09 /avifile | |
parent | 44024ee9b4978e124477a56f62a2f36cf7b1b297 (diff) | |
download | contrib-89fa02797b0754e834385d40f5d119b91fad10ac.tar.gz contrib-89fa02797b0754e834385d40f5d119b91fad10ac.tar.xz |
avifile: fix dependencys and general Pkgfile cleanup
Diffstat (limited to 'avifile')
-rw-r--r-- | avifile/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/avifile/Pkgfile b/avifile/Pkgfile index f73deb8ec..72dfcf84e 100644 --- a/avifile/Pkgfile +++ b/avifile/Pkgfile @@ -2,7 +2,7 @@ # URL: http://avifile.sourceforge.net/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Martin Opel, mo at obbl-net dot de -# Depends on: xorg-libxft xorg-libxv xorg-libxinerama libsdl liba52 libmad lame libdivx freetype libvorbis ffmpeg xorg-libxi xorg-libxxf86dga xorg-libxxf86vm libdivx-legacy +# Depends on: ffmpeg liba52 libdivx libdivx-legacy libmad win32-essential-codecs xorg-libxft xorg-libxi xorg-libxinerama xorg-libxv xorg-libxxf86dga xorg-libxxf86vm name=avifile version=0.7-0.7.45 @@ -16,18 +16,18 @@ build() { patch -p1 -i $SRC/avifile-$version-gcc4.patch # remove samples dosn't build on current gcc - sed -i -e 's/^ doc include debian libavqt player samples$/ doc include debian libavqt player/' Makefile.in + sed -i Makefile.in -e 's/^ doc include debian libavqt player samples$/ doc include debian libavqt player/' ./configure \ --prefix=/usr \ --enable-x86opt \ --without-qt \ - --disable-xvidtest \ - --disable-xvid \ + --disable-xvidtest \ + --disable-xvid \ --disable-ffmpeg-risky \ --with-linux-prefix='/usr/include/linux' - sed -i -e 's/-O4/-O3/' Makefile + sed -i Makefile -e 's/-O4/-O3/' make make DESTDIR=$PKG install |