summaryrefslogtreecommitdiff
path: root/community/rawtherapee
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-12 00:04:27 -0700
committerroot <root@rshg054.dnsready.net>2013-03-12 00:04:27 -0700
commit9f8838d16719128121b4efde3bf6c7cc650f1801 (patch)
tree54cb20333b4366966150ddc060ca8da9b26bdd40 /community/rawtherapee
parentef17357a9745e05e301b724d13a341067ddb3d5b (diff)
Tue Mar 12 00:04:26 PDT 2013
Diffstat (limited to 'community/rawtherapee')
-rw-r--r--community/rawtherapee/PKGBUILD17
-rw-r--r--community/rawtherapee/rawtherapee.install5
2 files changed, 9 insertions, 13 deletions
diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD
index bf53ddaf0..229360e2f 100644
--- a/community/rawtherapee/PKGBUILD
+++ b/community/rawtherapee/PKGBUILD
@@ -1,33 +1,34 @@
-# $Id: PKGBUILD 77564 2012-10-12 13:28:53Z stativ $
+# $Id: PKGBUILD 86054 2013-03-11 19:01:26Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
# Contributor: Vaclav Kramar <vaclav.kramar@tiscali.cz>
# Contributor: Archie <mymaud@gmail.com>
pkgname=rawtherapee
-pkgver=4.0.8
+pkgver=4.0.10
pkgrel=1
epoch=1
pkgdesc="RAW photo editor"
arch=('i686' 'x86_64')
url="http://www.rawtherapee.com/"
license=('GPL3')
-depends=('gtkmm' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('mercurial' 'cmake')
+depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('cmake')
install=rawtherapee.install
source=("http://rawtherapee.googlecode.com/files/rawtherapee-$pkgver.tar.xz")
-md5sums=('27b988200c5ff3f2863e1d83200657b2')
+md5sums=('cf18a503a978a29af6275e17f7aa67ba')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ mkdir "$srcdir/$pkgname-build"
+ cd "$srcdir/$pkgname-build"
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- .
+ "$srcdir/$pkgname-$pkgver"
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-build"
make DESTDIR="$pkgdir/" install
}
diff --git a/community/rawtherapee/rawtherapee.install b/community/rawtherapee/rawtherapee.install
index 385eec8f4..6a18adf6e 100644
--- a/community/rawtherapee/rawtherapee.install
+++ b/community/rawtherapee/rawtherapee.install
@@ -7,11 +7,6 @@ post_install() {
post_upgrade() {
post_install $1
-
- if [ ${2%%_*} == "3.0a1" ]; then
- echo "There were lots of changes to the behavior of the majority of tools."
- echo "This may cause your files to look differently than before."
- fi
}
post_remove() {