update to 0.10.22
changes: -pad probes working properly with recent GStreamer -fixes for encoding profiles and encodebin -install headers
This commit is contained in:
parent
8f4d698486
commit
2fd82dda64
3 changed files with 11 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.24 2011/09/14 17:23:44 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2011/11/16 19:48:29 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gst-python-0.10.21
|
||||
DISTNAME= gst-python-0.10.22
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2010/02/21 13:34:53 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2011/11/16 19:48:30 drochner Exp $
|
||||
include/gstreamer-0.10/gst/pygst.h
|
||||
include/gstreamer-0.10/gst/pygstexception.h
|
||||
include/gstreamer-0.10/gst/pygstminiobject.h
|
||||
include/gstreamer-0.10/gst/pygstvalue.h
|
||||
lib/gstreamer-0.10/libgstpython.la
|
||||
lib/pkgconfig/gst-python-0.10.pc
|
||||
${PYSITELIB}/gst-0.10/gst/__init__.py
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2011/02/25 15:50:52 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.15 2011/11/16 19:48:30 drochner Exp $
|
||||
|
||||
SHA1 (gst-python-0.10.21.tar.bz2) = 16bc8434543e60124508ba4ad14d00452fff98c0
|
||||
RMD160 (gst-python-0.10.21.tar.bz2) = 9645765fcf79a560d92bfdc8d49bce95dfb0417d
|
||||
Size (gst-python-0.10.21.tar.bz2) = 621637 bytes
|
||||
SHA1 (gst-python-0.10.22.tar.bz2) = 7012445d921ae1b325c162500750c9b0e777201f
|
||||
RMD160 (gst-python-0.10.22.tar.bz2) = 6c4e43c5464297e0d45aa89f3cb82ed424caa283
|
||||
Size (gst-python-0.10.22.tar.bz2) = 632651 bytes
|
||||
SHA1 (patch-ac) = b0d45bacffc79ceaa67aa37c03d1c4d5fdd21385
|
||||
|
|
Loading…
Reference in a new issue