[arch-commits] Commit in rawtherapee/trunk (PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Sat Oct 24 12:09:16 UTC 2015


    Date: Saturday, October 24, 2015 @ 14:09:16
  Author: stativ
Revision: 144891

upgpkg: rawtherapee 1:4.2+448.g26d182d-1

update rawtherapee to a new build

Modified:
  rawtherapee/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-24 10:45:27 UTC (rev 144890)
+++ PKGBUILD	2015-10-24 12:09:16 UTC (rev 144891)
@@ -5,8 +5,9 @@
 # Contributor: Archie <mymaud at gmail.com>
 
 pkgname=rawtherapee
-pkgver=4.2
-pkgrel=2
+pkgver=4.2+448.g26d182d
+_pkgver=26d182dabc6f133c27bffa3aac3f91b7ae55d578
+pkgrel=1
 epoch=1
 pkgdesc="Raw photo editor"
 arch=('i686' 'x86_64')
@@ -14,18 +15,19 @@
 license=('GPL3')
 depends=('fftw' 'gtkmm' 'libcanberra' 'libiptcdata' 'lcms2' 'desktop-file-utils' 'hicolor-icon-theme')
 optdepends=('gtk-engines: workaround theme bug under GNOME')
-makedepends=('cmake' 'mercurial')
+makedepends=('cmake' 'git')
 install=rawtherapee.install
-source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
-md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
-#source=("rawtherapee-$pkgver::hg+https://code.google.com/p/rawtherapee/#tag=$pkgver")
-#md5sums=('SKIP')
+#source=("http://rawtherapee.com/shared/source/rawtherapee-${pkgver}.tar.xz")
+#md5sums=('e6510ed56fdc35aa712b4c0f54c52ac0')
+source=("rawtherapee::git+https://github.com/Beep6581/RawTherapee.git#commit=$_pkgver")
+md5sums=('SKIP')
 
 build() {
-  mkdir "$srcdir/$pkgname-build"
+  mkdir -p "$srcdir/$pkgname-build"
   cd "$srcdir/$pkgname-build"
 
-  cmake "$srcdir/$pkgname-$pkgver" \
+  cmake "$srcdir/$pkgname" \
+    -DCMAKE_CXX_FLAGS="-std=c++11" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
   make



More information about the arch-commits mailing list