pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/py-gstreamer1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 29 07:22:54 UTC 2022

Modified Files:
        pkgsrc/multimedia/py-gstreamer1: Makefile

Log Message:
py-gstreamer1: mark as conflicting with other versions of this package

Due to lib/gstreamer-1.0/libgstpython.so


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/py-gstreamer1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/py-gstreamer1/Makefile
diff -u pkgsrc/multimedia/py-gstreamer1/Makefile:1.20 pkgsrc/multimedia/py-gstreamer1/Makefile:1.21
--- pkgsrc/multimedia/py-gstreamer1/Makefile:1.20       Wed Dec  8 16:05:52 2021
+++ pkgsrc/multimedia/py-gstreamer1/Makefile    Sat Jan 29 07:22:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/12/08 16:05:52 adam Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/29 07:22:54 wiz Exp $
 
 DISTNAME=      gst-python-1.18.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/gst-python/gstreamer1/}
@@ -17,6 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-gobject3-[0-9]*
 USE_TOOLS+=            pkg-config
 USE_LANGUAGES=         c c++
 PY_PATCHPLIST=         yes
+PYTHON_SELF_CONFLICT=  yes
 TEST_TARGET=           check
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index