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

Eric Bélanger eric at archlinux.org
Mon Aug 6 20:34:07 UTC 2012


    Date: Monday, August 6, 2012 @ 16:34:07
  Author: eric
Revision: 164821

upgpkg: moc 20120717-1

Upstream update (close  FS#30608), Add faad2 optdepends, Improve description

Modified:
  moc/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-06 19:57:10 UTC (rev 164820)
+++ PKGBUILD	2012-08-06 20:34:07 UTC (rev 164821)
@@ -2,29 +2,30 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 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 @@
 
 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




More information about the arch-commits mailing list