diff options
author | martymac <martymac@FreeBSD.org> | 2014-02-03 16:15:19 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-02-03 16:15:19 +0800 |
commit | 40b3b76fea6a0e8e731fe2bb0cf5ed1ffd411d4d (patch) | |
tree | e55c0b36117b2431eaac4b02ff6ef7fa05d46749 /multimedia/libdvdread | |
parent | 8c1ebed154969883b516e50cef52c67b0fa62d0f (diff) | |
download | freebsd-ports-gnome-40b3b76fea6a0e8e731fe2bb0cf5ed1ffd411d4d.tar.gz freebsd-ports-gnome-40b3b76fea6a0e8e731fe2bb0cf5ed1ffd411d4d.tar.zst freebsd-ports-gnome-40b3b76fea6a0e8e731fe2bb0cf5ed1ffd411d4d.zip |
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions
Diffstat (limited to 'multimedia/libdvdread')
-rw-r--r-- | multimedia/libdvdread/Makefile | 5 | ||||
-rw-r--r-- | multimedia/libdvdread/distinfo | 4 | ||||
-rw-r--r-- | multimedia/libdvdread/files/patch-configure2 | 20 | ||||
-rw-r--r-- | multimedia/libdvdread/pkg-plist | 2 |
4 files changed, 8 insertions, 23 deletions
diff --git a/multimedia/libdvdread/Makefile b/multimedia/libdvdread/Makefile index 5bdd7ff053a1..7432ac7a81d2 100644 --- a/multimedia/libdvdread/Makefile +++ b/multimedia/libdvdread/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdread -PORTVERSION= 4.2.0 -PORTREVISION= 2 +PORTVERSION= 4.2.1 CATEGORIES= multimedia # Svn repository URL : svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread MASTER_SITES= http://dvdnav.mplayerhq.hu/releases/ \ @@ -15,7 +14,7 @@ COMMENT= MPlayer version of the libdvdread project LICENSE= GPLv2 -USE_BZIP2= yes +USE_XZ= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure2 CONFIGURE_ARGS= --prefix="${PREFIX}" \ diff --git a/multimedia/libdvdread/distinfo b/multimedia/libdvdread/distinfo index 78f105ce015f..3b0ec88f4054 100644 --- a/multimedia/libdvdread/distinfo +++ b/multimedia/libdvdread/distinfo @@ -1,2 +1,2 @@ -SHA256 (libdvdread-4.2.0.tar.bz2) = 0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097 -SIZE (libdvdread-4.2.0.tar.bz2) = 97469 +SHA256 (libdvdread-4.2.1.tar.xz) = af9b98f049580a6521d56c978b736d3d609562dd12955e11d50e26d97542dcd4 +SIZE (libdvdread-4.2.1.tar.xz) = 96108 diff --git a/multimedia/libdvdread/files/patch-configure2 b/multimedia/libdvdread/files/patch-configure2 index 5f7e5b291a18..839a11bbbf07 100644 --- a/multimedia/libdvdread/files/patch-configure2 +++ b/multimedia/libdvdread/files/patch-configure2 @@ -1,5 +1,5 @@ ---- configure2.orig 2011-10-07 22:20:59.000000000 +0200 -+++ configure2 2011-12-09 12:01:14.948827944 +0100 +--- configure2.orig 2013-11-12 00:59:39.000000000 +0100 ++++ configure2 2014-01-29 18:09:55.000000000 +0100 @@ -26,6 +26,7 @@ echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$PREFIX]" @@ -41,7 +41,7 @@ TMPC=$TMPD/endian.c TMPO=$TMPD/endian.o cat > $TMPC <<EOF -@@ -125,9 +129,9 @@ +@@ -137,9 +141,9 @@ # Automatically generated by configure, do not edit PREFIX=$PREFIX libdir=$libdir @@ -52,17 +52,3 @@ BUILD_SHARED=$SHARED BUILD_STATIC=$STATIC SHLIB_VERSION=$dvdread_sh_version -@@ -149,7 +153,12 @@ - /* Automatically generated by configure, do not edit */ - #include "version.h" - EOF --test "$bigendian" = "yes" && echo "#define WORDS_BIGENDIAN" || echo "#undef WORDS_BIGENDIAN" >> config.h -+if test "$bigendian" = "yes" -+then -+ echo "#define WORDS_BIGENDIAN" >> config.h -+else -+ echo "#undef WORDS_BIGENDIAN" >> config.h -+fi - - # build tree in object directory if source path is different from current one - if test "$source_path_used" != "no"; then diff --git a/multimedia/libdvdread/pkg-plist b/multimedia/libdvdread/pkg-plist index dbf72553ea9c..431ede7f8fbf 100644 --- a/multimedia/libdvdread/pkg-plist +++ b/multimedia/libdvdread/pkg-plist @@ -11,6 +11,6 @@ include/dvdread/nav_types.h lib/libdvdread.a lib/libdvdread.so lib/libdvdread.so.4 -lib/libdvdread.so.4.2.0 +lib/libdvdread.so.4.2.1 libdata/pkgconfig/dvdread.pc @dirrm include/dvdread |