summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2011-03-11 15:28:14 +0000
committerdrochner <drochner>2011-03-11 15:28:14 +0000
commitbdc2c54fc233cd9628d14d2d0875a0d34728d099 (patch)
treeba98390b8a249a720bda13d8293b88b1224da9f8
parent3b657bbfa6b01d62a7c65fca66b3653c40a466fa (diff)
downloadpkgsrc-bdc2c54fc233cd9628d14d2d0875a0d34728d099.tar.gz
update to 0.10.28
change: fixes a build problem on new Linux kernels w/o v4l1
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common4
-rw-r--r--multimedia/gst-plugins0.10-good/distinfo10
-rw-r--r--multimedia/gst-plugins0.10-good/patches/patch-bb7
3 files changed, 10 insertions, 11 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 3b5f5d4b36f..fb0e5031309 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.31 2011/01/26 23:21:07 drochner Exp $
+# $NetBSD: Makefile.common,v 1.32 2011/03/11 15:28:14 drochner Exp $
#
# used by audio/gst-plugins0.10-esound/Makefile
# used by audio/gst-plugins0.10-flac/Makefile
@@ -13,7 +13,7 @@
# used by net/gst-plugins0.10-soup/Makefile
GST_PLUGINS0.10_TYPE= good
-GST_PLUGINS0.10_VER= 0.10.27
+GST_PLUGINS0.10_VER= 0.10.28
# Disable all drivers and features by default.
.for driver in aalib \
diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo
index f6fe9ee500a..17c8a61faf7 100644
--- a/multimedia/gst-plugins0.10-good/distinfo
+++ b/multimedia/gst-plugins0.10-good/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.33 2011/01/26 23:21:07 drochner Exp $
+$NetBSD: distinfo,v 1.34 2011/03/11 15:28:14 drochner Exp $
-SHA1 (gst-plugins-good-0.10.27.tar.bz2) = 49964ad3b8fbee9caa0b3fc437dd9169aafad79d
-RMD160 (gst-plugins-good-0.10.27.tar.bz2) = 6486fca87a6394577ab1f0a4e94a19b1c3e2ca5e
-Size (gst-plugins-good-0.10.27.tar.bz2) = 3096221 bytes
+SHA1 (gst-plugins-good-0.10.28.tar.bz2) = 1f013be97f66fa1130555b4504eadca3156356c1
+RMD160 (gst-plugins-good-0.10.28.tar.bz2) = e637bea83f0fba4ac830e40ed96405d4f28876b9
+Size (gst-plugins-good-0.10.28.tar.bz2) = 3092703 bytes
SHA1 (patch-ab) = d0d8b7fbd373d300e1808b8b106257d87dd85f7a
SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5
-SHA1 (patch-bb) = ec781545a7583405a25e8a4dcf689e777f6ac51f
+SHA1 (patch-bb) = b71b740e106b5fc932cc50a7994e491da27909be
diff --git a/multimedia/gst-plugins0.10-good/patches/patch-bb b/multimedia/gst-plugins0.10-good/patches/patch-bb
index 70a318866a2..e45c704ffbe 100644
--- a/multimedia/gst-plugins0.10-good/patches/patch-bb
+++ b/multimedia/gst-plugins0.10-good/patches/patch-bb
@@ -1,15 +1,14 @@
-$NetBSD: patch-bb,v 1.1 2009/09/08 20:22:03 drochner Exp $
+$NetBSD: patch-bb,v 1.2 2011/03/11 15:28:14 drochner Exp $
---- sys/v4l2/v4l2_calls.h.orig 2009-09-07 12:46:03.000000000 +0200
+--- sys/v4l2/v4l2_calls.h.orig 2011-03-08 14:39:25.000000000 +0000
+++ sys/v4l2/v4l2_calls.h
-@@ -30,8 +30,12 @@
+@@ -30,7 +30,11 @@
# include <libv4l2.h>
#else
# include <sys/ioctl.h>
+#ifdef __NetBSD__
+#include <sys/videoio.h>
+#else
- # include <linux/videodev.h>
# include <linux/videodev2.h>
+#endif
# define v4l2_fd_open(fd, flags) (fd)