Magellan Linux

Contents of /trunk/extras/tumbler/tumbler-0.1.21-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10963 - (show annotations) (download)
Sun Feb 5 21:28:17 2012 UTC (12 years, 4 months ago) by niro
File size: 644 byte(s)
-fixed PCATEGORIE -> PCAT
1 # $Id$
2
3 PNAME="tumbler"
4 PVER="0.1.21"
5 PBUILD="r3"
6
7 PCAT="xfce-extra"
8 DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment."
9
10 DEPEND=">= dev-libs/glib2-2.28
11 >= sys-apps/dbus-1.4
12 >= dev-libs/dbus-glib-0.92
13 >= x11-libs/gdk-pixbuf-2.22
14 >= media-libs/freetype-2.4
15 >= media-libs/libpng-1.5
16 >= media-libs/libjpeg-8
17 >= app-text/poppler-0.18
18 >= xfce-base/thunar-1.2.2"
19 # todo ffmpegthumbnailer
20
21 sminclude xfce
22
23 UP2DATE="updatecmd_xfce ${PNAME}"
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 xfce_configure \
30 --enable-jpeg-thumbnailer \
31 --enable-poppler-thumbnailer \
32 --disable-ffmpeg-thumbnailer \
33 || die
34
35 mmake || die
36 }