summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-21 13:34:53 +0000
committerwiz <wiz@pkgsrc.org>2010-02-21 13:34:53 +0000
commitbc84cf1363c7a02d272296e6eb7a9bb03daf33fd (patch)
treeb327dfd0877f7cf63159d5a5b43c36b9ccf77f1f /multimedia
parent11a7385f730f340e898f91cbac19abdd7ae3697a (diff)
downloadpkgsrc-bc84cf1363c7a02d272296e6eb7a9bb03daf33fd.tar.gz
Update to 0.10.18. Set LICENSE.
Changes since 0.10.17: * Updates to 0.10.26 core/base API addition
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/py-gstreamer0.10/Makefile7
-rw-r--r--multimedia/py-gstreamer0.10/PLIST3
-rw-r--r--multimedia/py-gstreamer0.10/distinfo10
-rw-r--r--multimedia/py-gstreamer0.10/patches/patch-ad8
4 files changed, 15 insertions, 13 deletions
diff --git a/multimedia/py-gstreamer0.10/Makefile b/multimedia/py-gstreamer0.10/Makefile
index 8b5229a1d0e..b48579b28c2 100644
--- a/multimedia/py-gstreamer0.10/Makefile
+++ b/multimedia/py-gstreamer0.10/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2009/10/31 03:03:58 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2010/02/21 13:34:53 wiz Exp $
#
-DISTNAME= gst-python-0.10.17
+DISTNAME= gst-python-0.10.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/}
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
@@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gstreamer.freedesktop.org/
COMMENT= Python bindings for gstreamer0.10
+LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
@@ -27,7 +28,7 @@ PY_PATCHPLIST= yes
PKGCONFIG_OVERRIDE+= pkgconfig/gst-python.pc.in
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.22
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.26
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
diff --git a/multimedia/py-gstreamer0.10/PLIST b/multimedia/py-gstreamer0.10/PLIST
index 482c24e9e93..6e63e22d564 100644
--- a/multimedia/py-gstreamer0.10/PLIST
+++ b/multimedia/py-gstreamer0.10/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/10/31 03:03:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2010/02/21 13:34:53 wiz Exp $
lib/gstreamer-0.10/libgstpython.la
lib/pkgconfig/gst-python-0.10.pc
${PYSITELIB}/gst-0.10/gst/__init__.py
@@ -53,6 +53,7 @@ share/gst-python/0.10/examples/filesrc.py
share/gst-python/0.10/examples/fvumeter.py
share/gst-python/0.10/examples/gst-discover
share/gst-python/0.10/examples/gstfile.py
+share/gst-python/0.10/examples/maemogst.py
share/gst-python/0.10/examples/mixer.py
share/gst-python/0.10/examples/pipeline-tester
share/gst-python/0.10/examples/play.py
diff --git a/multimedia/py-gstreamer0.10/distinfo b/multimedia/py-gstreamer0.10/distinfo
index f9f7597db70..b6c34d4719c 100644
--- a/multimedia/py-gstreamer0.10/distinfo
+++ b/multimedia/py-gstreamer0.10/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2009/10/31 03:03:58 wiz Exp $
+$NetBSD: distinfo,v 1.11 2010/02/21 13:34:53 wiz Exp $
-SHA1 (gst-python-0.10.17.tar.bz2) = b84ff5db07b6721e7cdb535f77ca39d3b59d1392
-RMD160 (gst-python-0.10.17.tar.bz2) = 872c1428e4b65bc2c72a0ead0f44d99b8e67d85e
-Size (gst-python-0.10.17.tar.bz2) = 582600 bytes
+SHA1 (gst-python-0.10.18.tar.bz2) = 98da339dcdc517bbecc5271a649af35f620ed57d
+RMD160 (gst-python-0.10.18.tar.bz2) = bc3bcbfc33a380ef7318b8638338b28d30785715
+Size (gst-python-0.10.18.tar.bz2) = 578564 bytes
SHA1 (patch-ac) = a687b2d791b3405f67e7a7f663c13dd5e7e7da08
-SHA1 (patch-ad) = aa4c0e2621b7ffe39f1a21952e28ac22a95eb4f9
+SHA1 (patch-ad) = cca6f7602e2f41dfbd8b167e52225693da19cafa
diff --git a/multimedia/py-gstreamer0.10/patches/patch-ad b/multimedia/py-gstreamer0.10/patches/patch-ad
index 12298d668cb..06fb55d6b4d 100644
--- a/multimedia/py-gstreamer0.10/patches/patch-ad
+++ b/multimedia/py-gstreamer0.10/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.4 2009/10/31 03:03:58 wiz Exp $
+$NetBSD: patch-ad,v 1.5 2010/02/21 13:34:53 wiz Exp $
---- configure.orig 2009-10-05 13:01:37.000000000 +0000
+--- configure.orig 2010-02-11 15:21:28.000000000 +0000
+++ configure
-@@ -14603,7 +14603,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -13452,7 +13452,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "$flag_ok" >&6; }
@@ -10,4 +10,4 @@ $NetBSD: patch-ad,v 1.4 2009/10/31 03:03:58 wiz Exp $
+ if test "x$ERROR_CFLAGS" = "x"
then
- { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5