summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mesa2018-01-12 22:41:25 -0500
committerSamuel Mesa2018-01-12 22:41:25 -0500
commit5b94d30fcd711e69d919de77ed2d15a75123a13f (patch)
treecd93b45304bc36fa26a6ea79ecf289412cc52bd7
parentdeb8813c6ed11e3eb9c16e0c81035f1dc62656e4 (diff)
downloadaur-5b94d30fcd711e69d919de77ed2d15a75123a13f.tar.gz
Update OpenJPEG version 2.1.2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f33d1985404..f4b657d16ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spatialite-gui-devel
pkgdesc = spatialite-gui is an open source Graphical User Interface (GUI) tool supporting SpatiaLite. Development version
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.gaia-gis.it/fossil/spatialite_gui/index
arch = x86_64
arch = i686
@@ -9,6 +9,7 @@ pkgbase = spatialite-gui-devel
depends = libspatialite>=4.1.1-3
depends = librasterlite2-devel
depends = wxgtk
+ depends = openjpeg2=2.1.2
conflicts = spatialite-gui
replaces = spatialite-gui
source = http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-2.0.0-devel.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c8213f1ba9d7..fa90b301f639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=spatialite-gui-devel
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="spatialite-gui is an open source Graphical User Interface (GUI)
tool supporting SpatiaLite. Development version"
url="https://www.gaia-gis.it/fossil/spatialite_gui/index"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('libspatialite>=4.1.1-3' 'librasterlite2-devel' 'wxgtk')
+depends=('libspatialite>=4.1.1-3' 'librasterlite2-devel' 'wxgtk' 'openjpeg2=2.1.2')
conflicts=(spatialite-gui)
replaces=(spatialite-gui)
source=("http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-${pkgver}-devel.tar.gz"
@@ -28,8 +28,8 @@ prepare() {
build() {
cd "${srcdir}/${_pkgname}-${pkgver}-devel"
- ./configure --prefix="/usr" --disable-openjpeg
- make
+ ./configure --prefix="/usr"
+ make -j3
}
package() {