summaryrefslogtreecommitdiff
path: root/community-testing/gogglesmm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-08 23:14:45 +0000
committerroot <root@rshg054.dnsready.net>2012-01-08 23:14:45 +0000
commit46783b68621b6ad45cdd9ed64cfa8cdcfbc6f318 (patch)
treeeb2bd0aa427b4ad1659249fa8b86467dcd68e0dc /community-testing/gogglesmm/PKGBUILD
parent6aeb515f4afd10afb53b21df18d03b0d5f3a200f (diff)
Sun Jan 8 23:14:45 UTC 2012
Diffstat (limited to 'community-testing/gogglesmm/PKGBUILD')
-rw-r--r--community-testing/gogglesmm/PKGBUILD39
1 files changed, 39 insertions, 0 deletions
diff --git a/community-testing/gogglesmm/PKGBUILD b/community-testing/gogglesmm/PKGBUILD
new file mode 100644
index 000000000..c73bd1ae6
--- /dev/null
+++ b/community-testing/gogglesmm/PKGBUILD
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 61727 2012-01-07 05:10:55Z ebelanger $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Sander Jansen <sander@knology.net>
+
+pkgname=gogglesmm
+pkgver=0.12.5
+pkgrel=2
+pkgdesc="Music Manager and Player"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/gogglesmm/"
+license=('GPL3')
+install=gogglesmm.install
+depends=('fox>=1.6.0' 'xine-lib>=1.0' 'sqlite3>=3.4.0' 'taglib' 'dbus-core' 'curl' 'expat' 'libgcrypt')
+makedepends=('pkgconfig' 'glproto' 'dri2proto')
+replaces=('musicmanager')
+conflicts=('musicmanager')
+source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
+md5sums=('07e92bcf2daf39d6b380590816edd013')
+
+build() {
+ cd $srcdir/gogglesmm-$pkgver
+ patch configure <<EOF
+diff gogglesmm-0.12.5/configure gogglesmm-0.12.5.my/configure
+206,207c206,207
+< XINE_MINOR=\${XINE_MINOR:-1}
+< XINE_LEVEL=\${XINE_LEVEL:-16}
+---
+> XINE_MINOR=\${XINE_MINOR:-2}
+> XINE_LEVEL=\${XINE_LEVEL:-0}
+EOF
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/gogglesmm-$pkgver
+ mkdir -p $pkgdir/usr/bin
+ make DESTDIR=$pkgdir install
+}