pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 14 15:59:41 UTC 2025

Modified Files:
        pkgsrc/doc: CHANGES-2025
        pkgsrc/multimedia: Makefile
Removed Files:
        pkgsrc/multimedia/gstreamermm1: DESCR Makefile PLIST buildlink3.mk
            distinfo
        pkgsrc/multimedia/subtitleeditor: DESCR Makefile PLIST distinfo
        pkgsrc/multimedia/subtitleeditor/patches: patch-configure
            patch-plugins_subtitleformats_sami_sami.cc patch-src_document.cc
            patch-src_vp_gstplayer.cc

Log Message:
gstreamermm1: remove

Dead upstream (last release 2017, latest git head doesn't compile
against latest gstreamer).

Remove subtitleeditor as well, the only user of gstreamermm1 in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.4287 -r1.4288 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.350 -r1.351 pkgsrc/multimedia/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/multimedia/gstreamermm1/DESCR \
    pkgsrc/multimedia/gstreamermm1/PLIST
cvs rdiff -u -r1.14 -r0 pkgsrc/multimedia/gstreamermm1/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/multimedia/gstreamermm1/buildlink3.mk
cvs rdiff -u -r1.3 -r0 pkgsrc/multimedia/gstreamermm1/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/multimedia/subtitleeditor/DESCR
cvs rdiff -u -r1.80 -r0 pkgsrc/multimedia/subtitleeditor/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/multimedia/subtitleeditor/PLIST
cvs rdiff -u -r1.12 -r0 pkgsrc/multimedia/subtitleeditor/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/multimedia/subtitleeditor/patches/patch-configure \
    pkgsrc/multimedia/subtitleeditor/patches/patch-plugins_subtitleformats_sami_sami.cc \
    pkgsrc/multimedia/subtitleeditor/patches/patch-src_document.cc \
    pkgsrc/multimedia/subtitleeditor/patches/patch-src_vp_gstplayer.cc

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

Modified files:

Index: pkgsrc/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.4287 pkgsrc/doc/CHANGES-2025:1.4288
--- pkgsrc/doc/CHANGES-2025:1.4287      Mon Jul 14 15:46:25 2025
+++ pkgsrc/doc/CHANGES-2025     Mon Jul 14 15:59:40 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.4287 2025/07/14 15:46:25 schmonz Exp $
+$NetBSD: CHANGES-2025,v 1.4288 2025/07/14 15:59:40 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -6329,3 +6329,5 @@ Changes to the packages collection and i
        Updated lang/gcc14 to 14.3.0nb1 [ryoon 2025-07-14]
        Updated lang/gcc14-libs to 14.3.0nb2 [ryoon 2025-07-14]
        Updated devel/ruby-jirametrics to 2.12.1 [schmonz 2025-07-14]
+       Removed multimedia/subtitleeditor [wiz 2025-07-14]
+       Removed multimedia/gstreamermm1 [wiz 2025-07-14]

Index: pkgsrc/multimedia/Makefile
diff -u pkgsrc/multimedia/Makefile:1.350 pkgsrc/multimedia/Makefile:1.351
--- pkgsrc/multimedia/Makefile:1.350    Sun Mar  9 11:23:57 2025
+++ pkgsrc/multimedia/Makefile  Mon Jul 14 15:59:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.350 2025/03/09 11:23:57 wiz Exp $
+# $NetBSD: Makefile,v 1.351 2025/07/14 15:59:40 wiz Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -77,7 +77,6 @@ SUBDIR+=      gst-plugins1-x264
 SUBDIR+=       gst-plugins1-x265
 SUBDIR+=       gst123
 SUBDIR+=       gstreamer1
-SUBDIR+=       gstreamermm1
 SUBDIR+=       gtranscode
 SUBDIR+=       gxine
 SUBDIR+=       handbrake
@@ -187,7 +186,6 @@ SUBDIR+=    smpeg
 SUBDIR+=       smpeg2
 SUBDIR+=       ssr
 SUBDIR+=       streamlink
-SUBDIR+=       subtitleeditor
 SUBDIR+=       svt-av1
 SUBDIR+=       t-rec
 SUBDIR+=       totem



Home | Main Index | Thread Index | Old Index