[arch-commits] Commit in xfce4-mixer/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 14 23:39:23 UTC 2012


    Date: Thursday, June 14, 2012 @ 19:39:23
  Author: foutrelis
Revision: 161811

upgpkg: xfce4-mixer 4.8.0-4

Add gstreamer0.10-base-plugins to dependencies; remove remaining optional dependencies.

Modified:
  xfce4-mixer/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-14 22:59:11 UTC (rev 161810)
+++ PKGBUILD	2012-06-14 23:39:23 UTC (rev 161811)
@@ -3,18 +3,14 @@
 
 pkgname=xfce4-mixer
 pkgver=4.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The volume control plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('xfce4-panel' 'gstreamer0.10-base' 'hicolor-icon-theme')
+depends=('xfce4-panel' 'gstreamer0.10-base-plugins' 'hicolor-icon-theme')
 makedepends=('intltool')
-optdepends=('gstreamer0.10-base-plugins: to support basic audio hardware'
-            'gstreamer0.10-good-plugins: well supported hardware'
-            'gstreamer0.10-bad-plugins: not so well supported hardware'
-            'gstreamer0.10-ugly-plugins: might contain questionable license hardware')
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/4.8/$pkgname-$pkgver.tar.bz2)
@@ -29,7 +25,6 @@
     --libexecdir=/usr/lib \
     --localstatedir=/var \
     --disable-static \
-    --with-sound=alsa \
     --disable-debug
   make
 }




More information about the arch-commits mailing list