Package: guix-patches;
Reported by: The Man <squishypinkelephant <at> gmail.com>
Date: Mon, 25 Nov 2024 03:40:02 UTC
Severity: normal
Tags: patch
Message #107 received at 74522 <at> debbugs.gnu.org (full text, mbox):
From: The Man <squishypinkelephant <at> gmail.com> To: 74522 <at> debbugs.gnu.org Cc: The Man <squishypinkelephant <at> gmail.com> Subject: [PATCH 39/73] move libgl provider from mesa to libglvnd+mesa Date: Sun, 24 Nov 2024 21:41:32 -0600
Change-Id: I1e6707a1ec02772580fc11c439cdf60e44585fef --- gnu/packages/music.scm | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 4e4953af0c..5f27e06a82 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -347,7 +347,7 @@ (define-public audacious libxrender lirc jack-1 - mesa + libgl mpg123 neon opusfile @@ -1207,10 +1207,10 @@ (define-public extempore ("fft" "libkiss_fft.so" "kiss-fft") ("stb_image" "libstb_image.so" "stb-image") ("nanovg" "libnanovg.so" "nanovg") - ("glext" "libGL.so" "mesa") + ("glext" "libGL.so" "libgl") ("glfw3" "libglfw.so" "glfw") - ("gl/glcore-directbind" "libGL.so" "mesa") - ("gl/glcompat-directbind" "libGL.so" "mesa"))) + ("gl/glcore-directbind" "libGL.so" "libgl") + ("gl/glcompat-directbind" "libGL.so" "libgl"))) #t)) (add-after 'unpack 'use-own-llvm (lambda* (#:key inputs #:allow-other-keys) @@ -1310,7 +1310,7 @@ (define-public extempore ("assimp" ,assimp) ("alsa-lib" ,alsa-lib) ("portaudio" ,portaudio) - ("mesa" ,mesa) + ("libgl" ,libgl) ("pcre" ,pcre) ("zlib" ,zlib))) (native-inputs @@ -1625,7 +1625,7 @@ (define-public ninjas2 (list fftwf jack-1 ; for the standalone JACK application libsamplerate - mesa + libgl libsndfile)) (native-inputs (list ladspa lv2 pkg-config)) @@ -3425,7 +3425,7 @@ (define-public zynaddsubfx (inputs (list liblo ntk - mesa + libgl alsa-lib jack-1 fftw @@ -3493,7 +3493,7 @@ (define-public yoshimi fontconfig jack-2 lv2 - mesa + libgl minixml ncurses readline @@ -5770,7 +5770,7 @@ (define-public patchmatrix (build-system meson-build-system) (arguments '(#:tests? #f)) ; no test target (inputs - (list jack-1 lv2 mesa)) + (list jack-1 lv2 libgl)) (native-inputs (list pkg-config)) (home-page "https://github.com/OpenMusicKontrollers/patchmatrix") @@ -5830,7 +5830,7 @@ (define-public fabla (build-system cmake-build-system) (arguments '(#:tests? #f)) ;there are none (inputs (list ntk cairomm libsndfile)) - (native-inputs (list pkg-config lv2 mesa)) + (native-inputs (list pkg-config lv2 libgl)) (home-page "http://openavproductions.com/fabla/") (synopsis "Sampler LV2 plugin") (description @@ -6452,7 +6452,7 @@ (define-public lsp-plugins libsndfile libx11 libxrandr - mesa)) + libgl)) (native-inputs (list pkg-config php)) (outputs '("out" "doc" "lv2" "debug")) (synopsis "Audio plugin collection") @@ -6478,7 +6478,7 @@ (define-public sherlock-lv2 "08gjfx7vrsx9zvj04j8cr3vscxmq6jr2hbdi6dfgp1l1dnnpxsgq")))) (build-system meson-build-system) (inputs - (list glu libx11 mesa sratom)) + (list glu libx11 libgl sratom)) (native-inputs (list flex pkg-config)) (synopsis "Investigative LV2 plugin bundle") @@ -6563,7 +6563,7 @@ (define-public spectacle-analyzer fftwf jack-1 lv2 - mesa)) + libgl)) (synopsis "Realtime graphical spectrum analyzer") (description "Spectacle is a real-time spectral analyzer using the short-time Fourier transform, available as LV2 audio plugin and JACK client.") @@ -6691,7 +6691,7 @@ (define-public zam-plugins jack-1 ;for the standalone JACK application liblo libsamplerate - mesa + libgl zita-convolver)) (native-inputs (list ladspa lv2 pkg-config)) @@ -6865,7 +6865,7 @@ (define-public distrho-ports libxcursor libxext libxrender - mesa)) + libgl)) (native-search-paths (list (search-path-specification (variable "VST2_PATH") @@ -6974,7 +6974,7 @@ (define-public dpf-plugins (list cairo liblo ; for dssi plugins jack-1 ; for standalone applications - mesa)) + libgl)) (native-inputs (list pkg-config dssi lv2)) (home-page "https://github.com/DISTRHO/DPF-Plugins") @@ -7019,7 +7019,7 @@ (define-public avldrums-lv2 (lambda _ (setenv "CC" "gcc")))))) (inputs - (list cairo dssi glu mesa pango)) + (list cairo dssi glu libgl pango)) (native-inputs (list pkg-config lv2)) (home-page "https://x42-plugins.com/x42/x42-avldrums") @@ -7075,7 +7075,7 @@ (define-public helm jack-1 libxcursor libxinerama - mesa)) + libgl)) (native-inputs (list lv2 pkg-config)) (home-page "https://tytel.org/helm/") @@ -7272,7 +7272,7 @@ (define-public dragonfly-reverb (native-inputs (list pkg-config)) (inputs - (list jack-1 libx11 mesa)) + (list jack-1 libx11 libgl)) (home-page "https://michaelwillis.github.io/dragonfly-reverb/") (synopsis "Concert hall reverb and room reverb effects") (description @@ -7366,7 +7366,7 @@ (define-public vl1-emulator (modify-phases %standard-phases (delete 'configure)))) ;no configure target (inputs - (list cairo jack-1 mesa)) + (list cairo jack-1 libgl)) (native-inputs (list pkg-config)) (home-page "https://github.com/linuxmao-org/VL1-emulator") @@ -7519,7 +7519,7 @@ (define-public wolf-shaper (native-inputs (list pkg-config)) (inputs - (list jack-1 lv2 mesa)) + (list jack-1 lv2 libgl)) (synopsis "Waveshaper plugin") (description "Wolf Shaper is a waveshaper plugin with a graph editor. It is provided as an LV2 plugin and as a standalone Jack application.") @@ -7604,7 +7604,7 @@ (define-public shiru-lv2 glu jack-1 lv2 - mesa + libgl pango)) (synopsis "Audio plugin collection") (description "Shiru plugins is a collection of audio plugins created -- 2.46.0
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.