From 6c114b503b2456476f22ff6bdb2b45cac8dac612 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Aug 2012 00:02:17 +0000 Subject: Wed Aug 8 00:02:17 UTC 2012 --- extra/moc/PKGBUILD | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'extra/moc/PKGBUILD') diff --git a/extra/moc/PKGBUILD b/extra/moc/PKGBUILD index 3ccc032f8..57fbab7aa 100644 --- a/extra/moc/PKGBUILD +++ b/extra/moc/PKGBUILD @@ -1,30 +1,31 @@ -# $Id: PKGBUILD 163156 2012-07-08 09:31:55Z ibiru $ +# $Id: PKGBUILD 164822 2012-08-06 20:34:31Z eric $ # Maintainer: Eric BĂ©langer pkgname=moc -pkgver=20120224 -pkgrel=2 -pkgdesc="An ncurses console audio player with support for the mp3, ogg, and wave formats" +pkgver=20120717 +pkgrel=1 +pkgdesc="An ncurses console audio player designed to be powerful and easy to use" arch=('i686' 'x86_64') url="http://moc.daper.net/" license=('GPL') depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file') -makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug') +makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2') optdepends=('speex: for using the speex plugin' 'ffmpeg: for using the ffmpeg plugin' 'taglib: for using the musepack plugin' 'libmpcdec: for using the musepack plugin' 'wavpack: for using the wavpack plugin' + 'faad2: for using the aac plugin' 'libmodplug: for using the modplug plugin') options=('!libtool') source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig}) -sha1sums=('8ad3521d99fe6f2514907088c70e50c84ec09b46' - 'e8b2396d99692b0c4f85971d3fa6f5aecb1eb9d3') +sha1sums=('5a955508a807c4c780c6a2a9105b05142fb83e02' + 'ae6f01d9c4933efd4f86ce79ff35d1a313e215a7') # source PKGBUILD && mksource mksource() { [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && return 1) - _svnver=2412 + _svnver=2454 _svntrunk="svn://daper.net/moc/trunk" _svnmod="${pkgname}-${pkgver}" mkdir ${pkgname}-${pkgver} @@ -39,11 +40,9 @@ mksource() { build() { cd "${srcdir}/${pkgname}-${pkgver}" - -# Disabling aac to use the external ffmpeg to play them (FS#13164) autoreconf -i - ./configure --prefix=/usr --without-rcc --without-aac \ - --with-oss --with-alsa --with-jack --with-mp3 \ + ./configure --prefix=/usr --without-rcc \ + --with-oss --with-alsa --with-jack --with-aac --with-mp3 \ --with-musepack --with-vorbis --with-flac --with-wavpack \ --with-sndfile --with-modplug --with-ffmpeg --with-speex \ --with-samplerate --with-curl --disable-debug -- cgit v1.2.3-54-g00ecf