Magellan Linux

Contents of /trunk/extras/gtkpod/gtkpod-0.99.14-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4047 - (show annotations) (download)
Tue Nov 17 19:30:33 2009 UTC (14 years, 6 months ago) by niro
File size: 933 byte(s)
auto added: ver bump to 0.99.14-r2
1 # $Id$
2
3 PNAME="gtkpod"
4 PVER="0.99.14"
5 PBUILD="r2"
6
7 PCATEGORIE="app-misc"
8 STATE="unstable"
9
10 DESCRIPTION="gtkpod is a platform independent Graphical User Interface for Apple's iPod using GTK2."
11 HOMEPAGE="http://www.gtkpod.org/"
12
13 DEPEND=">= x11-libs/gtk2+-2.18
14 >= media-libs/libid3tag-0.15
15 >= gnome-base/libglade-2.6
16 >= gnome-base/libgnomecanvas-2.26
17 >= media-libs/libgpod-0.7.2
18 >= net-misc/curl-7.19
19 >= sys-apps/hal-0.5.13
20 >= media-libs/libmp4v2-1.5
21 >= media-libs/libvorbis-1.2
22 >= media-libs/flac-1.2"
23
24 SRCFILE="${PNAME}-${PVER}.tar.gz"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild
28
29 SRC_URI=(
30 sourceforge://gtkpod/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd_sourceforge ${PNAME} | sed 's:${PNAME}-::'"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 # disabled gnome-vfs support atm
41 mconfigure \
42 --with-hal \
43 --with-mp4v2 \
44 --with-ogg \
45 --with-flac \
46 --without-gnome-vfs \
47 || die
48
49 mmake || die
50 }

Properties

Name Value
svn:keywords Id