pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio gst-plugins1-osxaudio: added version 1.20.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55a4450ba86a
branches:  trunk
changeset: 385705:55a4450ba86a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Sep 24 20:21:25 2022 +0000

description:
gst-plugins1-osxaudio: added version 1.20.3

macOS audio plugin

diffstat:

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

diffs (53 lines):

diff -r 607248d0a151 -r 55a4450ba86a audio/Makefile
--- a/audio/Makefile    Sat Sep 24 19:13:52 2022 +0000
+++ b/audio/Makefile    Sat Sep 24 20:21:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.658 2022/09/14 11:28:18 wiz Exp $
+# $NetBSD: Makefile,v 1.659 2022/09/24 20:21:25 adam Exp $
 #
 
 COMMENT=       Audio tools, players, and libraries
@@ -191,6 +191,7 @@
 SUBDIR+=       gst-plugins1-musepack
 SUBDIR+=       gst-plugins1-opus
 SUBDIR+=       gst-plugins1-oss
+SUBDIR+=       gst-plugins1-osxaudio
 SUBDIR+=       gst-plugins1-pulse
 SUBDIR+=       gst-plugins1-sid
 SUBDIR+=       gst-plugins1-sndfile
diff -r 607248d0a151 -r 55a4450ba86a audio/gst-plugins1-osxaudio/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-osxaudio/DESCR Sat Sep 24 20:21:25 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 audio plugin for GStreamer.
diff -r 607248d0a151 -r 55a4450ba86a audio/gst-plugins1-osxaudio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-osxaudio/Makefile      Sat Sep 24 20:21:25 2022 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2022/09/24 20:21:25 adam Exp $
+
+PKGNAME=       ${DISTNAME:S/plugins/plugins1/:S/-good/-osxaudio/}
+CATEGORIES=    audio gnome
+
+COMMENT=       Open source multimedia framework - macOS audio plugin
+
+GST_PLUGINS+=  osxaudio
+
+ONLY_FOR_PLATFORM=     Darwin-*-*
+
+.include "../../multimedia/gst-plugins1-good/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
diff -r 607248d0a151 -r 55a4450ba86a audio/gst-plugins1-osxaudio/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins1-osxaudio/PLIST Sat Sep 24 20:21:25 2022 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/24 20:21:25 adam Exp $
+lib/gstreamer-1.0/libgstosxaudio.so



Home | Main Index | Thread Index | Old Index