summaryrefslogtreecommitdiff
path: root/community/pragha
diff options
context:
space:
mode:
Diffstat (limited to 'community/pragha')
-rw-r--r--community/pragha/PKGBUILD27
-rw-r--r--community/pragha/cdio-includes.patch11
2 files changed, 15 insertions, 23 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
}
diff --git a/community/pragha/cdio-includes.patch b/community/pragha/cdio-includes.patch
deleted file mode 100644
index 707734ad0..000000000
--- a/community/pragha/cdio-includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/cdda.h.orig 2013-02-16 23:13:47.000000000 +0100
-+++ b/src/cdda.h 2013-06-02 21:07:50.473864563 +0200
-@@ -24,7 +24,7 @@
- #ifdef HAVE_PARANOIA_NEW_INCLUDES
- #include <cdio/paranoia/cdda.h>
- #else
-- #include <cdio/cdda.h>
-+ #include <cdio/paranoia/cdda.h>
- #ifdef __CDIO_CONFIG_H__
- #include <cdio/cdio_unconfig.h>
- #endif