diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-10-31 08:47:25 +1100 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-10-31 08:47:25 +1100 |
commit | 24561fbdf17b46d61f12d0a25720322dff7452b0 (patch) | |
tree | 40f37ce09808eeec7be8bbaa89db96f4890adfad /libdvdnav/Pkgfile | |
parent | 4199a07421473c084d94b68298db42a86d0c9043 (diff) | |
download | contrib-24561fbdf17b46d61f12d0a25720322dff7452b0.tar.gz contrib-24561fbdf17b46d61f12d0a25720322dff7452b0.tar.xz |
libdvdnav: 20050211 -> r956
Diffstat (limited to 'libdvdnav/Pkgfile')
-rwxr-xr-x[-rw-r--r--] | libdvdnav/Pkgfile | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/libdvdnav/Pkgfile b/libdvdnav/Pkgfile index 03d84cb56..686e18f43 100644..100755 --- a/libdvdnav/Pkgfile +++ b/libdvdnav/Pkgfile @@ -2,18 +2,25 @@ # URL: http://dvd.sourceforge.net/ # Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au # Packager: Matt Housh, jaeger at morpheus dot net -# Depends on: libdvdcss libdvdread +# Depends on: libdvdcss name=libdvdnav -version=20050211 +version=r956 release=1 -source=(http://downloads.videolan.org/pub/videolan/vlc/0.8.5/contrib/libdvdnav-$version.tar.bz2) +source=(http://romster.shortcircuit.net.au/crux/source/libdvdnav-snapshot-$version.tar.bz2) build() { - cd libdvdnav-$version - rm -r missing - ./configure --prefix=/usr - make + cd libdvdnav + + export \ + CFLAGS="${CFLAGS//-O?/}" \ + CXXFLAGS="${CXXFLAGS//-O?/}" + + ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-debug + make DESTDIR=$PKG install } |