diff options
author | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-19 01:10:32 -0700 |
commit | 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch) | |
tree | 03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/xnoise/PKGBUILD | |
parent | e445a313723389ba9ee1fded025c567dae5b21ea (diff) |
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/xnoise/PKGBUILD')
-rwxr-xr-x | community/xnoise/PKGBUILD | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/community/xnoise/PKGBUILD b/community/xnoise/PKGBUILD new file mode 100755 index 000000000..0add992ea --- /dev/null +++ b/community/xnoise/PKGBUILD @@ -0,0 +1,37 @@ +# $Id: PKGBUILD 90300 2013-05-11 05:30:04Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: archtux <antonio dot arias99999 at gmail dot com> + +pkgname=xnoise +pkgver=0.2.18 +pkgrel=1 +pkgdesc="Media player with a slick GUI, great speed and lots of features." +arch=('i686' 'x86_64') +url="http://www.xnoise-media-player.com/" +license=('GPL2') +depends=('desktop-file-utils' 'gnome-icon-theme' 'gst-plugins-base-libs' 'gst-plugins-good' 'gtk3' 'libsoup' 'sqlite' 'libtaginfo' 'librsvg') +optdepends=('gst-plugins-base: Basic media codecs' + 'gst-plugins-bad: Extra media codecs' + 'gst-plugins-ugly: Extra media codecs' + 'gst-libav: Extra media codecs' + 'gvfs: Needed for fetching album art') +makedepends=('gettext' 'intltool') +options=('!libtool') +install=$pkgname.install +source=("https://bitbucket.org/shuerhaaken/xnoise/downloads/$pkgname-$pkgver.tar.gz") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + + # Remove obsolete files + rm -rf "$pkgdir/usr/include" "$pkgdir/usr/share/vala" +} +sha512sums=('afe6d380f84c96d3612ed6a01a31b279b06d101252304a83be081eb25d4342e3487aa0f1955c3aa6b70297f8858d3c01be5f708a37c3741a1c2b6afd76127e9b') |