Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
1bcdcfb6
Commit
1bcdcfb6
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/libspatialite: upgrade to 5.0.1
parent
bfa3b1b7
No related branches found
No related tags found
1 merge request
!20506
community/pure-maps: move from testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/libspatialite/APKBUILD
+16
-4
16 additions, 4 deletions
community/libspatialite/APKBUILD
with
16 additions
and
4 deletions
community/libspatialite/APKBUILD
+
16
−
4
View file @
1bcdcfb6
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bradley J Chambers <brad.chambers@gmail.com>
pkgname
=
libspatialite
pkgver
=
5.0.
0
pkgver
=
5.0.
1
pkgrel
=
0
pkgdesc
=
"SpatiaLite extends the SQLite core to support fully fledged Spatial SQL capabilities."
url
=
"https://www.gaia-gis.it/fossil/libspatialite/index"
arch
=
"all !s390x !mips !mips64"
# missing dependency geos-dev on s390x, mips and mips64
license
=
"MPL-1.1"
options
=
"!check"
makedepends
=
"geos-dev sqlite-dev proj-dev minizip-dev libxml2-dev"
depends_dev
=
"
geos-dev
librttopo-dev
libxml2-dev
minizip-dev
proj-dev
sqlite-dev
"
makedepends
=
"
$depends_dev
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-
$pkgver
.tar.gz"
options
=
"!check"
# Tests fail
build
()
{
CFLAGS
=
"
$CFLAGS
-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
\
...
...
@@ -23,6 +31,10 @@ build() {
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
...
...
@@ -32,4 +44,4 @@ prepare() {
update_config_sub
}
sha512sums
=
"
df72a3434d6e49f8836a9de2340f343a53f0673d0d17693cdb0f4971928b7c8bf40df44b21c0861945a9c81058e939acd1714b0b426ce9aa2ff7b0e8e6b196a7
libspatialite-5.0.
0
.tar.gz"
sha512sums
=
"
c2552994bc30d69d1e80aa274760f048cd384f71e8350a1e48a47cb8222ba71a1554a69c6534eedde9a09dc582c39c089967bcc1c57bf158cc91a3e7b1840ddf
libspatialite-5.0.
1
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment