- Update to version 4.2.0
https://github.com/darktable-org/darktable/releases/tag/release-4.2.0 - New BuildRequires: pkgconfig(libheif) pkgconfig(libjxl) pkgconfig(tinfo) - add SDL2 BR OBS-URL: https://build.opensuse.org/package/show/graphics:darktable/darktable?expand=0&rev=49
This commit is contained in:
parent
b2bd6ced83
commit
63d953f33c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fef81e0c0079977a3cdc3627eed777280c2346d023c5d176c1f4a62cbe51d68
|
||||
size 5958392
|
@ -1,6 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCYx7angAKCRAY3KEj+Um9
|
||||
OwdVAJ42RRyqHdKK7kYGp5Z99g/ddTIo9ACcDX4kaw8/Qjdyk0jf2Hw/0xS/8HI=
|
||||
=+v39
|
||||
-----END PGP SIGNATURE-----
|
3
darktable-4.2.0.tar.xz
Normal file
3
darktable-4.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18b0917fdfe9b09f66c279a681cc3bd52894a566852bbf04b2e179ecfdb11af9
|
||||
size 5862080
|
6
darktable-4.2.0.tar.xz.asc
Normal file
6
darktable-4.2.0.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCY5nqpAAKCRAY3KEj+Um9
|
||||
O6frAJ0cY1zctb8bl5aulpiF8PQzgZ3GZgCgv9+XpDEvl2FOg84rMKQm+Pcv0/U=
|
||||
=FTgc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 12:24:28 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
- Update to version 4.2.0
|
||||
https://github.com/darktable-org/darktable/releases/tag/release-4.2.0
|
||||
- New BuildRequires:
|
||||
pkgconfig(libheif)
|
||||
pkgconfig(libjxl)
|
||||
pkgconfig(tinfo)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 12 07:56:36 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
@ -49,7 +59,7 @@ Mon Jan 3 07:38:51 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 31 23:23:43 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- add SDL2 BR
|
||||
- add SDL2 BR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 24 21:47:56 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
@ -4,10 +4,10 @@ Section: graphics
|
||||
Priority: optional
|
||||
Binary: darktable darktable-tools-basecurve darktable-tools-noise
|
||||
Architecture: any-amd64 any-arm64
|
||||
Version: 4.0.1-1.1
|
||||
Version: 4.2.0-1.1
|
||||
Homepage: http://www.darktable.org/
|
||||
# libavif-dev (>= 0.8.2),
|
||||
Build-Depends: cmake,
|
||||
Build-Depends: cmake (>= 3.18),
|
||||
debhelper (>= 10),
|
||||
intltool,
|
||||
iso-codes,
|
||||
@ -44,6 +44,7 @@ Build-Depends: cmake,
|
||||
libsoup2.4-dev,
|
||||
libsqlite3-dev,
|
||||
libtiff-dev,
|
||||
libtinfo-dev,
|
||||
libwebp-dev,
|
||||
xsltproc
|
||||
Standards-Version: 3.9.8
|
||||
|
@ -36,12 +36,6 @@
|
||||
%bcond_with cmake_macros
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} || 0%{?fedora}
|
||||
%bcond_without cmake_macros
|
||||
%else
|
||||
%bcond_with cmake_macros
|
||||
%endif
|
||||
|
||||
%if 0%{?is_opensuse} || 0%{?fedora}
|
||||
%bcond_without osmgpsmap
|
||||
%bcond_without flickcurl
|
||||
@ -53,8 +47,10 @@
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?fedora}
|
||||
%bcond_without jxl
|
||||
%bcond_without avif
|
||||
%else
|
||||
%bcond_with jxl
|
||||
%bcond_with avif
|
||||
%endif
|
||||
|
||||
@ -64,6 +60,12 @@
|
||||
%bcond_with gmic
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%bcond_without libheif
|
||||
%else
|
||||
%bcond_with libheif
|
||||
%endif
|
||||
|
||||
%ifarch ppc64le
|
||||
# The OpenCL kernels don't compile on ppc64le and if you get
|
||||
# them compiled there are funny runtime issues.
|
||||
@ -103,7 +105,7 @@
|
||||
%endif
|
||||
|
||||
Name: darktable
|
||||
Version: 4.0.1
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
%define pkg_name darktable
|
||||
%define pkg_version %{version}
|
||||
@ -121,7 +123,7 @@ Patch0: darktable-old-glib.patch
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
# build time tools
|
||||
BuildRequires: clang
|
||||
BuildRequires: cmake >= 3.4
|
||||
BuildRequires: cmake >= 3.18
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: llvm-devel
|
||||
%if 0%{?fedora}
|
||||
@ -178,6 +180,12 @@ BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(lensfun)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libgphoto2)
|
||||
%if %{with libheif}
|
||||
BuildRequires: pkgconfig(libheif)
|
||||
%endif
|
||||
%if %{with jxl}
|
||||
BuildRequires: pkgconfig(libjxl) >= 0.7.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(librsvg-2.0)
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
@ -187,6 +195,7 @@ BuildRequires: pkgconfig(osmgpsmap-1.0)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(sdl2)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(tinfo)
|
||||
%if %{with opencl}
|
||||
BuildRequires: opencl-headers
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c815c9f2c06096f750fef3132ad40605ba2d1d8c17b4fd7bea4533ec0912503b
|
||||
size 21432
|
||||
oid sha256:af7945731c50ad978d9b9867cdf4c693d9be49ea07ba29b1075a0bbe62eabb07
|
||||
size 21464
|
||||
|
Loading…
Reference in New Issue
Block a user