rawtherapee: rebuild against libpng-1.5.
This commit is contained in:
parent
2f826717e5
commit
f87a15a669
|
@ -1,5 +1,4 @@
|
|||
libjpeg.so.8
|
||||
libpng14.so.14
|
||||
libtiff.so.5
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
|
@ -23,3 +22,4 @@ libgomp.so.1
|
|||
libgcc_s.so.1
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libpng15.so.15
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'rawtherapee'
|
||||
pkgname=rawtherapee
|
||||
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/"
|
||||
license="GPL-3"
|
||||
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
|
||||
long_desc="
|
||||
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
|
||||
can use EAHD as demosaicing algorithm. The raw loading engine of RawTherapee is
|
||||
based on dcraw."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue