Package Details: weston-eglstream 9.0.0-1

Git Clone URL: https://aur.archlinux.org/weston-eglstream.git (read-only, click to copy)
Package Base: weston-eglstream
Description: Reference implementation of a Wayland compositor with EGLStream support
Upstream URL: https://wayland.freedesktop.org/
Licenses: MIT
Conflicts: weston
Provides: weston
Submitter: aplattner
Maintainer: aplattner (mvicomoya, ekurzinger)
Last Packager: ekurzinger
Votes: 12
Popularity: 0.000000
First Submitted: 2016-03-23 22:34 (UTC)
Last Updated: 2020-09-28 14:35 (UTC)

Required by (31)

Sources (7)

Latest Comments

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

shoober420 commented on 2019-05-16 04:16 (UTC) (edited on 2019-05-16 04:19 (UTC) by shoober420)

I'm having issues building this package. Heres the error.

Dependency wayland-eglstream-protocols found: NO (tried pkgconfig and cmake)

protocol/meson.build:10:0: ERROR: Dependency "wayland-eglstream-protocols" not found, tried pkgconfig and cmake

There is no "wayland-eglstream-protocols" package in the Arch repos. I do have the "wayland-protocols-git" package installed.

mvicomoya commented on 2019-03-26 23:22 (UTC)

Sorry for the slow update. This should build okay again.

Vash63 commented on 2019-03-16 21:59 (UTC)

This is failing to build for me.

/usr/bin/ld: clients/weston_editor-editor.o: undefined reference to symbol 'g_object_unref'
/usr/bin/ld: /usr/lib/libgobject-2.0.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:4596: weston-editor] Error 1

sl1pkn07 commented on 2019-01-25 18:05 (UTC)

Makefile.am:176: warning: variable 'nodist_libweston_eglstreams_@LIBWESTON_MAJOR@_la_SOURCES' is defined but no program or
Makefile.am:176: library has 'libweston_eglstreams_@LIBWESTON_MAJOR@_la' as canonical name (possible typo)

but build ok

sl1pkn07 commented on 2019-01-04 20:15 (UTC) (edited on 2019-01-04 20:16 (UTC) by sl1pkn07)

The next patch would create the file protocol/wayland-eglstream-controller.xml,
which already exists!  Skipping patch.
1 out of 1 hunk ignored`

mvicomoya commented on 2018-12-18 12:32 (UTC)

Thanks for the heads-up @TrueBers.

The issue should be fixed now.

TrueBers commented on 2018-12-08 18:43 (UTC)

.cache/yay/weston-eglstream/src/weston-5.0.0/build-aux/missing: line 81: automake-1.15: command not found
WARNING: 'automake-1.15' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:3414: Makefile.in] Error 127
==> ERROR: A failure occurred in build().
    Aborting...
Error making: weston-eglstream
$ yay -Qi automake | grep Ver
Version         : 1.16.1-1

Is it hardcoded for 1.15? Then you should add it to makedeps, I suppose...

mvicomoya commented on 2018-06-26 02:57 (UTC)

Updated dependencies. Sorry for taking so long.

Leeo97one commented on 2018-06-08 01:07 (UTC) (edited on 2018-06-08 22:29 (UTC) by Leeo97one)

Yeah, please update the dependencies if possible.

sl1pkn07 commented on 2018-05-20 23:02 (UTC)

egl-wayland is now pushed to [extra]. is safe switch from egl-wayland-git to egl-wayland?