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-vorbis | |
parent | 90c241c4254b18ecb7db10e3de9748970845e96a (diff) | |
download | ports-e3b732b4791c01bdeeb671ffb557c1914763249f.tar.gz ports-e3b732b4791c01bdeeb671ffb557c1914763249f.zip |
Diffstat (limited to 'audio/gstreamer1-plugins-vorbis')
-rw-r--r-- | audio/gstreamer1-plugins-vorbis/Makefile | 7 | ||||
-rw-r--r-- | audio/gstreamer1-plugins-vorbis/pkg-plist | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/audio/gstreamer1-plugins-vorbis/Makefile b/audio/gstreamer1-plugins-vorbis/Makefile index ec728eb301ec..b43383f1d6f0 100644 --- a/audio/gstreamer1-plugins-vorbis/Makefile +++ b/audio/gstreamer1-plugins-vorbis/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer vorbis encoder/decoder plugin @@ -8,4 +8,9 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +USE_GSTREAMER= ogg +LIB_DEPENDS= libvorbis.so:audio/libvorbis + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-vorbis/pkg-plist b/audio/gstreamer1-plugins-vorbis/pkg-plist new file mode 100644 index 000000000000..b23a87d00b30 --- /dev/null +++ b/audio/gstreamer1-plugins-vorbis/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstvorbis.so |