Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=75e508c2a3f7a56f3586275690ff5b0108873e50
commit 75e508c2a3f7a56f3586275690ff5b0108873e50 Author: bouleetbil <[email protected]> Date: Wed Oct 28 11:17:41 2009 +0100 libdvdnav-4.1.3-1-i686 *version bump *now hosted by mplayer diff --git a/source/lib-extra/libdvdnav/FrugalBuild b/source/lib-extra/libdvdnav/FrugalBuild index 453ba08..4ce6809 100644 --- a/source/lib-extra/libdvdnav/FrugalBuild +++ b/source/lib-extra/libdvdnav/FrugalBuild @@ -2,24 +2,21 @@ # Maintainer: AlexExtreme <[email protected]> pkgname=libdvdnav -pkgver=0.1.10 -pkgrel=4 +pkgver=4.1.3 +pkgrel=1 pkgdesc="The library for xine-dvdnav plugin." -_F_sourceforge_dirname="dvd" -Finclude sourceforge -url="http://dvd.sourceforge.net/index.shtml" +url="http://www.mplayerhq.hu/" groups=('lib-extra') archs=('i686' 'x86_64' 'ppc') -depends=('glibc' 'libdvdread' 'libdvdcss') -source=($source no-O3s-thx.patch) -sha1sums=('22289cb8f297664ce36551b818c0083e936632a7' \ - '65863a5ea03858c04044b7ae311bfdcaba0f288f') +depends=('glibc' 'libdvdread>=4.1.3' 'libdvdcss') +up2date="Flasttar http://www.mplayerhq.hu/MPlayer/releases/dvdnav/" +source=(http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$pkgver.tar.bz2) +sha1sums=('d1b95eb8a7caee1fa7580a1abad84d6cb3cad046') build() { Fcd - Fpatchall - autoreconf -fivs || Fdie + Fautoreconf Fmake Fmakeinstall } diff --git a/source/lib-extra/libdvdnav/no-O3s-thx.patch b/source/lib-extra/libdvdnav/no-O3s-thx.patch deleted file mode 100644 index 3476af4..0000000 --- a/source/lib-extra/libdvdnav/no-O3s-thx.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur libdvdnav-0.1.10/configure libdvdnav-0.1.10-p/configure ---- libdvdnav-0.1.10/configure 2004-06-10 23:13:17.000000000 +0200 -+++ libdvdnav-0.1.10-p/configure 2006-08-25 20:34:13.268761248 +0200 -@@ -21459,7 +21459,7 @@ - ;; - esac - --CFLAGS="-O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS" -+CFLAGS=" -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS" - DEBUG_CFLAGS="-g -DDEBUG $CFLAGS" - - -diff -Naur libdvdnav-0.1.10/configure.ac libdvdnav-0.1.10-p/configure.ac ---- libdvdnav-0.1.10/configure.ac 2004-06-10 23:13:02.000000000 +0200 -+++ libdvdnav-0.1.10-p/configure.ac 2006-08-25 20:34:19.039883904 +0200 -@@ -175,7 +175,7 @@ - dnl cflags - dnl --------------------------------------------- - dnl Common cflags for all platforms --CFLAGS="-O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS" -+CFLAGS=" -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS" - DEBUG_CFLAGS="-g -DDEBUG $CFLAGS" - - AC_SUBST(DEBUG_CFLAGS) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
