Magellan Linux

Contents of /branches/R11-stable/extras/tumbler/tumbler-0.1.29-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20506 - (show annotations) (download)
Mon Jan 27 09:32:20 2014 UTC (10 years, 3 months ago) by niro
File size: 662 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="tumbler"
4 PVER="0.1.29"
5 PBUILD="r1"
6
7 PCAT="xfce-extra"
8 DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment."
9
10 DEPEND=">= dev-libs/glib2-2.36
11 >= sys-apps/dbus-1.6
12 >= dev-libs/dbus-glib-0.100
13 >= x11-libs/gdk-pixbuf-2.26
14 >= media-libs/freetype-2.4
15 >= media-libs/libpng-1.5
16 >= media-libs/libjpeg-8
17 >= app-text/poppler-0.21
18 >= xfce-base/thunar-1.6"
19 # todo ffmpegthumbnailer
20
21 sminclude xfce
22
23 UP2OPTS="unstable"
24 UP2DATE="updatecmd_xfce ${PNAME}"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 xfce_configure \
31 --enable-jpeg-thumbnailer \
32 --enable-poppler-thumbnailer \
33 --disable-ffmpeg-thumbnailer \
34 || die
35
36 mmake || die
37 }