pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/py-gstreamer0.10 This is not a pure Python ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05b2cabab3c0
branches:  trunk
changeset: 522512:05b2cabab3c0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Dec 11 12:53:17 2006 +0000

description:
This is not a pure Python extension and doesn't support multiple Python
versions in parallel. Thus "application.mk" must be pulled in to avoid
automatic Python version selection.

diffstat:

 multimedia/py-gstreamer0.10/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c81305b0e807 -r 05b2cabab3c0 multimedia/py-gstreamer0.10/Makefile
--- a/multimedia/py-gstreamer0.10/Makefile      Mon Dec 11 12:53:02 2006 +0000
+++ b/multimedia/py-gstreamer0.10/Makefile      Mon Dec 11 12:53:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/26 13:06:23 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/11 12:53:17 drochner Exp $
 #
 
 DISTNAME=              gst-python-0.10.5
@@ -22,6 +22,7 @@
 
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index