pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia gst-plugins1-osxvideo: added version 1.20.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a2f64a5129
branches:  trunk
changeset: 385706:e1a2f64a5129
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Sep 24 20:22:49 2022 +0000

description:
gst-plugins1-osxvideo: added version 1.20.3

macOS video plugin

diffstat:

 multimedia/Makefile                       |   3 ++-
 multimedia/gst-plugins1-osxvideo/DESCR    |   9 +++++++++
 multimedia/gst-plugins1-osxvideo/Makefile |  13 +++++++++++++
 multimedia/gst-plugins1-osxvideo/PLIST    |   2 ++
 4 files changed, 26 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r 55a4450ba86a -r e1a2f64a5129 multimedia/Makefile
--- a/multimedia/Makefile       Sat Sep 24 20:21:25 2022 +0000
+++ b/multimedia/Makefile       Sat Sep 24 20:22:49 2022 +0000
@@ -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-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
diff -r 55a4450ba86a -r e1a2f64a5129 multimedia/gst-plugins1-osxvideo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-osxvideo/DESCR    Sat Sep 24 20:22:49 2022 +0000
@@ -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.
diff -r 55a4450ba86a -r e1a2f64a5129 multimedia/gst-plugins1-osxvideo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-osxvideo/Makefile Sat Sep 24 20:22:49 2022 +0000
@@ -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"
diff -r 55a4450ba86a -r e1a2f64a5129 multimedia/gst-plugins1-osxvideo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins1-osxvideo/PLIST    Sat Sep 24 20:22:49 2022 +0000
@@ -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