Magellan Linux

Contents of /branches/R11-stable/extras/parole/parole-0.5.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18003 - (show annotations) (download)
Thu Jun 27 06:43:07 2013 UTC (10 years, 11 months ago) by niro
File size: 871 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="parole"
4 PVER="0.5.1"
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.36
13 >= x11-libs/gtk2+-2.24
14 >= xfce-base/libxfce4util-4.10
15 >= xfce-base/libxfcegui4-4.10
16 >= dev-libs/dbus-glib-0.100
17 >= x11-libs/libnotify-0.7
18 >= media-libs/taglib-1.7
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 sminclude xfce
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # fix missing dso with --as-needed
33 sed -i "s:@LDFLAGS@:@LDFLAGS@ -lX11:g" src/Makefile.in || die
34 }
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 xfce_configure --enable-libnotify --enable-taglib || die
41 mmake || die
42 }