tumbler: rebuild against libpng-1.5.
This commit is contained in:
parent
dc312b15ed
commit
084036be47
3 changed files with 10 additions and 15 deletions
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'tumbler'.
|
# Template file for 'tumbler'.
|
||||||
pkgname=tumbler
|
pkgname=tumbler
|
||||||
version=0.1.25
|
version=0.1.25
|
||||||
homepage="http://xfce.org"
|
revision=2
|
||||||
distfiles="http://archive.xfce.org/src/xfce/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool gtk+-devel dbus-glib-devel jpeg-devel libgsf-devel poppler-glib-devel gst-plugins-base-devel"
|
# XXX: missing support: libopenraw, ffmpegthumbnailer
|
||||||
revision=1
|
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"
|
||||||
short_desc="D-Bus Thumbnailer service"
|
short_desc="D-Bus Thumbnailer service"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
homepage="http://xfce.org"
|
||||||
|
distfiles="http://archive.xfce.org/src/xfce/$pkgname/0.1/$pkgname-$version.tar.bz2"
|
||||||
checksum=02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546
|
checksum=02d5de508d8c18692a25a832a9280c2043f6b7c90dd3fcbd87f5955337015546
|
||||||
long_desc="
|
long_desc="
|
||||||
Tumbler is a D-Bus service for applications to request thumbnails for
|
Tumbler is a D-Bus service for applications to request thumbnails for
|
||||||
various URI schemes and MIME types. It is an implementation of the
|
various URI schemes and MIME types. It is an implementation of the
|
||||||
thumbnail management D-Bus specification described on
|
thumbnail management D-Bus specification described on
|
||||||
|
|
||||||
http://live.gnome.org/ThumbnailerSpec
|
http://live.gnome.org/ThumbnailerSpec"
|
||||||
"
|
|
||||||
|
|
||||||
subpackages="tumbler-devel"
|
|
||||||
|
|
||||||
# XXX: missing support: libopenraw, ffmpegthumbnailer
|
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'tumbler-devel'.
|
# Template file for 'tumbler-devel'.
|
||||||
#
|
#
|
||||||
depends="glib-devel tumbler>=0.1.25"
|
noarch=yes
|
||||||
|
depends="glib-devel tumbler>=$version"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -17,6 +17,6 @@ libjpeg.so.8
|
||||||
libgsf-1.so.114
|
libgsf-1.so.114
|
||||||
libpoppler-glib.so.8
|
libpoppler-glib.so.8
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libpng14.so.14
|
|
||||||
libdbus-glib-1.so.2
|
libdbus-glib-1.so.2
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
|
libpng15.so.15
|
||||||
|
|
Loading…
Reference in a new issue