pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/py-gstreamer0.10 Update to 0.10.18. Set LIC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24dcad413ec2
branches:  trunk
changeset: 572169:24dcad413ec2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 21 13:34:53 2010 +0000

description:
Update to 0.10.18. Set LICENSE.

Changes since 0.10.17:

      * Updates to 0.10.26 core/base API addition

diffstat:

 multimedia/py-gstreamer0.10/Makefile         |   7 ++++---
 multimedia/py-gstreamer0.10/PLIST            |   3 ++-
 multimedia/py-gstreamer0.10/distinfo         |  10 +++++-----
 multimedia/py-gstreamer0.10/patches/patch-ad |   8 ++++----
 4 files changed, 15 insertions(+), 13 deletions(-)

diffs (84 lines):

diff -r 76a7abacff20 -r 24dcad413ec2 multimedia/py-gstreamer0.10/Makefile
--- a/multimedia/py-gstreamer0.10/Makefile      Sun Feb 21 13:20:00 2010 +0000
+++ b/multimedia/py-gstreamer0.10/Makefile      Sun Feb 21 13:34:53 2010 +0000
@@ -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 @@
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 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 @@
 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 -r 76a7abacff20 -r 24dcad413ec2 multimedia/py-gstreamer0.10/PLIST
--- a/multimedia/py-gstreamer0.10/PLIST Sun Feb 21 13:20:00 2010 +0000
+++ b/multimedia/py-gstreamer0.10/PLIST Sun Feb 21 13:34:53 2010 +0000
@@ -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/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 -r 76a7abacff20 -r 24dcad413ec2 multimedia/py-gstreamer0.10/distinfo
--- a/multimedia/py-gstreamer0.10/distinfo      Sun Feb 21 13:20:00 2010 +0000
+++ b/multimedia/py-gstreamer0.10/distinfo      Sun Feb 21 13:34:53 2010 +0000
@@ -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 -r 76a7abacff20 -r 24dcad413ec2 multimedia/py-gstreamer0.10/patches/patch-ad
--- a/multimedia/py-gstreamer0.10/patches/patch-ad      Sun Feb 21 13:20:00 2010 +0000
+++ b/multimedia/py-gstreamer0.10/patches/patch-ad      Sun Feb 21 13:34:53 2010 +0000
@@ -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 @@
 +        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



Home | Main Index | Thread Index | Old Index