pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/gst-buzztard bml_setup no longer takes an argument.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76ca3e36d3af
branches:  trunk
changeset: 641341:76ca3e36d3af
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Nov 04 21:38:14 2014 +0000

description:
bml_setup no longer takes an argument.

diffstat:

 audio/gst-buzztard/distinfo                       |   3 ++-
 audio/gst-buzztard/patches/patch-src_bml_plugin.c |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 048e0fa1509a -r 76ca3e36d3af audio/gst-buzztard/distinfo
--- a/audio/gst-buzztard/distinfo       Tue Nov 04 13:18:28 2014 +0000
+++ b/audio/gst-buzztard/distinfo       Tue Nov 04 21:38:14 2014 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/09/10 20:16:45 wiz Exp $
+$NetBSD: distinfo,v 1.2 2014/11/04 21:38:14 joerg Exp $
 
 SHA1 (gst-buzztard-0.5.0.tar.gz) = 2b2ee15f7efaf33a5b9f84af16e638054af24ae2
 RMD160 (gst-buzztard-0.5.0.tar.gz) = f5a8b4639ccb184a03f97c14ba122dfb2eb00312
 Size (gst-buzztard-0.5.0.tar.gz) = 481852 bytes
+SHA1 (patch-src_bml_plugin.c) = ce38829fddb8b04d8ad000da53d288f9dc6a7540
diff -r 048e0fa1509a -r 76ca3e36d3af audio/gst-buzztard/patches/patch-src_bml_plugin.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-buzztard/patches/patch-src_bml_plugin.c Tue Nov 04 21:38:14 2014 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_bml_plugin.c,v 1.1 2014/11/04 21:38:15 joerg Exp $
+
+--- src/bml/plugin.c.orig      2014-11-04 12:02:37.000000000 +0000
++++ src/bml/plugin.c
+@@ -400,7 +400,7 @@ static gboolean plugin_init (GstPlugin *
+ #endif
+ 
+   // init bml library
+-  if(!bml_setup(0)) {
++  if(!bml_setup()) {
+     GST_WARNING("failed to init bml library");
+     return(FALSE);
+   }



Home | Main Index | Thread Index | Old Index