Date: Wednesday, June 20, 2012 @ 00:33:51 Author: eric Revision: 162105
upgpkg: gtkpod 2.1.2-1 Upstream update, Add libvorbis and faad2 makedepends to build ogg and m4a support (close FS#26291) Modified: gtkpod/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-20 02:05:56 UTC (rev 162104) +++ PKGBUILD 2012-06-20 04:33:51 UTC (rev 162105) @@ -3,21 +3,23 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=gtkpod -pkgver=2.1.1 -pkgrel=3 +pkgver=2.1.2 +pkgrel=1 pkgdesc="A platform independent GUI for Apple's iPod using GTK3" arch=('i686' 'x86_64') url="http://gtkpod.sourceforge.net" license=('GPL') depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk') -makedepends=('flex' 'intltool') +makedepends=('flex' 'intltool' 'libvorbis' 'faad2') optdepends=('libmp4v2: MP4/h264 support' 'vorbis-tools: OGG support' - 'id3v2: mp3 conversion support') + 'libvorbis: OGG support' + 'id3v2: mp3 conversion support' + 'faad2: m4a conversion support') install=gtkpod.install options=('!libtool') source=("http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz") -md5sums=('36fd0324fd1d1da00fcddacef1b09983') +md5sums=('88fef3f947cbb7ae6b714080733a3b6b') build() { cd "${srcdir}/${pkgname}-${pkgver}"
