pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 24 20:22:49 UTC 2022

Modified Files:
        pkgsrc/multimedia: Makefile
Added Files:
        pkgsrc/multimedia/gst-plugins1-osxvideo: DESCR Makefile PLIST

Log Message:
gst-plugins1-osxvideo: added version 1.20.3

macOS video plugin


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 pkgsrc/multimedia/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/multimedia/gst-plugins1-osxvideo/DESCR \
    pkgsrc/multimedia/gst-plugins1-osxvideo/Makefile \
    pkgsrc/multimedia/gst-plugins1-osxvideo/PLIST

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

Modified files:

Index: pkgsrc/multimedia/Makefile
diff -u pkgsrc/multimedia/Makefile:1.324 pkgsrc/multimedia/Makefile:1.325
--- pkgsrc/multimedia/Makefile:1.324    Sun Apr 24 10:57:28 2022
+++ pkgsrc/multimedia/Makefile  Sat Sep 24 20:22:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.324 2022/04/24 10:57:28 tnn Exp $
+# $NetBSD: Makefile,v 1.325 2022/09/24 20:22:49 adam Exp $
 #
 
 COMMENT=       Multimedia utilities
@@ -82,6 +82,7 @@ SUBDIR+=      gst-plugins1-mpeg2dec
 SUBDIR+=       gst-plugins1-ogg
 SUBDIR+=       gst-plugins1-omx
 SUBDIR+=       gst-plugins1-openh264
+SUBDIR+=       gst-plugins1-osxvideo
 SUBDIR+=       gst-plugins1-resindvd
 SUBDIR+=       gst-plugins1-theora
 SUBDIR+=       gst-plugins1-transcoder

Added files:

Index: pkgsrc/multimedia/gst-plugins1-osxvideo/DESCR
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-osxvideo/DESCR:1.1
--- /dev/null   Sat Sep 24 20:22:49 2022
+++ pkgsrc/multimedia/gst-plugins1-osxvideo/DESCR       Sat Sep 24 20:22:49 2022
@@ -0,0 +1,9 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple mp3 playback to complex
+audio (mixing) and video (non-linear editing) processing.
+
+Applications can take advantage of advances in codec and filter technology
+transparently.  Developers can add new codecs and filters by writing a
+simple plugin with a clean, generic interface.
+
+This package provides the macOS video plugin for GStreamer.
Index: pkgsrc/multimedia/gst-plugins1-osxvideo/Makefile
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-osxvideo/Makefile:1.1
--- /dev/null   Sat Sep 24 20:22:49 2022
+++ pkgsrc/multimedia/gst-plugins1-osxvideo/Makefile    Sat Sep 24 20:22:49 2022
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/09/24 20:22:49 adam Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-osxvideo/}
+CATEGORIES=    multimedia gnome
+
+COMMENT=       Open source multimedia framework - macOS video plugin
+
+GST_PLUGINS+=  osxvideo
+
+ONLY_FOR_PLATFORM=     Darwin-*-*
+
+.include "../../multimedia/gst-plugins1-good/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/multimedia/gst-plugins1-osxvideo/PLIST
diff -u /dev/null pkgsrc/multimedia/gst-plugins1-osxvideo/PLIST:1.1
--- /dev/null   Sat Sep 24 20:22:49 2022
+++ pkgsrc/multimedia/gst-plugins1-osxvideo/PLIST       Sat Sep 24 20:22:49 2022
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/24 20:22:49 adam Exp $
+lib/gstreamer-1.0/libgstosxvideo.so



Home | Main Index | Thread Index | Old Index