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-base Fix ALSA build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89fd60a03de8
branches:  trunk
changeset: 551703:89fd60a03de8
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Fri Dec 19 04:39:11 2008 +0000

description:
Fix ALSA build.

diffstat:

 multimedia/gst-plugins0.10-base/distinfo         |   4 +++-
 multimedia/gst-plugins0.10-base/patches/patch-ab |  15 +++++++++++++++
 multimedia/gst-plugins0.10-base/patches/patch-ac |  15 +++++++++++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

diffs (51 lines):

diff -r 5cb390c3f7ab -r 89fd60a03de8 multimedia/gst-plugins0.10-base/distinfo
--- a/multimedia/gst-plugins0.10-base/distinfo  Fri Dec 19 04:28:47 2008 +0000
+++ b/multimedia/gst-plugins0.10-base/distinfo  Fri Dec 19 04:39:11 2008 +0000
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.18 2008/10/16 16:22:49 drochner Exp $
+$NetBSD: distinfo,v 1.19 2008/12/19 04:39:11 jmcneill Exp $
 
 SHA1 (gst-plugins-base-0.10.21.tar.bz2) = ae83b3306f52aa3affd014dade30c6cd5c2baa66
 RMD160 (gst-plugins-base-0.10.21.tar.bz2) = 4fa9056c8cc5d21db30074596831ffc14f6b671b
 Size (gst-plugins-base-0.10.21.tar.bz2) = 1982446 bytes
 SHA1 (patch-aa) = 5f70a63eac16e8fe7f3b329713246ebfc54afab3
+SHA1 (patch-ab) = 0a739fbee2c49d75e9164c2b083820fd9d27c34a
+SHA1 (patch-ac) = 3a8a102f2c0740f481e115d68bc44d9e2bf66aae
diff -r 5cb390c3f7ab -r 89fd60a03de8 multimedia/gst-plugins0.10-base/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-base/patches/patch-ab  Fri Dec 19 04:39:11 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.5 2008/12/19 04:39:11 jmcneill Exp $
+
+--- ext/alsa/gstalsasink.c.orig        2008-12-18 23:35:32.000000000 -0500
++++ ext/alsa/gstalsasink.c
+@@ -53,6 +53,10 @@
+ 
+ #include <gst/gst-i18n-plugin.h>
+ 
++#ifndef ESTRPIPE
++#define ESTRPIPE EPIPE
++#endif
++
+ /* elementfactory information */
+ static const GstElementDetails gst_alsasink_details =
+ GST_ELEMENT_DETAILS ("Audio sink (ALSA)",
diff -r 5cb390c3f7ab -r 89fd60a03de8 multimedia/gst-plugins0.10-base/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-base/patches/patch-ac  Fri Dec 19 04:39:11 2008 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.3 2008/12/19 04:39:11 jmcneill Exp $
+
+--- ext/alsa/gstalsasrc.c.orig 2008-12-18 23:35:54.000000000 -0500
++++ ext/alsa/gstalsasrc.c
+@@ -51,6 +51,10 @@
+ 
+ #include <gst/gst-i18n-plugin.h>
+ 
++#ifndef ESTRPIPE
++#define ESTRPIPE EPIPE
++#endif
++
+ /* elementfactory information */
+ static const GstElementDetails gst_alsasrc_details =
+ GST_ELEMENT_DETAILS ("Audio source (ALSA)",



Home | Main Index | Thread Index | Old Index