Package Details: gamescope-git 3.14.0.r6.g9e46c89-1

Git Clone URL: https://aur.archlinux.org/gamescope-git.git (read-only, click to copy)
Package Base: gamescope-git
Description: SteamOS session compositing window manager
Upstream URL: https://github.com/ValveSoftware/gamescope
Keywords: gamescope session steamcompmgr steamos
Licenses: BSD
Conflicts: gamescope
Provides: gamescope
Submitter: Scrumplex
Maintainer: Samsagax (bouhaa, alkazar, ruineka, pastaq, Sid127)
Last Packager: Sid127
Votes: 24
Popularity: 0.25
First Submitted: 2020-05-20 11:19 (UTC)
Last Updated: 2024-04-10 19:06 (UTC)

Dependencies (40)

Required by (28)

Sources (1)

Pinned Comments

Scrumplex commented on 2022-06-14 10:44 (UTC)

Please do not flag this package as out-of-date if it still builds fine and isn't missing any dependencies or anything

Latest Comments

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

Billli11 commented on 2022-08-18 14:44 (UTC) (edited on 2022-08-18 14:49 (UTC) by Billli11)

The built pkg file are currently conflict with libliftoff-git

gamescope-git: /usr/include/libliftoff.h exists in filesystem (owned by libliftoff-git)
gamescope-git: /usr/lib/pkgconfig/libliftoff.pc exists in filesystem (owned by libliftoff-git)

Remove those file in the package seem to fix the problem.

here the diff.

diff --git a/PKGBUILD b/PKGBUILD
index f41ed55..91e29ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ package() {
     DESTDIR="$pkgdir" ninja -C build install

     # Delete library files that were linked statically
-    rm -rfv "$pkgdir/usr/include/wlr" "$pkgdir/usr/lib/libwlroots.a" "$pkgdir/usr/lib/libwlroots*" "$pkgdir/usr/lib/pkgconfig/wlroots.pc"
+    rm -rfv "$pkgdir/usr/include/wlr" "$pkgdir/usr/lib/libwlroots.a" "$pkgdir/usr/lib/libwlroots*" "$pkgdir/usr/lib/pkgconfig/wlroots.pc" "$pkgdir/usr/include/libliftoff.h" "$pkgdir/usr/lib/pkgconfig/libliftoff.pc"

     # Delete empty directories
     find "$pkgdir" -type d -empty -print -delete

Scrumplex commented on 2022-08-11 08:24 (UTC)

I switched the libliftoff dependency to -git. You might need a clean build to actually use it, if you have built the package within the last few hours.

Scrumplex commented on 2022-06-14 10:44 (UTC)

Please do not flag this package as out-of-date if it still builds fine and isn't missing any dependencies or anything

Scrumplex commented on 2022-03-12 10:12 (UTC)

Samsagax: enabled PipeWire now. I assumed that it was enabled already, as arch-meson implies -Dauto_features=enabled. Too lazy to make sure if it worked before though :D

Samsagax commented on 2022-03-12 02:56 (UTC)

Thank you so much for maintaining this package @Scrumplex. May I ask you to add pipewire support as the community package builds?

Scrumplex commented on 2022-03-11 23:54 (UTC)

This is now linking against system libliftoff again

cobaltspace commented on 2022-02-05 00:41 (UTC)

Now that gamescope & libliftoff are in community, this should either be fixed to depend and link with libliftoff, or conflict with libliftoff.

BrianAllred commented on 2021-09-30 19:05 (UTC)

Should probably build with static libliftoff. It depends on 0.2.0 now.

Samsagax commented on 2021-09-18 13:07 (UTC)

Sorry about that, @Scrumplex, I commented and then gathered information for flagging the package as out-of-date. Seems we did it at the same time.

Thank you very much for your efforts maintaining this problematic-to-build package.

Scrumplex commented on 2021-09-18 13:01 (UTC)

The package is in-fact not out-of-date. See https://aur.archlinux.org/cgit/aur.git/commit/?h=gamescope-git&id=14ef66a83694b196a3e00c418d778a7d809a5cf3