summaryrefslogtreecommitdiff
path: root/extra/gtkpod
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-22 13:47:48 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-22 13:47:48 +0200
commit287cbaf608ace8e8317083ad957a4cb5c3c58dd9 (patch)
treef685fe175f487dda450e70fccb125ad0aa5a671e /extra/gtkpod
parentdcb73722d5cac1feef0018aacec43106dcb0fa77 (diff)
parentfb930f28bff4a4b4b37444e3f570904d6db3d06e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/motion/PKGBUILD community-testing/tor/PKGBUILD community/icecast/PKGBUILD libre/hplip-libre/PKGBUILD libre/virtualbox-modules/PKGBUILD
Diffstat (limited to 'extra/gtkpod')
-rw-r--r--extra/gtkpod/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/gtkpod/PKGBUILD b/extra/gtkpod/PKGBUILD
index a4e041d3d..d8a9c7fea 100644
--- a/extra/gtkpod/PKGBUILD
+++ b/extra/gtkpod/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 159956 2012-05-27 10:22:22Z tomegun $
+# $Id: PKGBUILD 162106 2012-06-20 04:34:13Z eric $
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
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' 'mips64el')
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}"