summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordrochner <drochner>2005-05-04 16:22:31 +0000
committerdrochner <drochner>2005-05-04 16:22:31 +0000
commitf4683c74a7a2bffe79c76f7a29cb38b26c436a3f (patch)
tree338d8ee6ab49234f4d23b178cfa82a38f95a8b25 /multimedia
parente6fd6f9fb5b75a57dd96b9fccf3ab442f474c571 (diff)
downloadpkgsrc-f4683c74a7a2bffe79c76f7a29cb38b26c436a3f.tar.gz
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 (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins-dvdnav/Makefile4
-rw-r--r--multimedia/gst-plugins/distinfo4
-rw-r--r--multimedia/gst-plugins/patches/patch-aa15
3 files changed, 17 insertions, 6 deletions
diff --git a/multimedia/gst-plugins-dvdnav/Makefile b/multimedia/gst-plugins-dvdnav/Makefile
index 9fd10d95feb..92ca3252305 100644
--- a/multimedia/gst-plugins-dvdnav/Makefile
+++ b/multimedia/gst-plugins-dvdnav/Makefile
@@ -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 @@ GST_PLUGINS_DIR= ext/dvdnav
.include "../../multimedia/gst-plugins/Makefile.common"
+PKGREVISION= 1
+
.include "../../multimedia/libdvdnav/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins/distinfo b/multimedia/gst-plugins/distinfo
index 06f1db79207..a81eab82ccd 100644
--- a/multimedia/gst-plugins/distinfo
+++ b/multimedia/gst-plugins/distinfo
@@ -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 --git a/multimedia/gst-plugins/patches/patch-aa b/multimedia/gst-plugins/patches/patch-aa
index fb2024b8141..1eb90d38adf 100644
--- a/multimedia/gst-plugins/patches/patch-aa
+++ b/multimedia/gst-plugins/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.8 2004/10/28 14:22:48 jmmv Exp $
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 `