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 update to 0.10.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e683c034b11
branches:  trunk
changeset: 586381:7e683c034b11
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Mar 11 15:28:14 2011 +0000

description:
update to 0.10.28
change: fixes a build problem on new Linux kernels w/o v4l1

diffstat:

 multimedia/gst-plugins0.10-good/Makefile.common  |   4 ++--
 multimedia/gst-plugins0.10-good/distinfo         |  10 +++++-----
 multimedia/gst-plugins0.10-good/patches/patch-bb |   7 +++----
 3 files changed, 10 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r 1652c2d9821d -r 7e683c034b11 multimedia/gst-plugins0.10-good/Makefile.common
--- a/multimedia/gst-plugins0.10-good/Makefile.common   Fri Mar 11 15:25:26 2011 +0000
+++ b/multimedia/gst-plugins0.10-good/Makefile.common   Fri Mar 11 15:28:14 2011 +0000
@@ -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 -r 1652c2d9821d -r 7e683c034b11 multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo  Fri Mar 11 15:25:26 2011 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo  Fri Mar 11 15:28:14 2011 +0000
@@ -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 -r 1652c2d9821d -r 7e683c034b11 multimedia/gst-plugins0.10-good/patches/patch-bb
--- a/multimedia/gst-plugins0.10-good/patches/patch-bb  Fri Mar 11 15:25:26 2011 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-bb  Fri Mar 11 15:28:14 2011 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index