[arch-commits] Commit in rawtherapee/trunk (PKGBUILD rawtherapee.install)
Lukas Jirkovsky
stativ at nymeria.archlinux.org
Mon Mar 11 19:01:07 UTC 2013
Date: Monday, March 11, 2013 @ 20:01:07
Author: stativ
Revision: 86053
upgpkg: rawtherapee 1:4.0.10-1
update to 4.0.10
Modified:
rawtherapee/trunk/PKGBUILD
rawtherapee/trunk/rawtherapee.install
---------------------+
PKGBUILD | 15 ++++++++-------
rawtherapee.install | 5 -----
2 files changed, 8 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-03-11 18:53:24 UTC (rev 86052)
+++ PKGBUILD 2013-03-11 19:01:07 UTC (rev 86053)
@@ -5,29 +5,30 @@
# Contributor: Archie <mymaud at 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
}
Modified: rawtherapee.install
===================================================================
--- rawtherapee.install 2013-03-11 18:53:24 UTC (rev 86052)
+++ rawtherapee.install 2013-03-11 19:01:07 UTC (rev 86053)
@@ -7,11 +7,6 @@
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() {
More information about the arch-commits
mailing list