pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia fix a bash'ism which caused the "dvdnav" gs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53aa87e9a8d7
branches:  trunk
changeset: 493380:53aa87e9a8d7
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed May 04 16:22:31 2005 +0000

description:
fix a bash'ism which caused the "dvdnav" gstreamer plugin not being
linked against libdvdnav, causing runtime errors
fix gst-plugins-dvdnav's PKGREVISION

diffstat:

 multimedia/gst-plugins-dvdnav/Makefile  |   4 +++-
 multimedia/gst-plugins/distinfo         |   4 ++--
 multimedia/gst-plugins/patches/patch-aa |  15 ++++++++++++---
 3 files changed, 17 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r fbea44cf9177 -r 53aa87e9a8d7 multimedia/gst-plugins-dvdnav/Makefile
--- a/multimedia/gst-plugins-dvdnav/Makefile    Wed May 04 16:15:00 2005 +0000
+++ b/multimedia/gst-plugins-dvdnav/Makefile    Wed May 04 16:22:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 13:49:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/04 16:22:31 drochner Exp $
 #
 
 GST_PLUGINS_NAME=      dvdnav
@@ -6,5 +6,7 @@
 
 .include "../../multimedia/gst-plugins/Makefile.common"
 
+PKGREVISION=   1
+
 .include "../../multimedia/libdvdnav/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fbea44cf9177 -r 53aa87e9a8d7 multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Wed May 04 16:15:00 2005 +0000
+++ b/multimedia/gst-plugins/distinfo   Wed May 04 16:22:31 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2005/03/22 16:16:33 jmmv Exp $
+$NetBSD: distinfo,v 1.19 2005/05/04 16:22:31 drochner Exp $
 
 SHA1 (gst-plugins-0.8.8.tar.bz2) = 5ba9908c3a09c1b7554ed0194a85ba63c2cc1ced
 RMD160 (gst-plugins-0.8.8.tar.bz2) = e141c576b668109d41f32541a96da5c79016e55c
 Size (gst-plugins-0.8.8.tar.bz2) = 2214274 bytes
-SHA1 (patch-aa) = c9173d53f594236f114cb5356aca79f41e13240b
+SHA1 (patch-aa) = 49a78bc16c4bfc541ecb940a629c61dcacdadcb5
 SHA1 (patch-ae) = 3509dd08d3e010e9eb85c71ae6c42e28f6f9ec2d
diff -r fbea44cf9177 -r 53aa87e9a8d7 multimedia/gst-plugins/patches/patch-aa
--- a/multimedia/gst-plugins/patches/patch-aa   Wed May 04 16:15:00 2005 +0000
+++ b/multimedia/gst-plugins/patches/patch-aa   Wed May 04 16:22:31 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2004/10/28 14:22:48 jmmv Exp $
+$NetBSD: patch-aa,v 1.9 2005/05/04 16:22:31 drochner Exp $
 
---- configure.orig     2004-10-06 18:15:54.000000000 +0200
+--- configure.orig     2005-03-07 17:41:29.000000000 +0100
 +++ configure
-@@ -28571,6 +28571,10 @@ else
+@@ -27852,6 +27852,10 @@ else
  fi
  
  
@@ -13,3 +13,12 @@
  
  echo "$as_me: ***" >&6
  echo "$as_me: *** checking plugin:  ***" >&6
+@@ -41970,7 +41974,7 @@ fi
+     DVDNAV_CFLAGS=
+     HAVE_DVDNAV=no
+   else
+-    if dvdnav-config --plugin-libs  &> /dev/null; then
++    if dvdnav-config --plugin-libs  > /dev/null 2>&1; then
+       DVDNAV_LIBS=`dvdnav-config --plugin-libs `
+     else
+       DVDNAV_LIBS=`dvdnav-config --libs `



Home | Main Index | Thread Index | Old Index