Magellan Linux

Annotation of /trunk/extras/tumbler/tumbler-0.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31224 - (hide annotations) (download)
Wed Jun 13 11:59:07 2018 UTC (5 years, 11 months ago) by niro
File size: 627 byte(s)
auto added: ver bump to 0.2.1-r1
1 niro 31224 # $Id$
2    
3     PNAME="tumbler"
4     PVER="0.2.1"
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.52
11     >= sys-apps/dbus-1.10
12     >= dev-libs/dbus-glib-0.108
13     >= x11-libs/gdk-pixbuf-2.36
14     >= media-libs/freetype-2.6
15     >= media-libs/libpng-1.5
16     >= media-libs/libjpeg-8
17     >= app-text/poppler-0.52
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     }