pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-good Fix build of OSS plugi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6af29bc73ebb
branches:  trunk
changeset: 509985:6af29bc73ebb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Mar 21 14:51:46 2006 +0000

description:
Fix build of OSS plugin on DragonFly.

diffstat:

 multimedia/gst-plugins0.10-good/distinfo         |   3 ++-
 multimedia/gst-plugins0.10-good/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 872b5e22c03b -r 6af29bc73ebb multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo  Tue Mar 21 07:48:03 2006 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo  Tue Mar 21 14:51:46 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2006/02/13 19:22:33 wiz Exp $
+$NetBSD: distinfo,v 1.4 2006/03/21 14:51:46 joerg Exp $
 
 SHA1 (gst-plugins-good-0.10.2.tar.bz2) = 2a4116d8bfb815b3fff117df3414b977e821dcec
 RMD160 (gst-plugins-good-0.10.2.tar.bz2) = 63103286d064dc47a464c365604579c9a9ecfdab
 Size (gst-plugins-good-0.10.2.tar.bz2) = 963026 bytes
+SHA1 (patch-aa) = f6ea3afbb377a7dad86c1350d4af7b1dfdca8a6a
diff -r 872b5e22c03b -r 6af29bc73ebb multimedia/gst-plugins0.10-good/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-aa  Tue Mar 21 14:51:46 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2006/03/21 14:51:46 joerg Exp $
+
+--- sys/oss/gstossmixer.c.orig 2006-03-21 14:44:22.000000000 +0000
++++ sys/oss/gstossmixer.c
+@@ -92,7 +92,7 @@ gst_ossmixer_open (GstOssMixer * mixer)
+     mixer->cardname = g_strdup (minfo.name);
+   }
+ #else
+-  oss->cardname = g_strdup ("Unknown");
++  mixer->cardname = g_strdup ("Unknown");
+ #endif
+ 
+   return TRUE;



Home | Main Index | Thread Index | Old Index