Date: Friday, October 19, 2012 @ 17:57:21 Author: eric Revision: 169338
upgpkg: moc 1:2.5beta1-1 Upstream update, Add popt depends Modified: moc/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-19 21:33:57 UTC (rev 169337) +++ PKGBUILD 2012-10-19 21:57:21 UTC (rev 169338) @@ -2,13 +2,14 @@ # Maintainer: Eric Bélanger <[email protected]> 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 @@ '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 @@ } 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 @@ } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-2.5.0-beta1" make DESTDIR="${pkgdir}" install }
