Accepting request 1156901 from graphics:darktable
OBS-URL: https://build.opensuse.org/request/show/1156901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=110
This commit is contained in:
commit
28c0259401
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:724b27e3204d1822de6dc53ea090a6b1ce55f7c32226d34642689775c68aacc2
|
|
||||||
size 6129572
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCZXtdmQAKCRAY3KEj+Um9
|
|
||||||
O9JMAJ9+eKiiW0VONrrn7U8CpOuJ1G2zegCeP7WSna6tZYteWNMpEKJXxdrVH5I=
|
|
||||||
=DxEP
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
darktable-4.6.1.tar.xz
Normal file
3
darktable-4.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16edc0a070293e2d3cda4ea10e49bda9bde932e23f9e62e2fa2e7ac74acf7afd
|
||||||
|
size 6240188
|
6
darktable-4.6.1.tar.xz.asc
Normal file
6
darktable-4.6.1.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCZc+dswAKCRAY3KEj+Um9
|
||||||
|
O7xzAJ9rXJizIIWM2Rqm4j742Kq+RonN2gCguaAPzGvqJKkyWP37yzTUTbGEXk0=
|
||||||
|
=Am5w
|
||||||
|
-----END PGP SIGNATURE-----
|
25
darktable-rawspeed-build-type-override.patch
Normal file
25
darktable-rawspeed-build-type-override.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
Index: src/external/CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- darktable.orig/src/external/CMakeLists.txt
|
||||||
|
+++ darktable/src/external/CMakeLists.txt
|
||||||
|
@@ -13,17 +13,19 @@ endif()
|
||||||
|
|
||||||
|
################################################################################
|
||||||
|
# RawSpeed block
|
||||||
|
|
||||||
|
string(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_UPPERCASE)
|
||||||
|
|
||||||
|
set(RAWSPEED_${CMAKE_BUILD_TYPE_UPPERCASE}_BUILD 1)
|
||||||
|
if(RAWSPEED_RELWITHDEBINFO_BUILD)
|
||||||
|
- set(CMAKE_BUILD_TYPE "Release")
|
||||||
|
+ # openSUSE hack: we really do need to override CMAKE_BUILD_TYPE here.
|
||||||
|
+ set(VARNAME "CMAKE_BUILD_TYPE")
|
||||||
|
+ set(${VARNAME} "Release")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
SET(COMPILER_SUPPORTS_DEBUG_INFO_COMPRESSION OFF)
|
||||||
|
SET(COMPILER_SUPPORTS_DEBUG_INFO_COMPRESSION_LINK OFF)
|
||||||
|
SET(COMPILER_SUPPORTS_SPLIT_DEBUG_INFO OFF)
|
||||||
|
SET(LINKER_SUPPORTS_GDB_INDEX OFF)
|
||||||
|
|
||||||
|
set(BUILD_TESTING_SAVE "${BUILD_TESTING}")
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 11 07:02:40 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to version 4.6.1:
|
||||||
|
https://github.com/darktable-org/darktable/releases/tag/release-4.6.1
|
||||||
|
- Add darktable-rawspeed-build-type-override.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 23 09:58:05 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
Sat Dec 23 09:58:05 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Section: graphics
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Binary: darktable darktable-tools-basecurve darktable-tools-noise
|
Binary: darktable darktable-tools-basecurve darktable-tools-noise
|
||||||
Architecture: any-amd64 any-arm64 any-ppc64el
|
Architecture: any-amd64 any-arm64 any-ppc64el
|
||||||
Version: 4.6.0-1.1
|
Version: 4.6.1-1.1
|
||||||
Homepage: http://www.darktable.org/
|
Homepage: http://www.darktable.org/
|
||||||
# libavif-dev (>= 0.9.1),
|
# libavif-dev (>= 0.9.1),
|
||||||
Build-Depends: cmake (>= 3.18),
|
Build-Depends: cmake (>= 3.18),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package darktable
|
# spec file for package darktable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -119,7 +119,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 4.6.0
|
Version: 4.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%global pkg_name darktable
|
%global pkg_name darktable
|
||||||
%global pkg_version %{version}
|
%global pkg_version %{version}
|
||||||
@ -134,6 +134,7 @@ Source98: debian.tar.xz
|
|||||||
Source99: README.openSUSE
|
Source99: README.openSUSE
|
||||||
#
|
#
|
||||||
Patch0: darktable-old-glib.patch
|
Patch0: darktable-old-glib.patch
|
||||||
|
Patch1: darktable-rawspeed-build-type-override.patch
|
||||||
#
|
#
|
||||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||||
# build time tools
|
# build time tools
|
||||||
@ -304,6 +305,7 @@ rm -rf src/external/lua/
|
|||||||
-DCMAKE_INSTALL_DATAROOTDIR="share" \\\
|
-DCMAKE_INSTALL_DATAROOTDIR="share" \\\
|
||||||
-DCMAKE_INSTALL_LIBEXECDIR="%{_libexecdir}" \\\
|
-DCMAKE_INSTALL_LIBEXECDIR="%{_libexecdir}" \\\
|
||||||
-DCMAKE_INSTALL_DOCDIR="%{_defaultdocdir}/%{pkg_name}" \\\
|
-DCMAKE_INSTALL_DOCDIR="%{_defaultdocdir}/%{pkg_name}" \\\
|
||||||
|
-DCOMPILER_SUPPORTS_SPLIT_DEBUG_INFO=OFF \\\
|
||||||
-DBINARY_PACKAGE_BUILD=1 \\\
|
-DBINARY_PACKAGE_BUILD=1 \\\
|
||||||
-DRAWSPEED_ENABLE_LTO=ON \\\
|
-DRAWSPEED_ENABLE_LTO=ON \\\
|
||||||
-DUSE_OPENCL="%{_use_opencl}" \\\
|
-DUSE_OPENCL="%{_use_opencl}" \\\
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4d356e039d73291e2b2f6bbccd6c28dfada56838f3088b1859177bb92dfff103
|
oid sha256:6c148cab25d5ad4ca6238c0ed6540579439f63aefa94c07621e28c1c5505f9a4
|
||||||
size 21308
|
size 21328
|
||||||
|
Loading…
Reference in New Issue
Block a user