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

Andreas Radke andyrtr at archlinux.org
Wed Jun 27 09:30:57 UTC 2018


    Date: Wednesday, June 27, 2018 @ 09:30:56
  Author: andyrtr
Revision: 327678

upgpkg: openjpeg2 2.3.0-2

fix linking system libtiff and libpng - FS#59142

Modified:
  openjpeg2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-27 09:02:55 UTC (rev 327677)
+++ PKGBUILD	2018-06-27 09:30:56 UTC (rev 327678)
@@ -4,7 +4,7 @@
 
 pkgname=openjpeg2
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
 arch=(x86_64)
 license=('custom: BSD')
@@ -20,7 +20,8 @@
   cd ${srcdir}
   mkdir build
   # remove thirdparty libs
-  sed -i '/add_subdirectory(thirdparty)/d' openjpeg-${pkgver}/CMakeLists.txt
+#  sed -i '/add_subdirectory(thirdparty)/d' openjpeg-${pkgver}/CMakeLists.txt
+  
   # Install doxygen docs to the right directory
   sed -i -e "s:DESTINATION\ share/doc:DESTINATION\ share/doc/${pkgname}:" openjpeg-${pkgver}/doc/CMakeLists.txt
 }



More information about the arch-commits mailing list