Date: Thursday, May 20, 2010 @ 12:05:32 Author: ibiru Revision: 80627
upgpkg: cmus 2.3.2-1 update to 2.3.2 Modified: cmus/trunk/ChangeLog cmus/trunk/PKGBUILD -----------+ ChangeLog | 5 +++++ PKGBUILD | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) Modified: ChangeLog =================================================================== --- ChangeLog 2010-05-20 15:57:48 UTC (rev 80626) +++ ChangeLog 2010-05-20 16:05:32 UTC (rev 80627) @@ -1,3 +1,8 @@ +2010-05020 Ionut Biru <[email protected]> + + * cmus 2.3.2-1 + * upstream release + 2010-03-07 Andrea Scarpino <[email protected]> * cmus 2.3.0-1 * rebuilt against libmp4v2 1.9.1 Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-05-20 15:57:48 UTC (rev 80626) +++ PKGBUILD 2010-05-20 16:05:32 UTC (rev 80627) @@ -3,8 +3,8 @@ # Contributor: dorphell <[email protected]> pkgname=cmus -pkgver=2.3.0 -pkgrel=3 +pkgver=2.3.2 +pkgrel=1 pkgdesc="A very feature-rich ncurses-based music player" arch=('i686' 'x86_64') url="http://cmus.sourceforge.net/" @@ -14,13 +14,10 @@ makedepends=('libmp4v2') optdepends=('libmp4v2') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2") -md5sums=('8039df4b08b9cbc2e050ab2922e6d99d') +md5sums=('47698e355cff2e7b985a22475099c100') build() { cd $srcdir/$pkgname-v$pkgver - sed -i 's|ffmpeg/avcodec.h|libavcodec/avcodec.h|' ffmpeg.c || return 1 - sed -i 's|ffmpeg/avformat.h|libavformat/avformat.h|' ffmpeg.c || return 1 - sed -i 's|ffmpeg/avio.h|libavformat/avio.h|' ffmpeg.c || return 1 export CONFIG_ARTS=n ./configure prefix=/usr || return 1
