git: 0fb54007da9c - main - multimedia/gstreamer1-plugins*: Remove Musepack library support

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 25 Aug 2024 08:17:57 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0fb54007da9c6a17aae7801280ddbe17777a5bad

commit 0fb54007da9c6a17aae7801280ddbe17777a5bad
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 07:59:14 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 08:17:30 +0000

    multimedia/gstreamer1-plugins*: Remove Musepack library support
    
    Remove support for Musepack audio library
    
    PR:             281025
---
 Mk/Uses/gstreamer.mk                          |  5 +----
 audio/Makefile                                |  1 -
 audio/gstreamer1-plugins-musepack/Makefile    | 15 ---------------
 audio/gstreamer1-plugins-musepack/pkg-plist   |  1 -
 multimedia/gstreamer1-plugins-all/Makefile    |  2 +-
 multimedia/gstreamer1-plugins-bad/Makefile    |  2 +-
 multimedia/gstreamer1-plugins/Makefile        |  2 +-
 multimedia/gstreamer1-plugins/Makefile.common |  1 -
 8 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk
index 8317a320f275..42558da3308d 100644
--- a/Mk/Uses/gstreamer.mk
+++ b/Mk/Uses/gstreamer.mk
@@ -40,7 +40,7 @@ _GST1_CATEGORIES=	audio comms devel ftp graphics multimedia net security \
 			sysutils www x11 x11-toolkits
 _GST1_PLUGINS_audio= 	a52dec amrnb amrwbdec bs2b cdparanoia chromaprint faac \
 			faad flac flite gme gsm jack ladspa lame lv2 modplug \
-			mpg123 musepack ogg openmpt opus pulse shout2 sidplay \
+			mpg123 ogg openmpt opus pulse shout2 sidplay \
 			sndfile sndio soundtouch speex taglib twolame vorbis \
 			wavpack webrtcdsp
 _GST1_PLUGINS_comms=	spandsp
@@ -153,9 +153,6 @@ gst-modplug_IMPL=	bad
 gst-mpg123_PORT=	audio/gstreamer${_GST_VER}-plugins-mpg123
 gst-mpg123_IMPL=	ugly
 
-gst-musepack_PORT=	audio/gstreamer${_GST_VER}-plugins-musepack
-gst-musepack_IMPL=	bad
-
 gst-neon_PORT=		www/gstreamer${_GST_VER}-plugins-neon
 gst-neon_IMPL=		bad
 
diff --git a/audio/Makefile b/audio/Makefile
index 04ecb72d78f4..0ec7475a25bd 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -244,7 +244,6 @@
     SUBDIR += gstreamer1-plugins-lv2
     SUBDIR += gstreamer1-plugins-modplug
     SUBDIR += gstreamer1-plugins-mpg123
-    SUBDIR += gstreamer1-plugins-musepack
     SUBDIR += gstreamer1-plugins-ogg
     SUBDIR += gstreamer1-plugins-openmpt
     SUBDIR += gstreamer1-plugins-opus
diff --git a/audio/gstreamer1-plugins-musepack/Makefile b/audio/gstreamer1-plugins-musepack/Makefile
deleted file mode 100644
index 7fde1a3821f9..000000000000
--- a/audio/gstreamer1-plugins-musepack/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-PORTREVISION=	0
-CATEGORIES=	audio
-
-COMMENT=	Gstreamer musepack mpc encoder/decoder plugin
-
-GST_PLUGIN=	musepack
-DIST=		bad
-
-MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer1-plugins
-
-PLIST=  ${.CURDIR}/pkg-plist
-
-LIB_DEPENDS=libmpcdec.so:audio/musepack
-
-.include "${MASTERDIR}/Makefile"
diff --git a/audio/gstreamer1-plugins-musepack/pkg-plist b/audio/gstreamer1-plugins-musepack/pkg-plist
deleted file mode 100644
index 920aed8cd783..000000000000
--- a/audio/gstreamer1-plugins-musepack/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-lib/gstreamer-%%VERSION%%/libgstmusepack.so
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index 721773f2aedf..97343e898654 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gstreamer1-plugins-all
 PORTVERSION=	${_GST_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 
 MAINTAINER=	multimedia@FreeBSD.org
diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile
index 0674a2a288f6..9c237de8ccf8 100644
--- a/multimedia/gstreamer1-plugins-bad/Makefile
+++ b/multimedia/gstreamer1-plugins-bad/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 
 COMMENT=	GStreamer-plugins that need more quality, testing or documentation
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index 6124bfb435e9..4b2621cc3247 100644
--- a/multimedia/gstreamer1-plugins/Makefile
+++ b/multimedia/gstreamer1-plugins/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	gstreamer
 PORTVERSION?=	${BASE_PORTVERSION}
 # plug-in port instead, like ${category}/gstreamer1-plugin-${PLUGIN}.
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	multimedia audio
 MASTER_SITES=	https://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
 		https://gstreamer.freedesktop.org/src/gst-plugins-bad/:bad \
diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common
index 81c7888bd129..7d713f0dd7c3 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -137,7 +137,6 @@ BAD_GST_ALL_PLUGINS+= \
 		mpegtsmux \
 		mplex \
 		msdk \
-		musepack \
 		mxf \
 		neon \
 		netsim \