Magellan Linux

Contents of /branches/R11-unstable/extras/parole/parole-0.5.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25704 - (show annotations) (download)
Tue Nov 25 04:11:37 2014 UTC (9 years, 5 months ago) by niro
File size: 842 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="parole"
4 PVER="0.5.4"
5 PBUILD="r1"
6
7 PCAT="media-video"
8
9 DESCRIPTION="A simple media player based on the GStreamer framework for Xfce4"
10 HOMEPAGE="http://goodies.xfce.org/projects/applications/parole"
11
12 DEPEND=">= dev-libs/glib2-2.42
13 >= x11-libs/gtk2+-2.24
14 >= xfce-base/libxfce4util-4.10
15 >= xfce-base/libxfce4ui-4.10
16 >= dev-libs/dbus-glib-0.102
17 >= x11-libs/libnotify-0.7
18 >= media-libs/taglib-1.8
19 >= media-libs/gstreamer0.10-0.10
20 >= media-libs/gstreamer0.10-plugins-base-0.10
21 >= media-libs/gstreamer0.10-plugins-good-0.10"
22
23 UP2OPTS="unstable"
24 sminclude xfce
25
26 src_prepare()
27 {
28 munpack ${SRCFILE} || die
29 cd ${SRCDIR}
30
31 # fix missing dso with --as-needed
32 sed -i "s:@LDFLAGS@:@LDFLAGS@ -lX11:g" src/Makefile.in || die
33 }
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 xfce_configure --enable-libnotify --enable-taglib || die
40 mmake || die
41 }