Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=375bea1ac348ebf329f0dba3dbd2ec4a833e4dbd
commit 375bea1ac348ebf329f0dba3dbd2ec4a833e4dbd Author: James Buren <[email protected]> Date: Tue Sep 6 16:42:03 2011 -0500 oxine-0.7.1-6-i686 * rebuild with xine-lib & imagemagick diff --git a/source/xapps-extra/oxine/FrugalBuild b/source/xapps-extra/oxine/FrugalBuild index 701c3b2..d9718c0 100644 --- a/source/xapps-extra/oxine/FrugalBuild +++ b/source/xapps-extra/oxine/FrugalBuild @@ -3,10 +3,10 @@ pkgname=oxine pkgver=0.7.1 -pkgrel=5 +pkgrel=6 pkgdesc="oxine is a lightweight pure OSD GUI for the famous xine engine." depends=('libxtst' 'libxinerama' 'fontconfig' 'openssl>=1.0.0' 'curl>=7.19.0' \ - 'xine-lib>=1.1.16.1-5' 'imagemagick>=6.6.1_5-1' \ + 'xine-lib>=1.1.19-6' 'imagemagick>=6.6.8_5-3' \ 'eject' 'mjpegtools>=1.9.0-3' 'netpbm>=10.50.00-2' 'libcdio') makedepends=('inputproto' 'lirc') groups=('xapps-extra') @@ -16,9 +16,17 @@ Finclude sourceforge ## ohh man WTF! source=($source MKINSTALLDIRS.patch) #_F_cd_path="$pkgname-0.6" -Fconfopts="$Fconfopts --disable-joystick --enable-lirc --enable-vdr" +Fconfopts="--disable-joystick --enable-lirc --enable-vdr" +CFLAGS="$CFLAGS -D_GNU_SOURCE" sha1sums=('fa81f1380f94bfbd1cc0bb648b8ff8c4e77aa6ee' \ '8baab02025c54ed28fc16cb443ea6fb4fca16db9') +build() +{ + Fcd + Fautoreconf + Fbuild +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
