Package Details: glfw-git 3.3.r470.g56a4cb0a-1

Git Clone URL: https://aur.archlinux.org/glfw-git.git (read-only, click to copy)
Package Base: glfw-git
Description: Free, open source, portable framework for OpenGL application development (git version)
Upstream URL: http://www.glfw.org/
Licenses: custom:zlib
Conflicts: glfw, glfw-wayland, glfw-x11
Provides: glfw, glfw-wayland, glfw-x11
Replaces: glfw-wayland-git, glfw-x11-git
Submitter: linkmauve
Maintainer: ricardomv (linkmauve)
Last Packager: linkmauve
Votes: 14
Popularity: 0.000000
First Submitted: 2015-07-10 23:14 (UTC)
Last Updated: 2021-10-24 18:38 (UTC)

Dependencies (16)

Required by (184)

Sources (1)

Pinned Comments

linkmauve commented on 2021-10-24 18:39 (UTC)

There, glfw-x11-git and glfw-wayland-git are no more, glfw-git now replaces them!

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

<deleted-account> commented on 2018-12-20 09:13 (UTC)

Due to a change in the way pacman handels /usr/lib64 and symlinks, i had a problem installing it saying that /usr/lib64 exists in filesystem, and the fix was installing this package in /usr/lib instead of /usr/lib64 which is probably a better default anyways, so to do that i added the line: -DCMAKE_INSTALL_LIBDIR=/usr/lib to cmake which should fix the problem.

ewtoombs commented on 2018-12-16 18:57 (UTC) (edited on 2018-12-17 15:03 (UTC) by ewtoombs)

One of the latest commits has broken the build process. This fixes it:

diff --git a/PKGBUILD b/PKGBUILD
index de645a2..b618414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ build() {
     -DBUILD_SHARED_LIBS=ON \
     -DGLFW_BUILD_EXAMPLES=OFF \
     -DGLFW_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -Wno-dev \
     ..
   make
@@ -43,6 +44,7 @@ build() {
     -DBUILD_SHARED_LIBS=ON \
     -DGLFW_BUILD_EXAMPLES=OFF \
     -DGLFW_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DGLFW_USE_WAYLAND=ON \
     -Wno-dev \
     ..

Also, hey, linkmauve. How's it goin'?

refi.64 commented on 2018-04-06 18:39 (UTC)

Shouldn't these builds me in release mode? E.g.:

cmake \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DCMAKE_BUILD_TYPE=Release \
  ...

linkmauve commented on 2018-03-06 08:23 (UTC)

Fixed, thanks. :)

coderobe commented on 2018-03-06 02:57 (UTC)

If I'm not mistaken, 'glfw-x11-git' and 'glfw-wayland-git' should explicitly provide (and conflict) with 'glfw-x11' and 'glfw-wayland' respectively, in addition to just 'glfw'.

linkmauve commented on 2018-02-06 11:41 (UTC)

Hi, all of this is now fixed, and more (see git log for more information). Please report any other issue you may have with this package.

As for the “very very poorly maintained” comment, I have only been added as a co-maintainer last week, and had to go to XMPP Summit and FOSDEM shortly after. It is unreasonable to ask for maintainers to be responsive all the time, as we all do have other commitments.

anthraxx commented on 2018-02-06 10:19 (UTC)

Two maintainers and still not fixed properly like Eschwartz proposed. I will wait another day and then orphan this package per request, very very poorly maintained.

eschwartz commented on 2018-01-29 00:36 (UTC) (edited on 2018-01-29 00:37 (UTC) by eschwartz)

Please do not fix installation errors by making the PKGBUILD legally forbidden to exist in the AUR. The License guidelines exist for a reason, and you need to install them.

The fact that you simply removed the license altogether rather than looking to see where it went, implies to me that you aren't really actually maintaining it -- would you like me to orphan this pkgbase so people who care can maintain it instead? The license was moved from COPYING.txt to LICENSE.md, as you can easily tell if you just look in the source directory once. (I hope you do, if you consider yourself a responsible maintainer.)

While you are at it, please fix the build() function. By which I mean, please add one. The package_*() functions should just be running make DESTDIR="$pkgdir" install, and the cmake [...] and make invocations should be done in a single unified build function.

boojum commented on 2017-11-30 14:07 (UTC)

Please fix the PKGBUILD: install: cannot stat '../COPYING.txt': No such file or directory

linkmauve commented on 2016-06-02 15:51 (UTC)

Now that GLFW 3.2 is released, please update the provides variable to 3.3 instead.