Magellan Linux

Annotation of /trunk/extras/tumbler/tumbler-0.1.31-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29222 - (hide annotations) (download)
Tue May 30 08:50:46 2017 UTC (6 years, 11 months ago) by niro
File size: 623 byte(s)
-rebuild against libjpeg-turbo
1 niro 29222 # $Id$
2    
3     PNAME="tumbler"
4     PVER="0.1.31"
5     PBUILD="r4"
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     >= virtual/libjpeg
17     >= app-text/poppler-0.55
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     }