diff options
author | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-20 01:29:42 -0700 |
commit | 1f9776d421ac40faa59f797893033e99e4f919eb (patch) | |
tree | fd7420e8e8d3b090730fcc01a8ff25d13ad09442 /community/xmms2 | |
parent | 1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff) |
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'community/xmms2')
-rw-r--r-- | community/xmms2/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index ed4768a0a..bc5a8e13b 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87966 2013-04-09 15:45:48Z spupykin $ +# $Id: PKGBUILD 88557 2013-04-19 17:25:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=11 +pkgrel=12 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64') url="http://xmms2.org/" @@ -12,6 +12,7 @@ backup=('etc/conf.d/xmms2d.conf') depends=('sqlite' 'libmad') makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout' + 'libdiscid' 'libcdio-paranoia' 'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex' 'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 'libgme' 'avahi') optdepends=('alsa-lib: ALSA audio output' @@ -25,6 +26,8 @@ optdepends=('alsa-lib: ALSA audio output' 'jack: JACK audio output' 'libao: liboa audio output' 'libgme: game-music-emu support' + 'libdiscid: cdda support' + 'libcdio-paranoia: cdda support' 'libofa: MusicDNS fingerprinting' 'libmms: play MMS streams' 'libmodplug: to play MOD files' @@ -68,6 +71,8 @@ build() { # python2 fix # sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf + sed -i 's|#include <cdio/cdda.h>|#include <cdio/paranoia/cdda.h>|' src/plugins/cdda/cdda.c + sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|' src/plugins/samba/{samba.c,wscript} ./waf configure --prefix=/usr \ --with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater \ |