diff options
author | Michal Zielonka <michal.zielonka.8001@gmail.com> | 2022-09-20 17:47:40 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2022-10-15 10:46:46 +0000 |
commit | e3b732b4791c01bdeeb671ffb557c1914763249f (patch) | |
tree | a0a745f340d9d73c9e90a998670e76d457e77a8e /audio/gstreamer1-plugins-amrwbdec | |
parent | 90c241c4254b18ecb7db10e3de9748970845e96a (diff) |
Diffstat (limited to 'audio/gstreamer1-plugins-amrwbdec')
-rw-r--r-- | audio/gstreamer1-plugins-amrwbdec/Makefile | 12 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-amrwbdec/pkg-plist | 1 |
2 files changed, 10 insertions, 3 deletions
diff --git a/audio/gstreamer1-plugins-amrwbdec/Makefile b/audio/gstreamer1-plugins-amrwbdec/Makefile index 20baa4d53017..b851ca985326 100644 --- a/audio/gstreamer1-plugins-amrwbdec/Makefile +++ b/audio/gstreamer1-plugins-amrwbdec/Makefile @@ -1,12 +1,18 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio PKGNAMESUFFIX= 1-plugins-amrwbdec COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin -GST_PLUGIN= amrwb +GST_PLUGIN= amrwbdec DIST= ugly -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +MESON_ARGS+= -Dgpl=enabled + +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libopencore-amrwb.so:audio/opencore-amr .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrwbdec/pkg-plist b/audio/gstreamer1-plugins-amrwbdec/pkg-plist new file mode 100644 index 000000000000..57bdc4d6ae6d --- /dev/null +++ b/audio/gstreamer1-plugins-amrwbdec/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstamrwbdec.so |