Skip to content

Commit

Permalink
Merge pull request msys2#19518 from kmilos/dt-4.6
Browse files Browse the repository at this point in the history
darktable: update to 4.6.0
  • Loading branch information
lazka authored Dec 22, 2023
2 parents 5d54253 + 7f5b67d commit 8affd02
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions mingw-w64-darktable/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=darktable
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.4.2
pkgrel=6
pkgver=4.6.0
pkgrel=1
pkgdesc="darktable is an open source photography workflow application and raw developer (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand Down Expand Up @@ -55,18 +55,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-curl"
# Disable strip option to write backtraces with drmingw
options=('!strip')
source=("https://github.com/darktable-org/${_realname}/releases/download/release-${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('c11d28434fdf2e9ce572b9b1f9bc4e64dcebf6148e25080b4c32eb51916cfa98'
sha256sums=('724b27e3204d1822de6dc53ea090a6b1ce55f7c32226d34642689775c68aacc2'
'SKIP')
validpgpkeys=('F10F9686652B0E949FCD94C318DCA123F949BD3B') # Pascal Obry <[email protected]>

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"

# upstream change doesn't apply cleanly, this is the minimum needed
# see https://github.com/darktable-org/darktable/pull/15128
sed -i "s/libavif 0.8.2 /libavif /" src/CMakeLists.txt
}

build() {
mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM}

Expand Down

0 comments on commit 8affd02

Please sign in to comment.