diff options
author | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-02 00:05:43 -0700 |
commit | c9738c6a1d438f30dfa7363aa847343754f953ac (patch) | |
tree | 4922cc79f6695dbe35bdc4ce2c44a7a8d93cf053 /community/xnoise | |
parent | c623429f33c434cb1cb11974d9e71f48dd5a881f (diff) |
Tue Apr 2 00:05:43 PDT 2013
Diffstat (limited to 'community/xnoise')
-rwxr-xr-x | community/xnoise/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD index a13a71238..89543cbeb 100755 --- a/community/xnoise/PKGBUILD +++ b/community/xnoise/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86895 2013-03-24 01:55:32Z fyan $ +# $Id: PKGBUILD 87484 2013-04-01 12:09:37Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: archtux <antonio dot arias99999 at gmail dot com> pkgname=xnoise pkgver=0.2.17 -pkgrel=2 +pkgrel=3 pkgdesc="Media player with a slick GUI, great speed and lots of features." arch=('i686' 'x86_64') url="http://www.xnoise-media-player.com/" @@ -13,7 +13,8 @@ depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 'gst-pl optdepends=('gst-plugins-base: Basic media codecs' 'gst-plugins-bad: Extra media codecs' 'gst-plugins-ugly: Extra media codecs' - 'gst-libav: Extra media codecs') + 'gst-libav: Extra media codecs' + 'gvfs: Needed for fetching album art') makedepends=('gettext' 'intltool') options=('!libtool') install=$pkgname.install |