diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-15 22:01:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-15 22:01:15 +0000 |
commit | de67978d745835f41341747c83dd30e7f31ada83 (patch) | |
tree | f4e9760268a3cc4a5f6eff115074f822c04c619e /audio/gst-plugins1-flac | |
parent | 098a80dff54214e089fceeb51298e31ecd0ffa1e (diff) | |
download | pkgsrc-de67978d745835f41341747c83dd30e7f31ada83.tar.gz |
*: update gstreamer1 and plugins and related packages to 1.18.5
Based on the wip packages by nia and myself.
Diffstat (limited to 'audio/gst-plugins1-flac')
-rw-r--r-- | audio/gst-plugins1-flac/DESCR | 2 | ||||
-rw-r--r-- | audio/gst-plugins1-flac/Makefile | 14 | ||||
-rw-r--r-- | audio/gst-plugins1-flac/PLIST | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/audio/gst-plugins1-flac/DESCR b/audio/gst-plugins1-flac/DESCR index fb4090832cc..47bde6135f9 100644 --- a/audio/gst-plugins1-flac/DESCR +++ b/audio/gst-plugins1-flac/DESCR @@ -6,4 +6,4 @@ 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 flac plugin for GStreamer, a lossless audio codec. +This package provides the FLAC plugin for GStreamer, a lossless audio codec. diff --git a/audio/gst-plugins1-flac/Makefile b/audio/gst-plugins1-flac/Makefile index d52070c0437..bba6f0386f3 100644 --- a/audio/gst-plugins1-flac/Makefile +++ b/audio/gst-plugins1-flac/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.3 2020/03/08 16:48:43 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2021/11/15 22:01:16 wiz Exp $ -GST_PLUGINS1_NAME= flac -GST_PLUGINS1_DIRS= ext/flac -GST_PLUGINS1_FLAGS= flac +PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-good/-flac/} +CATEGORIES= audio gnome -PKGREVISION= 1 -.include "../../multimedia/gst-plugins1-good/Makefile.common" +COMMENT= Open source multimedia framework - FLAC plugin + +GST_PLUGINS+= flac -BUILDLINK_API_DEPENDS.flac+= flac>=1.1.3nb1 +.include "../../multimedia/gst-plugins1-good/Makefile.common" .include "../../audio/flac/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-flac/PLIST b/audio/gst-plugins1-flac/PLIST index 13eaeeadc19..5be57e9326c 100644 --- a/audio/gst-plugins1-flac/PLIST +++ b/audio/gst-plugins1-flac/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:39:28 ryoon Exp $ -lib/gstreamer-1.0/libgstflac.la +@comment $NetBSD: PLIST,v 1.2 2021/11/15 22:01:16 wiz Exp $ +lib/gstreamer-1.0/libgstflac.so |