Package Details: weston-git 14.0.0.r8.gfe64eee-1

Git Clone URL: https://aur.archlinux.org/weston-git.git (read-only, click to copy)
Package Base: weston-git
Description: Reference implementation of a Wayland compositor
Upstream URL: https://wayland.freedesktop.org/
Licenses: MIT
Conflicts: weston
Provides: weston
Submitter: klusark
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 27
Popularity: 0.000000
First Submitted: 2012-01-04 20:31 (UTC)
Last Updated: 2024-09-29 20:39 (UTC)

Dependencies (46)

Required by (26)

Sources (1)

Latest Comments

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

LEW21 commented on 2012-09-03 22:28 (UTC)

...and that mesa/glu can be found in libglu or glu-git AUR package.

stubb commented on 2012-09-03 16:05 (UTC)

mesa/glu http://cgit.freedesktop.org/mesa/glu should be listed as a build dependency. GLU was moved out of the mesa repository recently.

stubb commented on 2012-08-31 23:29 (UTC)

libxcursor should be listed as a build dependency.

linkmauve commented on 2012-08-16 09:09 (UTC)

Hi, I’ve fixed the PKGBUILD to choose a more FHS-compatible path for libexec. Here is the new PKGBUILD: http://linkmauve.fr/files/weston.PKGBUILD You might also be interested in http://linkmauve.fr/files/weston-new.PKGBUILD which use the new vcs syntax of pacman-git’s makepkg (see http://allanmcrae.com/2012/08/changes-to-vcs-packaging-support-in-makepkg/)

lubosz commented on 2012-08-14 16:23 (UTC)

I am getting: compositor: executing '/usr/libexec/weston-desktop-shell' failed: No such file or directory In the PKGBUILD, this happens: rm -rf ${pkgdir}/usr/libexec I would suggest to remove these lines from the PKGBUILD: rm -rf ${pkgdir}/usr/libexec install -m 755 -D clients/weston-desktop-shell "${pkgdir}/usr/bin/weston-desktop-shell" install -m 755 -D clients/weston-screensaver "${pkgdir}/usr/bin/weston-screensaver" install -m 755 -D clients/weston-screenshooter "${pkgdir}/usr/bin/weston-screenshooter" install -m 755 -D clients/weston-tablet-shell "${pkgdir}/usr/bin/weston-tablet-shell"

klusark commented on 2012-05-29 02:36 (UTC)

@Cdh The -lm issue seems to be upstream in webm: http://lists.freedesktop.org/archives/wayland-devel/2012-May/003682.html

haagch commented on 2012-05-28 22:28 (UTC)

I needed to upgrade libxkbcommon-git before building this. Version number didn't increment. I hope they don't break the API while using the same version number and it was just a version mismatch somewhere else while linking. More importantly I needed to use LDFLAGS="-lm" /usr/bin/ld: wcap_decode-vpxenc.o: undefined reference to symbol 'log@@GLIBC_2.2.5' /usr/bin/ld: note: 'log@@GLIBC_2.2.5' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation According to this fedora wiki you need to do this since gcc 4.4.3: http://docs.fedoraproject.org/en-US/Fedora/13/html/Release_Notes/sect-Release_Notes-The_GCC_Compiler_Collection.html

felixonmars commented on 2012-05-08 03:09 (UTC)

CC window.o window.c: In function \342\200\230input_handle_key\342\200\231: window.c:1568:25: error: \342\200\230XKB_COMMON_SHIFT_MASK\342\200\231 undeclare d (first use in this function) window.c:1568:25: note: each undeclared identifier is reported only once for eac h function it appears in

jsutton commented on 2012-04-03 13:02 (UTC)

mtdev should be listed as a build dependency.

ying commented on 2012-03-25 14:45 (UTC)

Please remove or fix this line in the PKGBUILD: install -m 755 -D clients/screenshot "${pkgdir}/usr/bin/weston-screenshot"