Update to 0.10.18. Set LICENSE.
Changes since 0.10.17: * Updates to 0.10.26 core/base API addition
This commit is contained in:
parent
11a7385f73
commit
bc84cf1363
4 changed files with 15 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue