Magellan Linux

Contents of /branches/magellan-next/extras/tumbler/tumbler-0.1.21-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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