summaryrefslogtreecommitdiff
path: root/community/pragha/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pragha/PKGBUILD')
-rw-r--r--community/pragha/PKGBUILD27
1 files changed, 15 insertions, 12 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD
index 2687a2786..2fb995e37 100644
--- a/community/pragha/PKGBUILD
+++ b/community/pragha/PKGBUILD
@@ -1,34 +1,37 @@
-# $Id: PKGBUILD 92211 2013-06-02 19:15:02Z bpiotrowski $
+# $Id: PKGBUILD 94432 2013-07-24 19:06:38Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
+# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
-# Contributor: JerichoKru <jerichokru(AT)htomail.com>
+# Contributor: JerichoKru <jerichokru(AT)hotmail.com>
pkgname=pragha
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
arch=('i686' 'x86_64')
url="http://pragha.wikispaces.com/"
license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'gstreamer0.10-base'
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
'taglib' 'hicolor-icon-theme' 'gtk2'
'dbus-glib' 'sqlite' 'desktop-file-utils'
'libclastfm')
-optdepends=('notification-daemon: OSD notification')
+optdepends=('notification-daemon: OSD notification'
+ 'gst-plugins-good: A collection of gstreamer codecs'
+ 'gst-plugins-bad: A collection of gstreamer codecs'
+ 'gst-plugins-ugly: A collection of gstreamer codecs')
makedepends=('intltool')
replaces=('dissonance')
install=pragha.install
-source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2"
- cdio-includes.patch)
-sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
- '83b366be516b4c09dbccbb25b473f2de545bdbe8')
+source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2")
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 -i "$srcdir/cdio-includes.patch"
-
- LIBS+="-ldbus-glib-1" ./configure --prefix=/usr
+ LIBS+="-ldbus-glib-1" \
+ ./configure --prefix=/usr \
+ --with-gstreamer=1.0 \
+ CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
make
}