Magellan Linux

Contents of /branches/magellan-next/extras/parole/parole-0.2.0.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9017 - (show annotations) (download)
Thu Sep 29 20:04:45 2011 UTC (12 years, 8 months ago) by niro
File size: 702 byte(s)
-removed SRCDIR/SRCFILE
1 # $Id$
2
3 PNAME="parole"
4 PVER="0.2.0.6"
5 PBUILD="r1"
6
7 PCATEGORIE="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.28
13 >= x11-libs/gtk2+-2.24
14 >= xfce-base/libxfce4util-4.8
15 >= xfce-base/libxfcegui4-4.8
16 >= dev-libs/dbus-glib-0.92
17 >= x11-libs/libnotify-0.7
18 >= media-libs/taglib-1.7
19 >= media-libs/gstreamer-0.10.35
20 >= media-libs/gst-plugins-base-0.10.35
21 >= media-libs/gst-plugins-good-0.10.30"
22
23 sminclude xfce
24
25 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball"
26
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 xfce_configure --enable-libnotify --enable-taglib || die
33 mmake || die
34 }