all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71161] [PATCH 0/5] obs: Update to 30.1.2
@ 2024-05-24  4:30 iyzsong--- via Guix-patches via
  2024-05-24  4:31 ` [bug#71161] [PATCH 1/5] gnu: Add plog iyzsong--- via Guix-patches via
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: iyzsong--- via Guix-patches via @ 2024-05-24  4:30 UTC (permalink / raw)
  To: 71161; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

Hello, these patches update OBS studio to its latest version.

qrcodegen-cpp needs to be updated for obs, need check telegram-desktop
and libreoffice if they build okay with the newer qrcodegen-cpp.  I haven't
check that.

Add a LD_LIBRARY_PATH hack for mesa, without it obs won't get a
display via libglvnd's libEGL.  It seems we need build mesa with glvnd
support (which will bring egl_vendor.d/50_mesa.json for libglvend to
consume, and rename libEGL.so to libEGL_mesa.so).


Sou Bunnbu (宋文武) (5):
  gnu: Add plog.
  gnu: Add libjuice.
  gnu: Add libdatachannel.
  gnu: qrcodegen-cpp: Update to 1.8.0.
  gnu: obs: Update to 30.1.2.

 gnu/local.mk                                  |   2 +-
 gnu/packages/aidc.scm                         |  22 +-
 gnu/packages/logging.scm                      |  25 +
 .../patches/qrcodegen-cpp-cmake.patch         | 506 ++++++++++++++++++
 .../patches/qrcodegen-cpp-make-install.patch  | 448 ----------------
 gnu/packages/video.scm                        |  21 +-
 gnu/packages/web.scm                          |  53 ++
 7 files changed, 606 insertions(+), 471 deletions(-)
 create mode 100644 gnu/packages/patches/qrcodegen-cpp-cmake.patch
 delete mode 100644 gnu/packages/patches/qrcodegen-cpp-make-install.patch


base-commit: 9901416233867233192b63fde7f616751127b189
-- 
2.41.0





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-24  4:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24  4:30 [bug#71161] [PATCH 0/5] obs: Update to 30.1.2 iyzsong--- via Guix-patches via
2024-05-24  4:31 ` [bug#71161] [PATCH 1/5] gnu: Add plog iyzsong--- via Guix-patches via
2024-05-24  4:31 ` [bug#71161] [PATCH 2/5] gnu: Add libjuice iyzsong--- via Guix-patches via
2024-05-24  4:31 ` [bug#71161] [PATCH 3/5] gnu: Add libdatachannel iyzsong--- via Guix-patches via
2024-05-24  4:31 ` [bug#71161] [PATCH 4/5] gnu: qrcodegen-cpp: Update to 1.8.0 iyzsong--- via Guix-patches via
2024-05-24  4:31 ` [bug#71161] [PATCH 5/5] gnu: obs: Update to 30.1.2 iyzsong--- via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.