Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/
Date: Tue, 28 Feb 2023 10:42:56
Message-Id: 1677580951.a756e1d067399e45d2096f1e97c38ebedf13b1a4.marecki@gentoo
1 commit: a756e1d067399e45d2096f1e97c38ebedf13b1a4
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 09:56:44 2023 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 10:42:31 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a756e1d0
7
8 media-gfx/darktable: squash -Werror in rawspeed
9
10 Darktable as a whole only enables -Werror by default while building in a
11 Git working tree, rawspeed however has a separate option to control this
12 which is on by default.
13
14 Closes: https://bugs.gentoo.org/886265
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 media-gfx/darktable/darktable-4.2.1.ebuild | 6 +++++-
18 1 file changed, 5 insertions(+), 1 deletion(-)
19
20 diff --git a/media-gfx/darktable/darktable-4.2.1.ebuild b/media-gfx/darktable/darktable-4.2.1.ebuild
21 index 20656cde0bbd..c9c57caa2f1f 100644
22 --- a/media-gfx/darktable/darktable-4.2.1.ebuild
23 +++ b/media-gfx/darktable/darktable-4.2.1.ebuild
24 @@ -25,7 +25,10 @@ else
25 SRC_URI="https://github.com/darktable-org/${PN}/releases/download/release-${MY_PV}/${MY_P}.tar.xz
26 doc? (
27 https://docs.darktable.org/usermanual/${DOC_PV}/en/${PN}_user_manual.pdf -> ${PN}-usermanual-${DOC_PV}.en.pdf
28 - l10n_uk? ( https://docs.darktable.org/usermanual/${DOC_PV}/uk/${PN}_user_manual.pdf -> ${PN}-usermanual-${DOC_PV}.uk.pdf )
29 + l10n_uk? (
30 + https://docs.darktable.org/usermanual/${DOC_PV}/uk/${PN}_user_manual.pdf
31 + -> ${PN}-usermanual-${DOC_PV}.uk.pdf
32 + )
33 )"
34
35 KEYWORDS="~amd64 ~arm64 -x86"
36 @@ -136,6 +139,7 @@ src_configure() {
37 -DCUSTOM_CFLAGS=ON
38 -DDONT_USE_INTERNAL_LUA=ON
39 -DRAWSPEED_ENABLE_LTO=$(usex lto)
40 + -DRAWSPEED_ENABLE_WERROR=OFF
41 -DTESTBUILD_OPENCL_PROGRAMS=OFF
42 -DUSE_AVIF=$(usex avif)
43 -DUSE_CAMERA_SUPPORT=$(usex gphoto2)