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

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 30 10:47:28 UTC 2012


    Date: Tuesday, October 30, 2012 @ 06:47:28
  Author: foutrelis
Revision: 169816

upgpkg: opengtl 0.9.17-1

New upstream release.

Modified:
  opengtl/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-30 08:04:35 UTC (rev 169815)
+++ PKGBUILD	2012-10-30 10:47:28 UTC (rev 169816)
@@ -3,8 +3,8 @@
 # Contributor: Andries Radu <admiral0 at live.it>
 
 pkgname=opengtl
-pkgver=0.9.16
-pkgrel=2
+pkgver=0.9.17
+pkgrel=1
 pkgdesc="A set of library for using and integrating transformation algorithms (such as filter or color conversion) in graphics applications"
 url="http://www.opengtl.org"
 arch=('i686' 'x86_64')
@@ -13,15 +13,10 @@
 makedepends=('cmake' 'libpng')
 optdepends=('libpng: for using the png extension')
 source=(http://download.opengtl.org/OpenGTL-${pkgver}.tar.bz2)
-sha1sums=('3cfe4a08e5778c13f7e74dfc822adb68f97ad048')
+sha1sums=('10369bd11109312466389b3b050469dd69e54d2b')
 
 build() {
   cd "${srcdir}"
-  # Fix build with LLVM 3.1
-  sed -i 's/LLVM_VERSION STREQUAL "3.0"/LLVM_VERSION STREQUAL "3.1"/' \
-    OpenGTL-${pkgver}/CMakeLists.txt
-  sed -i 's/ConstantArray::get/ConstantDataArray::getString/' \
-    OpenGTL-${pkgver}/OpenGTL/GTLCore/AST/Expression.cpp
   mkdir build
   cd build
   cmake ../OpenGTL-${pkgver} \




More information about the arch-commits mailing list