rawtherapee: rebuild against libpng-1.5.

This commit is contained in:
Juan RP 2012-06-06 14:05:42 +02:00
parent 2f826717e5
commit f87a15a669
2 changed files with 8 additions and 11 deletions

View file

@ -1,5 +1,4 @@
libjpeg.so.8 libjpeg.so.8
libpng14.so.14
libtiff.so.5 libtiff.so.5
libgobject-2.0.so.0 libgobject-2.0.so.0
libglib-2.0.so.0 libglib-2.0.so.0
@ -23,3 +22,4 @@ libgomp.so.1
libgcc_s.so.1 libgcc_s.so.1
libpthread.so.0 libpthread.so.0
libc.so.6 libc.so.6
libpng15.so.15

View file

@ -1,15 +1,16 @@
# Template file for 'rawtherapee' # Template file for 'rawtherapee'
pkgname=rawtherapee pkgname=rawtherapee
version=4.0.8 version=4.0.8
revision=2
build_style=cmake
depends="desktop-file-utils hicolor-icon-theme"
makedepends="cmake pkg-config libpng-devel>=1.5.10 gtkmm2-devel lcms2-devel libiptcdata-devel libgomp-devel mercurial"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
short_desc="Free RAW converter and digital photo processing software"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rawtherapee.com/" homepage="http://rawtherapee.com/"
license="GPL-3" license="GPL-3"
distfiles="http://rawtherapee.googlecode.com/files/rawtherapee-source-$version.tar.xz" distfiles="http://rawtherapee.googlecode.com/files/rawtherapee-source-$version.tar.xz"
build_style=cmake
depends="desktop-file-utils hicolor-icon-theme"
makedepends="cmake pkg-config gtkmm2-devel lcms2-devel libiptcdata-devel libgomp-devel mercurial"
revision=1
short_desc="Free RAW converter and digital photo processing software"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b0cbeac634d927b6afc0527434b24304b9d1ab2a681915933a872cf1a27f39cd checksum=b0cbeac634d927b6afc0527434b24304b9d1ab2a681915933a872cf1a27f39cd
long_desc=" long_desc="
RawTherapee is used to adjust some of the most often changed parameters when RawTherapee is used to adjust some of the most often changed parameters when
@ -22,7 +23,3 @@ long_desc="
processing is done in 16 bit/channel mode. Different to other RAW converters it processing is done in 16 bit/channel mode. Different to other RAW converters it
can use EAHD as demosaicing algorithm. The raw loading engine of RawTherapee is can use EAHD as demosaicing algorithm. The raw loading engine of RawTherapee is
based on dcraw." based on dcraw."
gtk_iconcache_dirs="/usr/share/icons/hicolor"