Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc7f087bf828faef79d1bf05070ccb05bd4343b3

commit fc7f087bf828faef79d1bf05070ccb05bd4343b3
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Wed Oct 28 11:14:28 2009 +0100

libdvdread-4.1.3-1-i686
*version bump
*now hosted by mplayer

diff --git a/source/lib/libdvdread/FrugalBuild 
b/source/lib/libdvdread/FrugalBuild
index 9e33e47..35922dc 100644
--- a/source/lib/libdvdread/FrugalBuild
+++ b/source/lib/libdvdread/FrugalBuild
@@ -3,18 +3,22 @@
# Contributor: Shrift <shr...@frugalware.org>

pkgname=libdvdread
-pkgver=0.9.7
-pkgrel=2
+pkgver=4.1.3
+pkgrel=1
pkgdesc="libdvdread provides a simple foundation for reading DVD video disks"
-url="http://www.dtek.chalmers.se/groups/dvd/downloads.shtml";
+url="http://www.mplayerhq.hu/";
groups=('lib')
archs=('i686' 'x86_64' 'ppc')
depends=('libdvdcss')
-up2date="lynx -dump 
'http://www.dtek.chalmers.se/groups/dvd/dist/?C=M;O=D'|grep 
dist/libdvdread-[0-9\.]*.tar.gz|sed -ne 's/.*d-\(.*\)\.t.*/\1/;1 p'"
-source=(http://www.dtek.chalmers.se/groups/dvd/dist/$pkgname-$pkgver.tar.gz \
-       drop-beos-definechecks.patch)
-sha1sums=('b2c2ede36cff9d56205747d3740c50fd32669e21' \
-         'bfd546cbdf775d8552c77fdc4582ebcb362ea286')
+up2date="Flasttar http://www.mplayerhq.hu/MPlayer/releases/dvdnav/";
+source=(http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$pkgver.tar.bz2)
+sha1sums=('fc4c7ba3e49929191e057b435bc4f867583ea8d5')
Fconfopts="$Fconfopts --with-libdvdcss=/usr"

+build() {
+       Fcd
+       Fautoreconf
+       Fmake
+       Fmakeinstall
+}
# optimization OK
diff --git a/source/lib/libdvdread/drop-beos-definechecks.patch 
b/source/lib/libdvdread/drop-beos-definechecks.patch
deleted file mode 100644
index 5062cf7..0000000
--- a/source/lib/libdvdread/drop-beos-definechecks.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -Naur libdvdread-0.9.5.orig/dvdread/ifo_types.h 
libdvdread-0.9.5/dvdread/ifo_types.h
---- libdvdread-0.9.5.orig/dvdread/ifo_types.h  2006-02-10 15:37:47.069743250 
+0100
-+++ libdvdread-0.9.5/dvdread/ifo_types.h       2006-02-10 15:46:19.953796500 
+0100
-@@ -21,18 +21,9 @@
-  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-  */
-
-+#include <inttypes.h>
- #include <dvdread/dvd_reader.h>
-
--#if defined(__BEOS__)
--#if !defined(_INTTYPES_H_) && !defined(_INTTYPES_H) && !defined(_STDINT_H_) 
&& !defined(_STDINT_H)
--#error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
--#endif
--#else
--#if !defined(UINT8_MAX) || !defined(UINT16_MAX) || !defined(INT32_MAX)
--#error "Must include <inttypes.h> or <stdint.h> before any libdvdread header."
--#endif
--#endif
--
- #undef ATTRIBUTE_PACKED
- #undef PRAGMA_PACK_BEGIN
- #undef PRAGMA_PACK_END
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to