darktable: update to 4.0.1
This commit is contained in:
committed by
مهدي شينون (Mehdi Chinoune)
parent
4167fa3c50
commit
8b1e2d1bd3
@@ -1,17 +0,0 @@
|
||||
--- a/src/libs/CMakeLists.txt
|
||||
+++ b/src/libs/CMakeLists.txt
|
||||
@@ -104,12 +104,11 @@
|
||||
endif()
|
||||
|
||||
find_package(SDL2)
|
||||
-if(SDL2_INCLUDE_DIRS)
|
||||
+if(SDL2_FOUND)
|
||||
add_definitions("-DHAVE_SDL")
|
||||
- include_directories(${SDL2_INCLUDE_DIRS})
|
||||
set(MODULES ${MODULES} gamepad)
|
||||
add_library(gamepad MODULE "tools/gamepad.c")
|
||||
- target_link_libraries(gamepad ${SDL2_LIBRARIES})
|
||||
+ target_link_libraries(gamepad SDL2::SDL2)
|
||||
endif()
|
||||
|
||||
if(BUILD_BATTERY_INDICATOR)
|
||||
@@ -3,8 +3,8 @@
|
||||
_realname=darktable
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
|
||||
pkgver=4.0.0
|
||||
pkgrel=4
|
||||
pkgver=4.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="darktable is an open source photography workflow application and raw developer (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@@ -46,13 +46,11 @@ depends=("${MINGW_PACKAGE_PREFIX}-dbus-glib"
|
||||
options=('!strip')
|
||||
source=("https://github.com/darktable-org/${_realname}/releases/download/release-${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc}
|
||||
"001-define-libraw-win32-unicodepaths-libcxx.patch"
|
||||
"002-aarch64-mingw.patch"
|
||||
"003-fix-linking-gamepad.patch")
|
||||
sha256sums=('1416f8f59717e65a6220541aaa12eacca93888ce5176f2c9ab6c17b9cc53cc2d'
|
||||
"002-aarch64-mingw.patch")
|
||||
sha256sums=('5fef81e0c0079977a3cdc3627eed777280c2346d023c5d176c1f4a62cbe51d68'
|
||||
'SKIP'
|
||||
'd586d8f56546eba5e70a4ac0ed99e43ce3d82685c48e77e9f40d0563965133e8'
|
||||
'f350ecb20cab030180e5809f9fc7a0296a245f3461cf04f746c9bcbd87d12f86'
|
||||
'e24c76be6bbc45fe17a65627f6d28b9a91e8cbd7a6f5d193d16c7b232f846486')
|
||||
'f350ecb20cab030180e5809f9fc7a0296a245f3461cf04f746c9bcbd87d12f86')
|
||||
validpgpkeys=('F10F9686652B0E949FCD94C318DCA123F949BD3B') # Pascal Obry <pascal@obry.net>
|
||||
|
||||
apply_patch_with_msg() {
|
||||
@@ -67,8 +65,7 @@ prepare() {
|
||||
cd "${srcdir}"/${_realname}-${pkgver}
|
||||
apply_patch_with_msg \
|
||||
001-define-libraw-win32-unicodepaths-libcxx.patch \
|
||||
002-aarch64-mingw.patch \
|
||||
003-fix-linking-gamepad.patch
|
||||
002-aarch64-mingw.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user