aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-31 08:59:55 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-31 08:59:55 +0000
commit66c5c27583a16c5f500eca8f7dcad4b958ce6f81 (patch)
tree7ef476dc1b3647b061229166a61b7e2bf886f956 /audio
parentf018bd3ea60b82e47c805fa4a73c3b8a93ec9f46 (diff)
downloadports-66c5c27583a16c5f500eca8f7dcad4b958ce6f81.tar.gz
ports-66c5c27583a16c5f500eca8f7dcad4b958ce6f81.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/gstreamer-plugins-sndio/Makefile3
-rw-r--r--audio/gstreamer1-plugins-sndio/Makefile3
-rw-r--r--audio/spectrogram/Makefile2
3 files changed, 3 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-sndio/Makefile b/audio/gstreamer-plugins-sndio/Makefile
index a33bb38a73b1..a23a03fe8225 100644
--- a/audio/gstreamer-plugins-sndio/Makefile
+++ b/audio/gstreamer-plugins-sndio/Makefile
@@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-0.10.so:multimedia/gstreamer-plugins \
libgstbase-0.10.so:multimedia/gstreamer \
libsndio.so:audio/sndio
+USES= gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= t6
-
-USES= pkgconfig
USE_GNOME= glib20
PLIST_FILES= lib/gstreamer-0.10/libgstsndio.so
diff --git a/audio/gstreamer1-plugins-sndio/Makefile b/audio/gstreamer1-plugins-sndio/Makefile
index 1cb65e6a57a4..992c2cb23c46 100644
--- a/audio/gstreamer1-plugins-sndio/Makefile
+++ b/audio/gstreamer1-plugins-sndio/Makefile
@@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1-plugins \
libgstbase-1.0.so:multimedia/gstreamer1 \
libsndio.so:audio/sndio
+USES= gnome pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= t6
-
-USES= pkgconfig
USE_GNOME= glib20
PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so
diff --git a/audio/spectrogram/Makefile b/audio/spectrogram/Makefile
index 8b229313a1d4..10148a2697a2 100644
--- a/audio/spectrogram/Makefile
+++ b/audio/spectrogram/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfftw3.so:math/fftw3 \
libsndio.so:audio/sndio
-USES= pkgconfig
+USES= pkgconfig xorg
USE_XORG= x11
USE_GITHUB= yes