Magellan Linux

Annotation of /branches/R11-unstable/extras/tumbler/tumbler-0.1.30-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25828 - (hide annotations) (download)
Tue Nov 25 04:21:34 2014 UTC (9 years, 5 months ago) by niro
File size: 608 byte(s)
-release branches/R11-unstable
1 niro 22560 # $Id$
2    
3     PNAME="tumbler"
4     PVER="0.1.30"
5     PBUILD="r3"
6    
7     PCAT="xfce-extra"
8     DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment."
9    
10     DEPEND=">= dev-libs/glib2-2.42
11     >= sys-apps/dbus-1.8
12     >= dev-libs/dbus-glib-0.102
13     >= x11-libs/gdk-pixbuf-2.30
14     >= media-libs/freetype-2.5
15     >= media-libs/libpng-1.5
16     >= media-libs/libjpeg-8
17     >= app-text/poppler-0.26
18     >= xfce-base/thunar-1.6"
19     # todo ffmpegthumbnailer
20    
21     sminclude xfce
22    
23     src_compile()
24     {
25     cd ${SRCDIR}
26    
27     xfce_configure \
28     --enable-jpeg-thumbnailer \
29     --enable-poppler-thumbnailer \
30     --disable-ffmpeg-thumbnailer \
31     || die
32    
33     mmake || die
34     }