pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/xfce4-mixer



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 28 22:45:29 UTC 2018

Modified Files:
        pkgsrc/audio/xfce4-mixer: Makefile

Log Message:
Add a dependency on the OSS gst plugin to make sound mixing work on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/audio/xfce4-mixer/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/xfce4-mixer/Makefile
diff -u pkgsrc/audio/xfce4-mixer/Makefile:1.58 pkgsrc/audio/xfce4-mixer/Makefile:1.59
--- pkgsrc/audio/xfce4-mixer/Makefile:1.58      Mon Apr 16 14:34:10 2018
+++ pkgsrc/audio/xfce4-mixer/Makefile   Mon May 28 22:45:29 2018
@@ -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"



Home | Main Index | Thread Index | Old Index