Search Criteria
Package Details: libkml-git 1.3.0.r130.g878abd1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libkml-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libkml-git |
| Description: | A KML library written in C++ with bindings to other languages |
| Upstream URL: | https://github.com/libkml/libkml |
| Keywords: | gis |
| Licenses: | BSD |
| Conflicts: | libkml |
| Provides: | libkml |
| Submitter: | alireza6677 |
| Maintainer: | alireza6677 |
| Last Packager: | alireza6677 |
| Votes: | 2 |
| Popularity: | 0.005034 |
| First Submitted: | 2022-09-06 11:19 (UTC) |
| Last Updated: | 2025-10-26 05:50 (UTC) |
Dependencies (9)
- expat (expat-gitAUR)
- uriparser (uriparser-gitAUR)
- boost (boost-gitAUR) (make)
- cmake3AUR (cmake3-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- swig (swig-gitAUR) (make)
- python2AUR (python2-binAUR, stackless2AUR) (optional) – python bindings
- swig (swig-gitAUR) (optional) – bindings for additional languages
Required by (11)
- gdal-ecw
- gdal-hdf4
- gdal-hdf4 (optional)
- gdal-libkml
- gdal-libkml (make)
- gdal-libkml-filegdb
- gdal-libkml-filegdb (make)
- orfeo-toolbox (requires libkml)
- python-gdal-hdf4 (optional)
- python-gdal-libkml (make)
- python-gdal-libkml-filegdb (make)
Latest Comments
1 2 Next › Last »
hadallen commented on 2025-10-29 20:30 (UTC) (edited on 2025-10-29 20:32 (UTC) by hadallen)
@chrystacean I see the difference now.
paruwas automatically choosingcmake3rather thancmake3-bin, the former provides and conflicts withcmake. installingcmake3-binwhich providescmake3worked as expectededit: ah, if I read your comment fully I would have seen that you said just that! thanks for the guidance. I wonder if
cmake3-bincould be specified in the makedepends to make that choice automatic? (sorry if that wouldn't work - my knowledge of the PKGBUILD system is somewhat limited)chrystacean commented on 2025-10-29 16:22 (UTC) (edited on 2025-10-29 17:42 (UTC) by chrystacean)
@hadallen What is your
cmake --version? When I try to build with v4.1.2 I get the following error:Edit:
cmake3-binprovides acmake3executable and can therefore coexist with newer versions ofcmake, butcmake3(compiled) provides acmakeexecutable and thus conflicts with the current version ofcmakehadallen commented on 2025-10-29 14:13 (UTC)
I couldn't successfully build it with the calls to
cmake3.cmake3was installed as a dep but makepkg would fail:.../libkml-git/PKGBUILD: line 49: cmake3: command not found. changing the call to simplycmakebuilt successfullyalireza6677 commented on 2025-10-26 05:50 (UTC)
@chrystacean Done.
chrystacean commented on 2025-10-21 17:12 (UTC)
Won't build with cmake >= 4.0.0. Suggest requiring cmake3 as a dependency and changing the corresponding cmake call to cmake3.
alireza6677 commented on 2025-03-03 16:46 (UTC)
@diestl Thanks for letting me know. I added git to makedepends.
diestl commented on 2025-03-03 15:11 (UTC)
As per the wiki (https://wiki.archlinux.org/title/VCS_package_guidelines#Conflicts_and_dependencies), this should specify 'git' in the makedepends.
Please could you add that?
alireza6677 commented on 2023-07-11 16:31 (UTC)
@MarsSeed Thanks for the help. just patched it.
MarsSeed commented on 2023-07-11 08:38 (UTC) (edited on 2023-09-14 06:02 (UTC) by MarsSeed)
Please remove
libkml-devandlibkml-gitfrom conflicts, and add onlylibkml. That will achieve the same result, plus this will also make it conflict with libkml as it should.alireza6677 commented on 2023-02-26 19:18 (UTC)
@olivervbk Thanks, I added that.
1 2 Next › Last »