git: 23dab349f2c1 - main - multimedia/gstreamer1-*: Retire libkate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 22:33:15 UTC
The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=23dab349f2c157c38ed99514fd2d138274472553 commit 23dab349f2c157c38ed99514fd2d138274472553 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-12-08 21:48:42 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-12-08 22:33:12 +0000 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 --- Mk/Uses/gstreamer.mk | 5 +---- multimedia/Makefile | 1 - multimedia/gstreamer1-plugins-all/Makefile | 1 + multimedia/gstreamer1-plugins-bad/Makefile | 2 +- multimedia/gstreamer1-plugins-kate/Makefile | 15 --------------- multimedia/gstreamer1-plugins-kate/pkg-plist | 1 - multimedia/gstreamer1-plugins/Makefile | 2 +- multimedia/gstreamer1-plugins/Makefile.common | 1 - 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 \