aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2022-12-08 21:48:42 +0000
committerThomas Zander <riggs@FreeBSD.org>2022-12-08 22:33:12 +0000
commit23dab349f2c157c38ed99514fd2d138274472553 (patch)
tree9ee25f1af3beef14cdea4a9999eeb99b148389a1
parent6fbb7cb28688e8f269e131ee92852b7cafe49040 (diff)
downloadports-23dab349f2c157c38ed99514fd2d138274472553.tar.gz
ports-23dab349f2c157c38ed99514fd2d138274472553.zip
multimedia/gstreamer1-*: Retire libkate
Rationale: libkate is going away in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268179 after being unmaintained upstream for a long time. PR: 268183 Reviewed by: riggs
-rw-r--r--Mk/Uses/gstreamer.mk5
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/gstreamer1-plugins-all/Makefile1
-rw-r--r--multimedia/gstreamer1-plugins-bad/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins-kate/Makefile15
-rw-r--r--multimedia/gstreamer1-plugins-kate/pkg-plist1
-rw-r--r--multimedia/gstreamer1-plugins/Makefile2
-rw-r--r--multimedia/gstreamer1-plugins/Makefile.common1
8 files changed, 4 insertions, 24 deletions
diff --git a/Mk/Uses/gstreamer.mk b/Mk/Uses/gstreamer.mk
index 66314f780303..e6ab8c830b6f 100644
--- a/Mk/Uses/gstreamer.mk
+++ b/Mk/Uses/gstreamer.mk
@@ -49,7 +49,7 @@ _GST1_PLUGINS_ftp= curl
_GST1_PLUGINS_graphics= aalib cairo gdkpixbuf gl jpeg kms libcaca libvisual \
opencv openexr openjpeg png qt rsvg vulkan webp zbar
_GST1_PLUGINS_multimedia= aom assrender bad dash dts dv dvdread \
- editing-services gnonlin good hls kate libav libde265 \
+ editing-services gnonlin good hls libav libde265 \
mpeg2dec mpeg2enc mplex mm openh264 resindvd rtmp \
smoothstreaming theora ttml ugly v4l2 vpx x264 x265
_GST1_PLUGINS_net= srtp
@@ -300,9 +300,6 @@ gst-gnonlin_VERSION= 1.4.0
gst-hls_PORT= multimedia/gstreamer${_GST_VER}-plugins-hls
gst-hls_IMPL= bad
-gst-kate_PORT= multimedia/gstreamer${_GST_VER}-plugins-kate
-gst-kate_IMPL= bad
-
gst-libav_PORT= multimedia/gstreamer${_GST_VER}-libav
gst-libav_SUFFIX= #
gst-libav_IMPL= #
diff --git a/multimedia/Makefile b/multimedia/Makefile
index a554932b4f23..aa06b9c60923 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -99,7 +99,6 @@
SUBDIR += gstreamer1-plugins-gnonlin
SUBDIR += gstreamer1-plugins-good
SUBDIR += gstreamer1-plugins-hls
- SUBDIR += gstreamer1-plugins-kate
SUBDIR += gstreamer1-plugins-libde265
SUBDIR += gstreamer1-plugins-mpeg2dec
SUBDIR += gstreamer1-plugins-mpeg2enc
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index b3822a3c59ce..dabefe6a2f6e 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= 1.20
+PORTREVISION= 1
CATEGORIES= multimedia
MAINTAINER= multimedia@FreeBSD.org
diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile
index d58295521108..04a2c2bc56e8 100644
--- a/multimedia/gstreamer1-plugins-bad/Makefile
+++ b/multimedia/gstreamer1-plugins-bad/Makefile
@@ -1,4 +1,4 @@
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
COMMENT= GStreamer-plugins that need more quality, testing or documentation
diff --git a/multimedia/gstreamer1-plugins-kate/Makefile b/multimedia/gstreamer1-plugins-kate/Makefile
deleted file mode 100644
index dc485c8de552..000000000000
--- a/multimedia/gstreamer1-plugins-kate/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-PORTREVISION= 0
-CATEGORIES= multimedia
-
-COMMENT= GStreamer kate codec plugin
-
-GST_PLUGIN= kate
-DIST= bad
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
-
-PLIST= ${.CURDIR}/pkg-plist
-
-LIB_DEPENDS= libkate.so:multimedia/libkate
-
-.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/gstreamer1-plugins-kate/pkg-plist b/multimedia/gstreamer1-plugins-kate/pkg-plist
deleted file mode 100644
index 8b0aaeb15a05..000000000000
--- a/multimedia/gstreamer1-plugins-kate/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-lib/gstreamer-%%VERSION%%/libgstkate.so
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile
index d7a7c0ce5574..e76a1eab5bf2 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?= 0
+PORTREVISION?= 1
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 af6890a0aa27..0cbe56a9623b 100644
--- a/multimedia/gstreamer1-plugins/Makefile.common
+++ b/multimedia/gstreamer1-plugins/Makefile.common
@@ -122,7 +122,6 @@ BAD_GST_ALL_PLUGINS+= \
ivtc \
jp2kdecimator \
jpegformat \
- kate \
kms \
ladspa \
libde265 \