From 5c659c3c5cc3030f20e04570894270724ab81053 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Feb 2014 11:35:43 +0100 Subject: [PATCH] rawtherapee: remove long_desc. --- srcpkgs/rawtherapee/template | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/srcpkgs/rawtherapee/template b/srcpkgs/rawtherapee/template index 0e72d034f9d..665ca29420e 100644 --- a/srcpkgs/rawtherapee/template +++ b/srcpkgs/rawtherapee/template @@ -1,10 +1,10 @@ # Template file for 'rawtherapee' pkgname=rawtherapee version=4.0.9 -revision=3 +revision=4 build_style=cmake -makedepends="cmake pkg-config libpng-devel>=1.6 gtkmm2-devel - lcms2-devel libiptcdata-devel libgomp-devel mercurial" +hostmakedepends="cmake pkg-config mercurial" +makedepends="libpng-devel>=1.6 gtkmm2-devel lcms2-devel libiptcdata-devel libgomp-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Free RAW converter and digital photo processing software" maintainer="Juan RP " @@ -12,14 +12,3 @@ homepage="http://rawtherapee.com/" license="GPL-3" distfiles="http://rawtherapee.googlecode.com/files/${pkgname}-${version}.tar.xz" checksum=4ad49b5d3aae9a178b1cfa5efca653982f0a52763ddd37f89500e8fedfb187d2 -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."