void-packages/srcpkgs/tumbler/template

21 lines
859 B
Text
Raw Normal View History

2012-04-19 15:59:39 +00:00
# Template file for 'tumbler'.
pkgname=tumbler
2012-04-29 07:57:02 +00:00
version=0.1.25
2012-06-06 10:42:12 +00:00
revision=2
2012-04-19 15:59:39 +00:00
build_style=gnu-configure
2012-06-06 10:42:12 +00:00
# XXX: missing support: libopenraw, ffmpegthumbnailer
makedepends="pkg-config intltool jpeg-devel libpng-devel>=1.5.10 gtk+-devel dbus-glib-devel libgsf-devel poppler-glib-devel gst-plugins-base-devel"
subpackages="tumbler-devel"
2012-04-19 15:59:39 +00:00
short_desc="D-Bus Thumbnailer service"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
2012-06-06 10:42:12 +00:00
homepage="http://xfce.org"
distfiles="http://archive.xfce.org/src/xfce/$pkgname/0.1/$pkgname-$version.tar.bz2"
2012-04-29 07:57:02 +00:00
checksum=02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546
2012-04-19 15:59:39 +00:00
long_desc="
Tumbler is a D-Bus service for applications to request thumbnails for
various URI schemes and MIME types. It is an implementation of the
thumbnail management D-Bus specification described on
2012-06-06 10:42:12 +00:00
http://live.gnome.org/ThumbnailerSpec"