Contents of /branches/magellan-next/extras/tumbler/tumbler-0.1.21-r1.smage2
Parent Directory | Revision Log
Revision 8283 -
(show annotations)
(download)
Wed Jul 13 22:42:14 2011 UTC (13 years, 3 months ago) by niro
File size: 626 byte(s)
Wed Jul 13 22:42:14 2011 UTC (13 years, 3 months ago) by niro
File size: 626 byte(s)
auto added: ver bump to 0.1.21-r1
1 | # $Id$ |
2 | |
3 | PNAME="tumbler" |
4 | PVER="0.1.21" |
5 | PBUILD="r1" |
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.17 |
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 | } |