Update to 0.10.18
ok ajacoutot@
This commit is contained in:
parent
c43354b999
commit
97ee82dd2f
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/06/02 13:08:32 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/06/17 15:30:18 giovanni Exp $
|
||||
|
||||
COMMENT = Python bindings for GStreamer
|
||||
|
||||
V = 0.10.17
|
||||
V = 0.10.18
|
||||
DISTNAME = gst-python-$V
|
||||
PKGNAME = py-gstreamer-$V
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gst-python-0.10.17.tar.bz2) = OZh1PeZQDujBjOFFbfQ99g==
|
||||
RMD160 (gst-python-0.10.17.tar.bz2) = hywUKOS2W8LHKg6tD0TZm45n2F4=
|
||||
SHA1 (gst-python-0.10.17.tar.bz2) = uE/12we2ch5821Nfd8o507WdE5I=
|
||||
SHA256 (gst-python-0.10.17.tar.bz2) = cM74ObQp3OoMrjQtJLwuDl3q4B6QKohY4sfddqckzek=
|
||||
SIZE (gst-python-0.10.17.tar.bz2) = 582600
|
||||
MD5 (gst-python-0.10.18.tar.bz2) = qTHqudpkdpJd51f28KToDw==
|
||||
RMD160 (gst-python-0.10.18.tar.bz2) = vDvL/DOjgO9zGLhjgziyjTB4VxU=
|
||||
SHA1 (gst-python-0.10.18.tar.bz2) = mNoznc3FF7vsxScaZJrzX2IO1X0=
|
||||
SHA256 (gst-python-0.10.18.tar.bz2) = IaahNza9TCzcvefZwnkfHkcIXRYe2oT47pAbt0TduJc=
|
||||
SIZE (gst-python-0.10.18.tar.bz2) = 578564
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2009/11/29 09:18:42 ajacoutot Exp $
|
||||
--- configure.orig Tue Nov 24 11:04:30 2009
|
||||
+++ configure Tue Nov 24 11:04:54 2009
|
||||
@@ -15061,7 +15061,7 @@ fi
|
||||
{ $as_echo "$as_me:$LINENO: checking for libraries required to embed python" >&5
|
||||
$OpenBSD: patch-configure,v 1.2 2010/06/17 15:30:18 giovanni Exp $
|
||||
--- configure.orig Thu Feb 11 16:21:28 2010
|
||||
+++ configure Thu Jun 17 10:43:49 2010
|
||||
@@ -13831,7 +13831,7 @@ fi
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to embed python" >&5
|
||||
$as_echo_n "checking for libraries required to embed python... " >&6; }
|
||||
py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
|
||||
-PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-gst___init___py,v 1.2 2009/11/29 09:18:42 ajacoutot Exp $
|
||||
--- gst/__init__.py.orig Tue Nov 24 10:57:32 2009
|
||||
+++ gst/__init__.py Tue Nov 24 10:58:07 2009
|
||||
$OpenBSD: patch-gst___init___py,v 1.3 2010/06/17 15:30:18 giovanni Exp $
|
||||
--- gst/__init__.py.orig Mon Jan 25 11:15:44 2010
|
||||
+++ gst/__init__.py Thu Jun 17 10:44:46 2010
|
||||
@@ -156,7 +156,7 @@ class Fraction(Value):
|
||||
|
||||
try:
|
||||
@ -14,8 +14,8 @@ $OpenBSD: patch-gst___init___py,v 1.2 2009/11/29 09:18:42 ajacoutot Exp $
|
||||
RTLD_LAZY = -1
|
||||
import os
|
||||
osname = os.uname()[0]
|
||||
- if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD':
|
||||
+ if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD' or osname == 'OpenBSD':
|
||||
- if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD' or osname == 'GNU/kFreeBSD':
|
||||
+ if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD' or osname == 'GNU/kFreeBSD' or osname == 'OpenBSD':
|
||||
machinename = os.uname()[4]
|
||||
if machinename == 'mips' or machinename == 'mips64':
|
||||
RTLD_GLOBAL = 0x4
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/11/29 09:18:42 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2010/06/17 15:30:18 giovanni Exp $
|
||||
@comment lib/gstreamer-${VERSION}/libgstpython.la
|
||||
lib/gstreamer-${VERSION}/libgstpython.so
|
||||
lib/pkgconfig/gst-python-${VERSION}.pc
|
||||
@ -70,6 +70,7 @@ share/gst-python/${VERSION}/examples/filesrc.py
|
||||
share/gst-python/${VERSION}/examples/fvumeter.py
|
||||
share/gst-python/${VERSION}/examples/gst-discover
|
||||
share/gst-python/${VERSION}/examples/gstfile.py
|
||||
share/gst-python/${VERSION}/examples/maemogst.py
|
||||
share/gst-python/${VERSION}/examples/mixer.py
|
||||
share/gst-python/${VERSION}/examples/pipeline-tester
|
||||
share/gst-python/${VERSION}/examples/play.py
|
||||
|
Loading…
Reference in New Issue
Block a user