diff options
Diffstat (limited to 'audio')
66 files changed, 222 insertions, 43 deletions
diff --git a/audio/gstreamer1-plugins-a52dec/Makefile b/audio/gstreamer1-plugins-a52dec/Makefile index 75d248e4951f..7b743eb76a34 100644 --- a/audio/gstreamer1-plugins-a52dec/Makefile +++ b/audio/gstreamer1-plugins-a52dec/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin @@ -8,4 +8,10 @@ DIST= ugly MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +MESON_ARGS+= -Dgpl=enabled + +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= liba52.so:audio/liba52 + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-a52dec/pkg-plist b/audio/gstreamer1-plugins-a52dec/pkg-plist new file mode 100644 index 000000000000..2bab8ee560ac --- /dev/null +++ b/audio/gstreamer1-plugins-a52dec/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgsta52dec.so diff --git a/audio/gstreamer1-plugins-amrnb/Makefile b/audio/gstreamer1-plugins-amrnb/Makefile index 9d4a2316871b..fc4c144ead72 100644 --- a/audio/gstreamer1-plugins-amrnb/Makefile +++ b/audio/gstreamer1-plugins-amrnb/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin @@ -6,6 +6,12 @@ COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin GST_PLUGIN= amrnb DIST= ugly -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins + +MESON_ARGS+= -Dgpl=enabled + +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libopencore-amrnb.so:audio/opencore-amr .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-amrnb/pkg-plist b/audio/gstreamer1-plugins-amrnb/pkg-plist new file mode 100644 index 000000000000..51b9ecad98a2 --- /dev/null +++ b/audio/gstreamer1-plugins-amrnb/pkg-plist @@ -0,0 +1,2 @@ +lib/gstreamer-%%VERSION%%/libgstamrnb.so +%%DATADIR%%-%%VERSION%%/presets/GstAmrnbEnc.prs 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 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 diff --git a/audio/gstreamer1-plugins-cdparanoia/Makefile b/audio/gstreamer1-plugins-cdparanoia/Makefile index 94195a1a3ebd..25b57c3b437b 100644 --- a/audio/gstreamer1-plugins-cdparanoia/Makefile +++ b/audio/gstreamer1-plugins-cdparanoia/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer CDDA extraction (aka audio ripping) plugin @@ -8,4 +8,8 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libcdda_interface.so:audio/cdparanoia + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-cdparanoia/pkg-plist b/audio/gstreamer1-plugins-cdparanoia/pkg-plist new file mode 100644 index 000000000000..b8454271c5c6 --- /dev/null +++ b/audio/gstreamer1-plugins-cdparanoia/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstcdparanoia.so diff --git a/audio/gstreamer1-plugins-chromaprint/Makefile b/audio/gstreamer1-plugins-chromaprint/Makefile index cea3e1f5f245..316daec89e57 100644 --- a/audio/gstreamer1-plugins-chromaprint/Makefile +++ b/audio/gstreamer1-plugins-chromaprint/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer audio fingerprint extracting plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libchromaprint.so:audio/chromaprint + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-chromaprint/pkg-plist b/audio/gstreamer1-plugins-chromaprint/pkg-plist new file mode 100644 index 000000000000..0f036beaf645 --- /dev/null +++ b/audio/gstreamer1-plugins-chromaprint/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstchromaprint.so diff --git a/audio/gstreamer1-plugins-faac/Makefile b/audio/gstreamer1-plugins-faac/Makefile index b1e7fe10dc77..eb7e715f48d2 100644 --- a/audio/gstreamer1-plugins-faac/Makefile +++ b/audio/gstreamer1-plugins-faac/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer MPEG-2 and MPEG-4 AAC encoder plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libfaac.so:audio/faac + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-faac/pkg-plist b/audio/gstreamer1-plugins-faac/pkg-plist new file mode 100644 index 000000000000..fd3227e7eb00 --- /dev/null +++ b/audio/gstreamer1-plugins-faac/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstfaac.so diff --git a/audio/gstreamer1-plugins-faad/Makefile b/audio/gstreamer1-plugins-faad/Makefile index 387cd607f5b4..d63c8e7b0960 100644 --- a/audio/gstreamer1-plugins-faad/Makefile +++ b/audio/gstreamer1-plugins-faad/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer MPEG-2 and MPEG-4 AAC decoder plugin @@ -8,4 +8,10 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libfaad.so:audio/faad + +MESON_ARGS+= -Dgpl=enabled + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-faad/pkg-plist b/audio/gstreamer1-plugins-faad/pkg-plist new file mode 100644 index 000000000000..158cd52ec689 --- /dev/null +++ b/audio/gstreamer1-plugins-faad/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstfaad.so diff --git a/audio/gstreamer1-plugins-flac/Makefile b/audio/gstreamer1-plugins-flac/Makefile index 45b07d466e85..8f8c1f07601d 100644 --- a/audio/gstreamer1-plugins-flac/Makefile +++ b/audio/gstreamer1-plugins-flac/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer free lossless audio encoder/decoder plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libFLAC.so:audio/flac + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-flac/pkg-plist b/audio/gstreamer1-plugins-flac/pkg-plist new file mode 100644 index 000000000000..13e6c60bbf26 --- /dev/null +++ b/audio/gstreamer1-plugins-flac/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstflac.so diff --git a/audio/gstreamer1-plugins-flite/Makefile b/audio/gstreamer1-plugins-flite/Makefile index 90efcedad499..7409b797f849 100644 --- a/audio/gstreamer1-plugins-flite/Makefile +++ b/audio/gstreamer1-plugins-flite/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer flite run-time speech synthesis engine plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libflite.so:audio/flite + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-flite/pkg-plist b/audio/gstreamer1-plugins-flite/pkg-plist new file mode 100644 index 000000000000..7efc937a2f47 --- /dev/null +++ b/audio/gstreamer1-plugins-flite/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstflite.so diff --git a/audio/gstreamer1-plugins-gme/Makefile b/audio/gstreamer1-plugins-gme/Makefile index 4d4fa060bbd8..b6ef3e2d0ef4 100644 --- a/audio/gstreamer1-plugins-gme/Makefile +++ b/audio/gstreamer1-plugins-gme/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer emulate gaming console sound processors plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libgme.so:audio/libgme + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-gme/pkg-plist b/audio/gstreamer1-plugins-gme/pkg-plist new file mode 100644 index 000000000000..fb27f08c5888 --- /dev/null +++ b/audio/gstreamer1-plugins-gme/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstgme.so diff --git a/audio/gstreamer1-plugins-gsm/Makefile b/audio/gstreamer1-plugins-gsm/Makefile index e5bdefb7830d..aaa8ec5976c0 100644 --- a/audio/gstreamer1-plugins-gsm/Makefile +++ b/audio/gstreamer1-plugins-gsm/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer gsm encoding/decoding plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libgsm.so:audio/gsm + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-gsm/pkg-plist b/audio/gstreamer1-plugins-gsm/pkg-plist new file mode 100644 index 000000000000..ab459fcc8bde --- /dev/null +++ b/audio/gstreamer1-plugins-gsm/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstgsm.so diff --git a/audio/gstreamer1-plugins-jack/Makefile b/audio/gstreamer1-plugins-jack/Makefile index 548f755c8731..1e07845be434 100644 --- a/audio/gstreamer1-plugins-jack/Makefile +++ b/audio/gstreamer1-plugins-jack/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer low-latency audio server plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libjack.so:audio/jack + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-jack/pkg-plist b/audio/gstreamer1-plugins-jack/pkg-plist new file mode 100644 index 000000000000..4f48f62312fe --- /dev/null +++ b/audio/gstreamer1-plugins-jack/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstjack.so diff --git a/audio/gstreamer1-plugins-ladspa/Makefile b/audio/gstreamer1-plugins-ladspa/Makefile index 11cf4092d0b6..d189b8c62227 100644 --- a/audio/gstreamer1-plugins-ladspa/Makefile +++ b/audio/gstreamer1-plugins-ladspa/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin @@ -8,4 +8,10 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa + +LIB_DEPENDS= liblrdf.so:textproc/liblrdf + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-ladspa/pkg-plist b/audio/gstreamer1-plugins-ladspa/pkg-plist new file mode 100644 index 000000000000..309ed3de532d --- /dev/null +++ b/audio/gstreamer1-plugins-ladspa/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstladspa.so diff --git a/audio/gstreamer1-plugins-lame/Makefile b/audio/gstreamer1-plugins-lame/Makefile index f2a13edec8a7..fde330beb9bb 100644 --- a/audio/gstreamer1-plugins-lame/Makefile +++ b/audio/gstreamer1-plugins-lame/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer High-quality free mp3 encode plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libmp3lame.so:audio/lame + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-lame/pkg-plist b/audio/gstreamer1-plugins-lame/pkg-plist new file mode 100644 index 000000000000..d4bc14d79b11 --- /dev/null +++ b/audio/gstreamer1-plugins-lame/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstlame.so diff --git a/audio/gstreamer1-plugins-lv2/Makefile b/audio/gstreamer1-plugins-lv2/Makefile index b5b05a5cb3b7..d39b0eeff8a7 100644 --- a/audio/gstreamer1-plugins-lv2/Makefile +++ b/audio/gstreamer1-plugins-lv2/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer lv2 wrapper plugin @@ -8,4 +8,14 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 +LIB_DEPENDS= libsord-0.so:devel/sord \ + libserd-0.so:devel/serd \ + libsratom-0.so:audio/sratom \ + liblilv-0.so:audio/lilv + .include "${MASTERDIR}/Makefile" + +USES+= pkgconfig diff --git a/audio/gstreamer1-plugins-lv2/pkg-plist b/audio/gstreamer1-plugins-lv2/pkg-plist new file mode 100644 index 000000000000..196519ac3d83 --- /dev/null +++ b/audio/gstreamer1-plugins-lv2/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstlv2.so diff --git a/audio/gstreamer1-plugins-modplug/Makefile b/audio/gstreamer1-plugins-modplug/Makefile index 8a565fae0823..eaf25942c970 100644 --- a/audio/gstreamer1-plugins-modplug/Makefile +++ b/audio/gstreamer1-plugins-modplug/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer module decoder based on modplug egine plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libmodplug.so:audio/libmodplug + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-modplug/pkg-plist b/audio/gstreamer1-plugins-modplug/pkg-plist new file mode 100644 index 000000000000..8e164ae85030 --- /dev/null +++ b/audio/gstreamer1-plugins-modplug/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstmodplug.so diff --git a/audio/gstreamer1-plugins-mpg123/Makefile b/audio/gstreamer1-plugins-mpg123/Makefile index 17c4723b2fe1..ca4de84b4184 100644 --- a/audio/gstreamer1-plugins-mpg123/Makefile +++ b/audio/gstreamer1-plugins-mpg123/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer MPEG Layer 1, 2, and 3 plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libmpg123.so:audio/mpg123 + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-mpg123/pkg-plist b/audio/gstreamer1-plugins-mpg123/pkg-plist new file mode 100644 index 000000000000..bf17e1875d77 --- /dev/null +++ b/audio/gstreamer1-plugins-mpg123/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstmpg123.so diff --git a/audio/gstreamer1-plugins-musepack/Makefile b/audio/gstreamer1-plugins-musepack/Makefile index 83f4143a39dd..7fde1a3821f9 100644 --- a/audio/gstreamer1-plugins-musepack/Makefile +++ b/audio/gstreamer1-plugins-musepack/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer musepack mpc encoder/decoder plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS=libmpcdec.so:audio/musepack + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-musepack/pkg-plist b/audio/gstreamer1-plugins-musepack/pkg-plist new file mode 100644 index 000000000000..920aed8cd783 --- /dev/null +++ b/audio/gstreamer1-plugins-musepack/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstmusepack.so diff --git a/audio/gstreamer1-plugins-ogg/Makefile b/audio/gstreamer1-plugins-ogg/Makefile index c64dd7fa509f..7e1fdce8d89e 100644 --- a/audio/gstreamer1-plugins-ogg/Makefile +++ b/audio/gstreamer1-plugins-ogg/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer Ogg bitstream plugin @@ -8,4 +8,8 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libogg.so:audio/libogg + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-ogg/pkg-plist b/audio/gstreamer1-plugins-ogg/pkg-plist new file mode 100644 index 000000000000..60e66f54d229 --- /dev/null +++ b/audio/gstreamer1-plugins-ogg/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstogg.so diff --git a/audio/gstreamer1-plugins-openmpt/Makefile b/audio/gstreamer1-plugins-openmpt/Makefile index a7a0613a20e7..4c42540b1ffe 100644 --- a/audio/gstreamer1-plugins-openmpt/Makefile +++ b/audio/gstreamer1-plugins-openmpt/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer OpenMPT audio decoder plugin @@ -6,13 +6,10 @@ COMMENT= GStreamer OpenMPT audio decoder plugin GST_PLUGIN= openmpt DIST= bad -OPENMPT_GST_DIRS= gst-libs/gst/audio - MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -pre-build: -.for dir in ${OPENMPT_GST_DIRS} - @(cd ${BUILD_WRKSRC}/${dir}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}) -.endfor +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libopenmpt.so:audio/libopenmpt .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-openmpt/pkg-plist b/audio/gstreamer1-plugins-openmpt/pkg-plist new file mode 100644 index 000000000000..742950336a96 --- /dev/null +++ b/audio/gstreamer1-plugins-openmpt/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstopenmpt.so diff --git a/audio/gstreamer1-plugins-opus/Makefile b/audio/gstreamer1-plugins-opus/Makefile index 4abd03b29a8c..34258f54e85d 100644 --- a/audio/gstreamer1-plugins-opus/Makefile +++ b/audio/gstreamer1-plugins-opus/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer Opus audio encoder/decoder plugin @@ -8,4 +8,8 @@ DIST= base MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libopus.so:audio/opus + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-opus/pkg-plist b/audio/gstreamer1-plugins-opus/pkg-plist new file mode 100644 index 000000000000..30d7eb71dceb --- /dev/null +++ b/audio/gstreamer1-plugins-opus/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstopus.so diff --git a/audio/gstreamer1-plugins-pulse/Makefile b/audio/gstreamer1-plugins-pulse/Makefile index 904ac0dc6ef0..3d16947645fb 100644 --- a/audio/gstreamer1-plugins-pulse/Makefile +++ b/audio/gstreamer1-plugins-pulse/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer pulseaudio plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libpulse.so:audio/pulseaudio + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-pulse/pkg-plist b/audio/gstreamer1-plugins-pulse/pkg-plist new file mode 100644 index 000000000000..8455c8d5cc09 --- /dev/null +++ b/audio/gstreamer1-plugins-pulse/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstpulseaudio.so diff --git a/audio/gstreamer1-plugins-shout2/Makefile b/audio/gstreamer1-plugins-shout2/Makefile index cdd7985ae537..48da869eedab 100644 --- a/audio/gstreamer1-plugins-shout2/Makefile +++ b/audio/gstreamer1-plugins-shout2/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer icecast output plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libshout.so:audio/libshout + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-shout2/pkg-plist b/audio/gstreamer1-plugins-shout2/pkg-plist new file mode 100644 index 000000000000..b271580df9cf --- /dev/null +++ b/audio/gstreamer1-plugins-shout2/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstshout2.so diff --git a/audio/gstreamer1-plugins-sidplay/Makefile b/audio/gstreamer1-plugins-sidplay/Makefile index bdd24b90ad56..269530b04f69 100644 --- a/audio/gstreamer1-plugins-sidplay/Makefile +++ b/audio/gstreamer1-plugins-sidplay/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer Commodore SID audio decoder plugin @@ -8,4 +8,10 @@ DIST= ugly MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libsidplay.so:audio/libsidplay + +MESON_ARGS+= -Dgpl=enabled + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-sidplay/pkg-plist b/audio/gstreamer1-plugins-sidplay/pkg-plist new file mode 100644 index 000000000000..f9fa43398929 --- /dev/null +++ b/audio/gstreamer1-plugins-sidplay/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstsid.so diff --git a/audio/gstreamer1-plugins-sndfile/Makefile b/audio/gstreamer1-plugins-sndfile/Makefile index f12e103a8457..c6427317148c 100644 --- a/audio/gstreamer1-plugins-sndfile/Makefile +++ b/audio/gstreamer1-plugins-sndfile/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= audio COMMENT= Gstreamer sndfile plugin @@ -8,4 +8,8 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libsndfile.so:audio/libsndfile + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-sndfile/pkg-plist b/audio/gstreamer1-plugins-sndfile/pkg-plist new file mode 100644 index 000000000000..48f69b606c62 --- /dev/null +++ b/audio/gstreamer1-plugins-sndfile/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstsndfile.so diff --git a/audio/gstreamer1-plugins-soundtouch/Makefile b/audio/gstreamer1-plugins-soundtouch/Makefile index f593bc7b7544..26920a4b5ce9 100644 --- a/audio/gstreamer1-plugins-soundtouch/Makefile +++ b/audio/gstreamer1-plugins-soundtouch/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer soundtouch plugin @@ -8,4 +8,7 @@ DIST= bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist +LIB_DEPENDS= libSoundTouch.so:audio/soundtouch + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-soundtouch/pkg-plist b/audio/gstreamer1-plugins-soundtouch/pkg-plist new file mode 100644 index 000000000000..006db82b00bd --- /dev/null +++ b/audio/gstreamer1-plugins-soundtouch/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstsoundtouch.so diff --git a/audio/gstreamer1-plugins-speex/Makefile b/audio/gstreamer1-plugins-speex/Makefile index 2ffc6bfa15e4..f5053cfe4c8d 100644 --- a/audio/gstreamer1-plugins-speex/Makefile +++ b/audio/gstreamer1-plugins-speex/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer speex voice encode/decode plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libspeex.so:audio/speex + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-speex/pkg-plist b/audio/gstreamer1-plugins-speex/pkg-plist new file mode 100644 index 000000000000..181e9d106bf6 --- /dev/null +++ b/audio/gstreamer1-plugins-speex/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstspeex.so diff --git a/audio/gstreamer1-plugins-taglib/Makefile b/audio/gstreamer1-plugins-taglib/Makefile index f8b0214328fb..777ab1624a2a 100644 --- a/audio/gstreamer1-plugins-taglib/Makefile +++ b/audio/gstreamer1-plugins-taglib/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer taglib plugin for adding APEv2 and ID3v2 headers @@ -11,4 +11,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libtag.so:audio/taglib + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-taglib/pkg-plist b/audio/gstreamer1-plugins-taglib/pkg-plist new file mode 100644 index 000000000000..5b2a3e819c8a --- /dev/null +++ b/audio/gstreamer1-plugins-taglib/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgsttaglib.so diff --git a/audio/gstreamer1-plugins-twolame/Makefile b/audio/gstreamer1-plugins-twolame/Makefile index 948a002eeb97..993213d76ef3 100644 --- a/audio/gstreamer1-plugins-twolame/Makefile +++ b/audio/gstreamer1-plugins-twolame/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer High-quality free MP2 encoder plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libtwolame.so:audio/twolame + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-twolame/pkg-plist b/audio/gstreamer1-plugins-twolame/pkg-plist new file mode 100644 index 000000000000..a15e4beec7d5 --- /dev/null +++ b/audio/gstreamer1-plugins-twolame/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgsttwolame.so 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 diff --git a/audio/gstreamer1-plugins-wavpack/Makefile b/audio/gstreamer1-plugins-wavpack/Makefile index 71a190ccb3a1..65306af59869 100644 --- a/audio/gstreamer1-plugins-wavpack/Makefile +++ b/audio/gstreamer1-plugins-wavpack/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer wavpack encode/decode plugin @@ -8,4 +8,8 @@ DIST= good MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libwavpack.so:audio/wavpack + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-wavpack/pkg-plist b/audio/gstreamer1-plugins-wavpack/pkg-plist new file mode 100644 index 000000000000..1d38aacae74b --- /dev/null +++ b/audio/gstreamer1-plugins-wavpack/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstwavpack.so diff --git a/audio/gstreamer1-plugins-webrtcdsp/Makefile b/audio/gstreamer1-plugins-webrtcdsp/Makefile index 08ae90184c71..fd9c02e074cf 100644 --- a/audio/gstreamer1-plugins-webrtcdsp/Makefile +++ b/audio/gstreamer1-plugins-webrtcdsp/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= audio COMMENT= GStreamer WebRTC Audio Processing plugin @@ -10,4 +10,8 @@ USES+= compiler:c++11-lang MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins +PLIST= ${.CURDIR}/pkg-plist + +LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 + .include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer1-plugins-webrtcdsp/pkg-plist b/audio/gstreamer1-plugins-webrtcdsp/pkg-plist new file mode 100644 index 000000000000..5c123eacb5b5 --- /dev/null +++ b/audio/gstreamer1-plugins-webrtcdsp/pkg-plist @@ -0,0 +1 @@ +lib/gstreamer-%%VERSION%%/libgstwebrtcdsp.so |