From 7a755bd84f321e2fc146885ca70cc69dd4dc7935 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Apr 2012 17:42:50 +0200 Subject: [PATCH] New package: rawtherapee-4.0.8. --- srcpkgs/rawtherapee/rawtherapee.rshlibs | 25 ++++++++++++++++++ srcpkgs/rawtherapee/template | 34 +++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 srcpkgs/rawtherapee/rawtherapee.rshlibs create mode 100644 srcpkgs/rawtherapee/template diff --git a/srcpkgs/rawtherapee/rawtherapee.rshlibs b/srcpkgs/rawtherapee/rawtherapee.rshlibs new file mode 100644 index 00000000000..04d42557fc3 --- /dev/null +++ b/srcpkgs/rawtherapee/rawtherapee.rshlibs @@ -0,0 +1,25 @@ +libjpeg.so.8 +libpng14.so.14 +libtiff.so.5 +libgobject-2.0.so.0 +libglib-2.0.so.0 +librt.so.1 +libglibmm-2.4.so.1 +libsigc-2.0.so.0 +libgtk-x11-2.0.so.0 +libgdk-x11-2.0.so.0 +libgtkmm-2.4.so.1 +libatkmm-1.6.so.1 +libgdkmm-2.4.so.1 +libgiomm-2.4.so.1 +libpangomm-1.4.so.1 +libcairomm-1.0.so.1 +liblcms2.so.2 +libiptcdata.so.0 +libbz2.so.1 +libstdc++.so.6 +libm.so.6 +libgomp.so.1 +libgcc_s.so.1 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template new file mode 100644 index 00000000000..674d03f79e2 --- /dev/null +++ b/srcpkgs/rawtherapee/template @@ -0,0 +1,34 @@ +# Template file for 'rawtherapee' +pkgname=rawtherapee +version=4.0.8 +homepage="http://rawtherapee.com/" +license="GPL-3" +distfiles="http://rawtherapee.googlecode.com/files/rawtherapee-source-$version.tar.xz" +build_style=cmake +short_desc="Free RAW converter and digital photo processing software" +maintainer="Juan RP " +checksum=b0cbeac634d927b6afc0527434b24304b9d1ab2a681915933a872cf1a27f39cd +long_desc=" + RawTherapee is used to adjust some of the most often changed parameters when + optimizing digital images. A normal user often just wants to adjust the white + balance or brightness of a photo he took. Instead of using a big and expensive + image editor you could use a small and fast tool like RawTherapee. More and more + cameras also support RAW formats. RAW files usually offer higher color depth than + JPGs. So the adjustments are done with the high color depth and then afterwards + converted to or saved as JPGs. RawTherapee supports JPG, PNG and TIFF. All image + 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" + +Add_dependency build cmake +Add_dependency build pkg-config +Add_dependency build gtkmm2-devel +Add_dependency build lcms2-devel +Add_dependency build libiptcdata-devel +Add_dependency build libgomp-devel +Add_dependency build mercurial + +Add_dependency run desktop-file-utils +Add_dependency run hicolor-icon-theme