From 9598f5141ea75ffa72a3c7c85639c6f296020ef1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Oct 2012 01:22:20 -0700 Subject: Sat Oct 20 01:22:19 PDT 2012 --- extra/moc/PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'extra/moc') diff --git a/extra/moc/PKGBUILD b/extra/moc/PKGBUILD index b03012c8e..76f224d5e 100644 --- a/extra/moc/PKGBUILD +++ b/extra/moc/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 167384 2012-10-01 19:35:31Z eric $ +# $Id: PKGBUILD 169339 2012-10-19 21:57:39Z eric $ # Maintainer: Eric BĂ©langer pkgname=moc -pkgver=20120717 -pkgrel=2 +pkgver=2.5beta1 +pkgrel=1 +epoch=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') +depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt') makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2') optdepends=('speex: for using the speex plugin' 'ffmpeg: for using the ffmpeg plugin' @@ -18,9 +19,9 @@ optdepends=('speex: for using the speex 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=('5a955508a807c4c780c6a2a9105b05142fb83e02' - 'ae6f01d9c4933efd4f86ce79ff35d1a313e215a7') +source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig}) +sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa' + '29c232c37e1f3737c3b670372732446e9c0786a8') # source PKGBUILD && mksource mksource() { @@ -39,8 +40,7 @@ mksource() { } build() { - cd "${srcdir}/${pkgname}-${pkgver}" - autoreconf -i + cd "${srcdir}/${pkgname}-2.5.0-beta1" ./configure --prefix=/usr --without-rcc \ --with-oss --with-alsa --with-jack --with-aac --with-mp3 \ --with-musepack --with-vorbis --with-flac --with-wavpack \ @@ -50,6 +50,6 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-2.5.0-beta1" make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf