Search Criteria
Package Details: libgaminggear 0.15.1-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/libgaminggear.git (read-only, click to copy) |
---|---|
Package Base: | libgaminggear |
Description: | Provides functionality for gaming input devices |
Upstream URL: | http://sourceforge.net/projects/libgaminggear/ |
Keywords: | driver gaming keyboard lib mouse |
Licenses: | GPL |
Submitter: | aaronfischer |
Maintainer: | aaronfischer |
Last Packager: | aaronfischer |
Votes: | 34 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-17 21:50 (UTC) |
Last Updated: | 2019-08-24 19:37 (UTC) |
Dependencies (8)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-maemo, gtk2-patched-filechooser-icon-view)
- libcanberra (libcanberra-git)
- libnotify (libnotify-gtk2, libnotify-id, libnotify-git)
- python (nogil-python, python36, python32, python39, python38, python37, python312, python310)
- sqlite3 (sqlite-minimal-git, sqlite)
- cmake (cmake-git) (make)
- doxygen (doxygen-git, doxygen-clang) (make)
- harfbuzz (harfbuzz-git, harfbuzz-minimal-git) (make)
Latest Comments
1 2 3 4 5 Next › Last »
aaronfischer commented on 2019-08-05 19:23 (UTC)
Thanks a lot @WorMzy! I've added your name to the list of contributors.
Shatur commented on 2019-08-04 13:47 (UTC)
@WorMzy, thanks!
WorMzy commented on 2019-08-04 11:45 (UTC)
Can confirm. A quick fix is to add harfbuzz to the makedepends and append /usr/include/harfbuzz to the INCLUDE_DIRECTORIES definition in CMakeLists.txt.
e.g. PKGBUILD:
harfbuzz-headers.patch:
Shatur commented on 2019-08-04 11:08 (UTC)
Unable to build this package. Compiler can't find <hb.h>.
antianno commented on 2019-02-01 18:26 (UTC) (edited on 2019-02-01 18:29 (UTC) by antianno)
CMake 3.13.3 broke this PKGBUILD because it now requires to specify a build directory. As mentioned in CMake's issue tracker it seems that not specifying a build directory was never a supported scenario to begin with.
The fix is as easy as adding a dot:
cmake . -DFOO=bar
instead of justcmake -DFOO=bar
... as can be seen in the git history of another AUR package's PKGBUILD.
The CMake guys recently patched this behavior but CMake will still issue a warning; also, who knows when the new CMake version is due and when it'll land in the Arch Linux Extra repo.
Thanks! BTW, the
roccat-tools
packages are affected by this as well.aaronfischer commented on 2018-09-13 20:10 (UTC)
Thanks @toXel
toXel commented on 2018-09-12 06:46 (UTC)
@aaronfischer Please add python as a build dependency.
WorMzy commented on 2018-08-29 13:32 (UTC)
@Nycex: Nope, you should read https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
1 2 3 4 5 Next › Last »