summaryrefslogtreecommitdiff
path: root/community-testing/gogglesmm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-09 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2012-01-09 23:14:46 +0000
commitfdcaf644692e151ddc596b148465ce4a77e6b670 (patch)
treef462377d189cdc42041c78bf22402fec369a48c4 /community-testing/gogglesmm
parent7a3611f5caa5e34c1f2b582640f97b733110ae63 (diff)
Mon Jan 9 23:14:46 UTC 2012
Diffstat (limited to 'community-testing/gogglesmm')
-rw-r--r--community-testing/gogglesmm/PKGBUILD17
1 files changed, 4 insertions, 13 deletions
diff --git a/community-testing/gogglesmm/PKGBUILD b/community-testing/gogglesmm/PKGBUILD
index c73bd1ae6..1ba275a25 100644
--- a/community-testing/gogglesmm/PKGBUILD
+++ b/community-testing/gogglesmm/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61727 2012-01-07 05:10:55Z ebelanger $
+# $Id: PKGBUILD 61833 2012-01-08 19:51:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sander Jansen <sander@knology.net>
pkgname=gogglesmm
-pkgver=0.12.5
-pkgrel=2
+pkgver=0.12.6
+pkgrel=1
pkgdesc="Music Manager and Player"
arch=('i686' 'x86_64')
url="http://code.google.com/p/gogglesmm/"
@@ -15,19 +15,10 @@ makedepends=('pkgconfig' 'glproto' 'dri2proto')
replaces=('musicmanager')
conflicts=('musicmanager')
source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
-md5sums=('07e92bcf2daf39d6b380590816edd013')
+md5sums=('19505ee514690fe3372621685666db4c')
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
}