pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins Fix a regexp passed to libtool ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8d4c5ce361a
branches:  trunk
changeset: 472080:a8d4c5ce361a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 03 21:36:23 2004 +0000

description:
Fix a regexp passed to libtool to let it work with our native grep...
This allows the plugins to export symbols properly.

diffstat:

 multimedia/gst-plugins/Makefile         |   3 ++-
 multimedia/gst-plugins/distinfo         |   3 ++-
 multimedia/gst-plugins/patches/patch-aa |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 8655b42a1ead -r a8d4c5ce361a multimedia/gst-plugins/Makefile
--- a/multimedia/gst-plugins/Makefile   Sat Apr 03 21:19:53 2004 +0000
+++ b/multimedia/gst-plugins/Makefile   Sat Apr 03 21:36:23 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2004/04/03 21:19:53 rh Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/03 21:36:23 jmmv Exp $
 #
 
 DISTNAME=              gst-plugins-0.8.0
+PKGREVISION=           1
 CATEGORIES=            multimedia gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 8655b42a1ead -r a8d4c5ce361a multimedia/gst-plugins/distinfo
--- a/multimedia/gst-plugins/distinfo   Sat Apr 03 21:19:53 2004 +0000
+++ b/multimedia/gst-plugins/distinfo   Sat Apr 03 21:36:23 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/04/01 19:06:38 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/04/03 21:36:23 jmmv Exp $
 
 SHA1 (gst-plugins-0.8.0.tar.bz2) = 283770761c4f479367ebdb68f936b9f9a74bbf6a
 Size (gst-plugins-0.8.0.tar.bz2) = 1751685 bytes
+SHA1 (patch-aa) = 0f7c9f904c3881f0bd1e4954ecba114e7b4654c0
diff -r 8655b42a1ead -r a8d4c5ce361a multimedia/gst-plugins/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins/patches/patch-aa   Sat Apr 03 21:36:23 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2004/04/03 21:36:23 jmmv Exp $
+
+--- configure.orig     2004-03-16 12:55:09.000000000 +0100
++++ configure  2004-04-03 15:19:00.000000000 +0200
+@@ -27364,7 +27364,7 @@
+ plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
+ 
+ 
+-GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*{gst_,Gst,GST_}.*'
++GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*[Gg][Ss][Tt].*'
+ 
+ 
+ GST_PLUGINS_ALL="\



Home | Main Index | Thread Index | Old Index