[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/105: gnu: eglexternalplatform: Update to 1.2.
From: |
guix-commits |
Subject: |
13/105: gnu: eglexternalplatform: Update to 1.2. |
Date: |
Sat, 21 Dec 2024 11:56:34 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 9ed340ab44c414e280e66f6033ec1d60278f531f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Dec 13 21:13:18 2024 +0800
gnu: eglexternalplatform: Update to 1.2.
* gnu/packages/xorg.scm (eglexternalplatform): Update to 1.2.
[build-system]: Switch to meson-build-system.
Change-Id: I8fcc3155b3f2897a679c79084b1eedb7947e57ab
---
gnu/packages/xorg.scm | 30 +++---------------------------
1 file changed, 3 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 62ee135b79..f6f3b370ee 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5296,7 +5296,7 @@ draggable titlebars and borders.")
(define-public eglexternalplatform
(package
(name "eglexternalplatform")
- (version "1.1")
+ (version "1.2")
(source
(origin
(method git-fetch)
@@ -5307,32 +5307,8 @@ draggable titlebars and borders.")
(file-name
(git-file-name name version))
(sha256
- (base32 "0lr5s2xa1zn220ghmbsiwgmx77l156wk54c7hybia0xpr9yr2nhb"))))
- (build-system copy-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-pkgconfig
- (lambda* (#:key outputs #:allow-other-keys)
- (substitute* "eglexternalplatform.pc"
- (("/usr")
- (assoc-ref outputs "out")))))
- (add-after 'install 'revise
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out")))
- (mkdir-p (string-append out "/include/EGL"))
- (rename-file
- (string-append out "/interface")
- (string-append out "/include/EGL"))
- (mkdir-p (string-append out "/share/pkgconfig"))
- (rename-file
- (string-append out "/eglexternalplatform.pc")
- (string-append out "/share/pkgconfig/eglexternalplatform.pc"))
- (for-each delete-file-recursively
- (list
- (string-append out "/samples")
- (string-append out "/COPYING")
- (string-append out "/README.md")))))))))
+ (base32 "1cq8j2ymjpxpdcwnmcj0h5fgi3i1l8hns3vgw10rigwljrmn8ixp"))))
+ (build-system meson-build-system)
(synopsis "EGL External Platform interface")
(description "EGLExternalPlatform is an specification of the EGL External
Platform interface for writing EGL platforms and their interactions with modern
- branch python-team created (now 15da461807), guix-commits, 2024/12/21
- 03/105: gnu: python-construct: Update to 2.10.70-1.c1171b1., guix-commits, 2024/12/21
- 01/105: gnu: cl-nodgui: Update to 0.7.2.0-2.9a1b2c6., guix-commits, 2024/12/21
- 06/105: gnu: arm-trusted-firmware-rk3399: Reformat., guix-commits, 2024/12/21
- 10/105: gnu: pipewire: Update to 1.2.7., guix-commits, 2024/12/21
- 07/105: gnu: arm-trusted-firmware: Reformat., guix-commits, 2024/12/21
- 14/105: gnu: egl-wayland: Update to 1.1.17., guix-commits, 2024/12/21
- 13/105: gnu: eglexternalplatform: Update to 1.2.,
guix-commits <=
- 15/105: gnu: Add python-webcolors@24.11.1., guix-commits, 2024/12/21
- 16/105: gnu: python-cloud-init: Fix build., guix-commits, 2024/12/21
- 17/105: gnu: python-flask-restx: Update to 1.3.0., guix-commits, 2024/12/21
- 19/105: gnu: make-torbrowser: Unbundle libevent., guix-commits, 2024/12/21
- 21/105: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/21
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/21
- 22/105: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/21
- 29/105: gnu: yggdrasil: Update to 0.5.11., guix-commits, 2024/12/21
- 23/105: gnu: make-torbrowser: Use ffmpeg-7., guix-commits, 2024/12/21
- 25/105: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/21