Update to 0.10.22.
This commit is contained in:
parent
0f001ed773
commit
72ac90f23c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284779
3 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.10.21
|
||||
PORTVERSION= 0.10.22
|
||||
CATEGORIES= multimedia python gnome
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (gst-python-0.10.21.tar.bz2) = d5962132c84b88b54d0f63832b8dfcc383a7805827da5abc2d1d215ba86a6f92
|
||||
SIZE (gst-python-0.10.21.tar.bz2) = 621637
|
||||
SHA256 (gst-python-0.10.22.tar.bz2) = 8f26f519a5bccd770864317e098e5e307fc5ad1201eb96329634b6508b253178
|
||||
SIZE (gst-python-0.10.22.tar.bz2) = 632651
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
include/gstreamer-%%VERSION%%/gst/pygst.h
|
||||
include/gstreamer-%%VERSION%%/gst/pygstexception.h
|
||||
include/gstreamer-%%VERSION%%/gst/pygstminiobject.h
|
||||
include/gstreamer-%%VERSION%%/gst/pygstvalue.h
|
||||
lib/gstreamer-%%VERSION%%/libgstpython.la
|
||||
lib/gstreamer-%%VERSION%%/libgstpython.so
|
||||
%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/__init__.py
|
||||
|
|
Loading…
Reference in a new issue