pkgsrc-WIP-changes archive

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

gst-plugin1-base: add CONFLICTS/SUPERSEDES



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Mon Nov 8 22:07:39 2021 +0100
Changeset:	9c1cb3d3a44a09fe3497ec18a42ef8fda897d9e9

Modified Files:
	gst-plugins1-base/Makefile

Log Message:
gst-plugin1-base: add CONFLICTS/SUPERSEDES

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c1cb3d3a44a09fe3497ec18a42ef8fda897d9e9

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

diffstat:
 gst-plugins1-base/Makefile | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diffs:
diff --git a/gst-plugins1-base/Makefile b/gst-plugins1-base/Makefile
index 4159e3aae3..208a5383ce 100644
--- a/gst-plugins1-base/Makefile
+++ b/gst-plugins1-base/Makefile
@@ -15,6 +15,23 @@ USE_LANGUAGES=	c c++
 
 USE_TOOLS+=	pkg-config perl:run xgettext
 
+CONFLICTS+=	gst-plugins1-alsa-[0-9]*
+SUPERSEDES+=	gst-plugins1-alsa-[0-9]*
+CONFLICTS+=	gst-plugins1-cdparanoia-[0-9]*
+SUPERSEDES+=	gst-plugins1-cdparanoia-[0-9]*
+CONFLICTS+=	gst-plugins1-libvisual-[0-9]*
+SUPERSEDES+=	gst-plugins1-libvisual-[0-9]*
+CONFLICTS+=	gst-plugins1-ogg-[0-9]*
+SUPERSEDES+=	gst-plugins1-ogg-[0-9]*
+CONFLICTS+=	gst-plugins1-opus-[0-9]*
+SUPERSEDES+=	gst-plugins1-opus-[0-9]*
+CONFLICTS+=	gst-plugins1-theora-[0-9]*
+SUPERSEDES+=	gst-plugins1-theora-[0-9]*
+CONFLICTS+=	gst-plugins1-vorbis-[0-9]*
+SUPERSEDES+=	gst-plugins1-vorbis-[0-9]*
+CONFLICTS+=	gst-plugins1-x11-[0-9]*
+SUPERSEDES+=	gst-plugins1-x11-[0-9]*
+
 PKGCONFIG_OVERRIDE=		output/pkgconfig/*.pc
 PKGCONFIG_OVERRIDE_STAGE=	pre-install
 


Home | Main Index | Thread Index | Old Index