diff options
Diffstat (limited to 'audio/gstreamer1-plugins-bs2b')
| -rw-r--r-- | audio/gstreamer1-plugins-bs2b/Makefile | 10 | ||||
| -rw-r--r-- | audio/gstreamer1-plugins-bs2b/pkg-plist | 1 |
2 files changed, 9 insertions, 2 deletions
diff --git a/audio/gstreamer1-plugins-bs2b/Makefile b/audio/gstreamer1-plugins-bs2b/Makefile index 4f26acbc25ad..8abafc0f2235 100644 --- a/audio/gstreamer1-plugins-bs2b/Makefile +++ b/audio/gstreamer1-plugins-bs2b/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin @@ -6,6 +6,12 @@ COMMENT= GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin GST_PLUGIN= bs2b DIST= bad -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +PLIST= ${.CURDIR}/pkg-plist +LIB_DEPENDS= libbs2b.so:audio/libbs2b + +MESON_ARGS+= -Dgpl=enabled .include "${MASTERDIR}/Makefile" + diff --git a/audio/gstreamer1-plugins-bs2b/pkg-plist b/audio/gstreamer1-plugins-bs2b/pkg-plist new file mode 100644 index 000000000000..f941fa3c7588 --- /dev/null +++ b/audio/gstreamer1-plugins-bs2b/pkg-plist @@ -0,0 +1 @@ + lib/gstreamer-%%VERSION%%/libgstbs2b.so |
