gnu: Meson: Remove special versions.
* gnu/packages/audio.scm (lv2-speech-denoiser, libaudec)[arguments]: Remove #:meson. * gnu/packages/build-tools.scm (meson): Update to 0.57.2. (meson-0.55, meson-next): Remove variables. * gnu/packages/datastructures.scm (tllist)[arguments]: Remove. * gnu/packages/fontutils.scm (fcft)[arguments]: Likewise. * gnu/packages/gimp.scm (babl, gegl)[arguments]: Remove #:meson. * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Likewise. * gnu/packages/lua.scm (emilua)[arguments]: Likewise. * gnu/packages/music.scm (zrythm)[arguments]: Likewise. * gnu/packages/terminals.scm (foot)[arguments]: Likewise. * gnu/packages/virtualization.scm (qemu)[native-inputs]: Change from MESON-NEXT to MESON. (libvirt)[arguments]: Remove #:meson. * gnu/packages/wm.scm (wlroots, sway)[arguments]: Likewise.master
parent
c52eddc70f
commit
dfd6ca1908
|
@ -4225,8 +4225,7 @@ the following features:
|
|||
(base32 "189l6lz8sz5vr6bjyzgcsrvksl1w6crqsg0q65r94b5yjsmjnpr4"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
;; Using a "release" build is recommended for performance
|
||||
`(;; Using a "release" build is recommended for performance
|
||||
#:build-type "release"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -4809,8 +4808,7 @@ in the package.")
|
|||
"1570m2dfia17dbkhd2qhx8jjihrpm7g8nnyg6n4wif4vv229s7dz"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
#:configure-flags
|
||||
`(#:configure-flags
|
||||
;; Build the tests.
|
||||
`("-Dtests=true")))
|
||||
(inputs
|
||||
|
|
|
@ -264,7 +264,7 @@ files and generates build instructions for the Ninja build system.")
|
|||
(define-public meson
|
||||
(package
|
||||
(name "meson")
|
||||
(version "0.56.2")
|
||||
(version "0.57.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
|
@ -272,7 +272,7 @@ files and generates build instructions for the Ninja build system.")
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x47vc7023w8w90r6jda5hk2jsh68i66x49gckdgixw32fwvvf1w"))))
|
||||
"1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; FIXME: Tests require many additional inputs and patching many
|
||||
|
@ -295,34 +295,6 @@ files}, are written in a custom domain-specific language (@dfn{DSL}) that
|
|||
resembles Python.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
;; Added temporarily for packages that need it.
|
||||
;; TODO: Remove when core-updates is merged.
|
||||
(define-public meson-0.55
|
||||
(package
|
||||
(inherit meson)
|
||||
(version "0.55.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
"releases/download/" version "/meson-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19cjy24mfaswxyvqmns6rd7hx05ybqb663zlgklspfr8l4jjmvbb"))))))
|
||||
|
||||
(define-public meson-next
|
||||
(package
|
||||
(inherit meson)
|
||||
(version "0.57.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/mesonbuild/meson/"
|
||||
"releases/download/" version "/meson-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iac7p99zfgkznq4qlnkk7b8xwwlilcrnkf33sczm56yqnqyg0rs"))))))
|
||||
|
||||
(define-public premake4
|
||||
(package
|
||||
(name "premake")
|
||||
|
|
|
@ -296,8 +296,6 @@ equivalent succinct data structure are (most of the time) identical.")
|
|||
(base32
|
||||
"061mkg6hc9x89zya3bw18ymxlzd8fbhjipxpva8x01lh2vp1d4f0"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55))
|
||||
(synopsis "Typed link list for C")
|
||||
(description
|
||||
"@code{tllist} is a @dfn{typed linked list} C header file only library
|
||||
|
|
|
@ -843,8 +843,6 @@ maintain the Noto Fonts project.")
|
|||
(base32
|
||||
"0314r038jl17hrhc9nrbx30jk0pz8ckbdnizws4r46b1rf4h0b1f"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55))
|
||||
(native-inputs
|
||||
`(("check" ,check)
|
||||
("gcc" ,gcc-10) ;TODO: Remove when the default compiler is > GCC 7.
|
||||
|
|
|
@ -185,8 +185,7 @@ of a larger interface.")
|
|||
"1w68h81kqkqnziixrx21qs0gfv2z79651h19sxn226xdb58mjgqb"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
#:configure-flags
|
||||
`(#:configure-flags
|
||||
(list "-Denable-gir=false")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
@ -225,8 +224,7 @@ provided, as well as a framework to add new color models and data types.")
|
|||
"1pd8xkx70k0fsi1hrzrmaify7112wjmxzk0p6bi6js89yhn7h4n1"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
#:configure-flags
|
||||
`(#:configure-flags
|
||||
(list "-Dintrospection=false")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
@ -602,8 +602,7 @@ highlighting and other features typical of a source code editor.")
|
|||
"0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
#:configure-flags '("-Dinstalled_tests=false" "-Djasper=true")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
@ -1127,8 +1127,7 @@ shell command executions.")
|
|||
"124fj73722c03znwdyqp1i0jygwv3s11f6s1j9rzym513qrf7fnd"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
;; Tests are disabled for now due to an issue that affecs guix:
|
||||
`(;; Tests are disabled for now due to an issue that affecs guix:
|
||||
;; <https://gitlab.com/emilua/emilua/-/issues/22>
|
||||
#:configure-flags
|
||||
(list "-Denable_http=true"
|
||||
|
|
|
@ -6181,7 +6181,6 @@ and as an LV2 plugin.")
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
#:meson ,meson-0.55
|
||||
#:configure-flags
|
||||
`("-Dtests=true"
|
||||
"-Dmanpage=true"
|
||||
|
|
|
@ -714,8 +714,7 @@ eye-candy, customizable, and reasonably lightweight.")
|
|||
"0rm7w29wf3gipf69qf7s42qw8857z74gsigrpz9g6vvd1x58f03m"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-0.55
|
||||
;; Using a "release" build is recommended both for performance, and
|
||||
`(;; Using a "release" build is recommended both for performance, and
|
||||
;; also to address a GCC 10 issue when doing PGO builds.
|
||||
#:build-type "release"
|
||||
;; Enable LTO as recommended by INSTALL.md.
|
||||
|
|
|
@ -357,8 +357,7 @@ exec smbd $@")))
|
|||
("perl" ,perl)
|
||||
("flex" ,flex)
|
||||
("bison" ,bison)
|
||||
;; Using meson 0.57.1 enables reproducible QEMU builds.
|
||||
("meson" ,meson-next)
|
||||
("meson" ,meson)
|
||||
("ninja" ,ninja)
|
||||
("pkg-config" ,pkg-config)
|
||||
("python-wrapper" ,python-wrapper)
|
||||
|
@ -1057,7 +1056,6 @@ manage system or application containers.")
|
|||
(string-append "-Dinstall_prefix=" (assoc-ref %outputs "out"))
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var")
|
||||
#:meson ,meson-0.55
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'disable-broken-tests
|
||||
|
|
|
@ -1404,7 +1404,6 @@ functionality to display information about the most commonly used services.")
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dlogind-provider=elogind")
|
||||
#:meson ,meson-next
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'hardcode-paths
|
||||
|
@ -1451,8 +1450,7 @@ modules for building a Wayland compositor.")
|
|||
(base32 "0vnplva11yafhbijrk68wy7pw0psn9jm0caaymswq1s951xsn1c8"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:meson ,meson-next
|
||||
#:phases
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'hardcode-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
|
Reference in New Issue