emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#74851: closed ([PATCH] gnu: eglexternalplatform: Update to 1.2.)


From: GNU bug Tracking System
Subject: bug#74851: closed ([PATCH] gnu: eglexternalplatform: Update to 1.2.)
Date: Fri, 20 Dec 2024 11:15:02 +0000

Your message dated Fri, 20 Dec 2024 19:10:45 +0800
with message-id <874j2yobii.wl-hako@ultrarare.space>
and subject line Re: bug#74851: Acknowledgement ([PATCH] gnu: 
eglexternalplatform: Update to 1.2.)
has caused the debbugs.gnu.org bug report #74851,
regarding [PATCH] gnu: eglexternalplatform: Update to 1.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
74851: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74851
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: eglexternalplatform: Update to 1.2. Date: Fri, 13 Dec 2024 22:47:10 +0800
* 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 7849fbee09..2a8fa7b553 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5191,7 +5191,7 @@ (define-public xorg-server-for-tests
 (define-public eglexternalplatform
   (package
     (name "eglexternalplatform")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
        (method git-fetch)
@@ -5202,32 +5202,8 @@ (define-public eglexternalplatform
        (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

base-commit: 0787a180b3ca64d3958438920ca1b58a2a27fba4
prerequisite-patch-id: f132b4af7b85df465998e4f459bf729f8b66f320
prerequisite-patch-id: ecd87e69b7aebebd64256db106ed96dc12f6c12d
prerequisite-patch-id: f27c33b6c7f5dcb37c36551ecde29f1f0c734935
prerequisite-patch-id: fc6ad5af54f75869a657c065c86b262d74a1efff
prerequisite-patch-id: bea29848814b393ccd3619f0a744ee36632ac5df
prerequisite-patch-id: 41d13263266c55b695d0a28d173d795fca52e440
prerequisite-patch-id: 4ed8a51618fd43ffcbbbe458492aa8ca674da9b9
prerequisite-patch-id: 40a1f686ccb58ca654ebdd06de2a5369707bfd3e
prerequisite-patch-id: df97231e23699791053969dbaf2dd3f86319d122
-- 
2.46.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#74851: Acknowledgement ([PATCH] gnu: eglexternalplatform: Update to 1.2.) Date: Fri, 20 Dec 2024 19:10:45 +0800
Applied as 4a5735b726dc7f438cb256155cd6069d6e789231.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]