Accepting request 1134723 from graphics:darktable

OBS-URL: https://build.opensuse.org/request/show/1134723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=109
This commit is contained in:
Ana Guerrero 2023-12-25 18:05:09 +00:00 committed by Git OBS Bridge
commit 2d7260c3c2
8 changed files with 36 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c11d28434fdf2e9ce572b9b1f9bc4e64dcebf6148e25080b4c32eb51916cfa98
size 6033932

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCZLeQdQAKCRAY3KEj+Um9
O7bhAKCJFCm2zBNWKusDyBzNPvBhCuqLhgCffUVMCjhScRbI8G1ijbEJAzryNfs=
=MoKt
-----END PGP SIGNATURE-----

3
darktable-4.6.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:724b27e3204d1822de6dc53ea090a6b1ce55f7c32226d34642689775c68aacc2
size 6129572

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCZXtdmQAKCRAY3KEj+Um9
O9JMAJ9+eKiiW0VONrrn7U8CpOuJ1G2zegCeP7WSna6tZYteWNMpEKJXxdrVH5I=
=DxEP
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 23 09:58:05 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Build with system libraw
-------------------------------------------------------------------
Sat Dec 23 09:32:45 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 4.6.0
https://github.com/darktable-org/darktable/releases/tag/release-4.6.0
-------------------------------------------------------------------
Mon Aug 21 07:33:56 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>

View File

@ -4,7 +4,7 @@ Section: graphics
Priority: optional
Binary: darktable darktable-tools-basecurve darktable-tools-noise
Architecture: any-amd64 any-arm64 any-ppc64el
Version: 4.4.2-1.1
Version: 4.6.0-1.1
Homepage: http://www.darktable.org/
# libavif-dev (>= 0.9.1),
Build-Depends: cmake (>= 3.18),

View File

@ -72,6 +72,14 @@
%bcond_with libheif
%endif
%if 0%{?suse_version} >= 1550 || 0%{?fedora} >= 38
%bcond_without libraw
%global _use_system_libraw "ON"
%else
%bcond_with libraw
%global _use_system_libraw "ON"
%endif
%ifarch ppc64le
# The OpenCL kernels don't compile on ppc64le and if you get
# them compiled there are funny runtime issues.
@ -111,7 +119,7 @@
%endif
Name: darktable
Version: 4.4.2
Version: 4.6.0
Release: 0
%global pkg_name darktable
%global pkg_version %{version}
@ -193,6 +201,9 @@ BuildRequires: pkgconfig(libheif)
%if %{with jxl}
BuildRequires: pkgconfig(libjxl) >= 0.7.0
%endif
%if %{with libraw}
BuildRequires: pkgconfig(libraw) >= 0.21
%endif
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libwebp)
@ -299,6 +310,7 @@ rm -rf src/external/lua/
-DUSE_OPENMP="%{_use_openmp}" \\\
-DUSE_GMIC="%{_use_gmic}" \\\
-DUSE_AVIF="%{_use_avif}" \\\
-DDONT_USE_INTERNAL_LIBRAW="%{_use_system_libraw}" \\\
-DBUILD_NOISE_TOOLS=ON \\\
-DBUILD_CURVE_TOOLS=ON

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28da89a20427e64793a90037b7344d8ae285061844206d3dcba6c4933c937aa3
size 21716
oid sha256:4d356e039d73291e2b2f6bbccd6c28dfada56838f3088b1859177bb92dfff103
size 21308