bulk build for 2010Q4 progress
Chris Turner
c.turner at 199technologies.org
Sat Jan 22 12:16:34 PST 2011
On Thu, Jan 20, 2011 at 08:38:50PM -0500, Justin C. Sherrill wrote:
> multimedia/py-gstreamer0.10 22 pkgsrc-users at NetBSD.org
Last I tried the attached makefile patch fixed this package -
still need to submit a fix -
this probably brings up ye-old question of interface to the pkgsrc
ppl, ports, etc - IIRC kind-of dropped since the last time this
came up..
cheers
- Chris
--- /usr/pkgsrc/multimedia/py-gstreamer0.10.orig/Makefile 2010-11-09 03:46:15 +0000
+++ /usr/pkgsrc/multimedia/py-gstreamer0.10/Makefile 2011-01-14 21:23:00 +0000
@@ -1,6 +1,12 @@
# $NetBSD: Makefile,v 1.18 2010/02/21 13:34:53 wiz Exp $
#
+# needs pthread somehow
+#
+# ../gxine/Makefile:PTHREAD_OPTS+= require
+# ../gxine/Makefile:.include "../../mk/pthread.buildlink3.mk"
+
+
DISTNAME= gst-python-0.10.19
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer0.10/}
CATEGORIES= multimedia
@@ -34,4 +40,7 @@
.include "../../lang/python/extension.mk"
BUILDLINK_API_DEPENDS.pygobject+= ${PYPKGPREFIX}-gobject>=2.15.0
.include "../../devel/py-gobject/buildlink3.mk"
+PTHREAD_AUTO_VARS= yes
+PTHREAD_OPTS+= require
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
More information about the Users
mailing list