summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoryouri <youri@pkgsrc.org>2018-05-28 22:45:29 +0000
committeryouri <youri@pkgsrc.org>2018-05-28 22:45:29 +0000
commit39c22c7a42769f6a2b371ae7b378aab22940d29d (patch)
treeeceba394e96c43959ba06c064a538f39269f3fc1 /audio
parent02f4e97bc630f91330429399418c9b2eb3cb6fc8 (diff)
downloadpkgsrc-39c22c7a42769f6a2b371ae7b378aab22940d29d.tar.gz
Add a dependency on the OSS gst plugin to make sound mixing work on NetBSD.
Diffstat (limited to 'audio')
-rw-r--r--audio/xfce4-mixer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile
index 0ded9c5dbf3..1b281621d6a 100644
--- a/audio/xfce4-mixer/Makefile
+++ b/audio/xfce4-mixer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2018/04/16 14:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2018/05/28 22:45:29 youri Exp $
-PKGREVISION= 7
+PKGREVISION= 8
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-mixer-4.11.0
@@ -8,6 +8,7 @@ CATEGORIES= audio
COMMENT= Xfce mixer plugin
MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-mixer/4.11/
+DEPENDS+= gst-plugins0.10-oss-[0-9]*:../../audio/gst-plugins0.10-oss
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.25
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"