Magellan Linux

Contents of /trunk/extras/tumbler/tumbler-0.1.31-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28163 - (show annotations) (download)
Fri May 20 11:01:52 2016 UTC (8 years, 4 months ago) by niro
File size: 628 byte(s)
-poppler-0.43 rebuild
1 # $Id$
2
3 PNAME="tumbler"
4 PVER="0.1.31"
5 PBUILD="r2"
6
7 PCAT="xfce-extra"
8 DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment."
9
10 DEPEND=">= dev-libs/glib2-2.48
11 >= sys-apps/dbus-1.10
12 >= dev-libs/dbus-glib-0.104
13 >= x11-libs/gdk-pixbuf-2.34
14 >= media-libs/freetype-2.6
15 >= media-libs/libpng-1.5
16 >= media-libs/libjpeg-8
17 >= app-text/poppler-0.43
18 >= xfce-base/thunar-1.6"
19 # todo ffmpegthumbnailer
20
21 UP2OPTS="unstable"
22 sminclude xfce
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 }