Skip to content

Commit

Permalink
Merge pull request #19692 from kmilos/openjph-0.10.3
Browse files Browse the repository at this point in the history
openjph: update to 0.10.3
  • Loading branch information
lazka authored Jan 9, 2024
2 parents 90ed93a + fdde0d3 commit d283088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 103 deletions.
92 changes: 0 additions & 92 deletions mingw-w64-openjph/0001-cmake-mingw-fixes.patch

This file was deleted.

14 changes: 3 additions & 11 deletions mingw-w64-openjph/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=openjph
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.10.2
pkgver=0.10.3
pkgrel=1
pkgdesc="Open-source implementation of HTJ2K (mingw-w64)"
arch=('any')
Expand All @@ -17,16 +17,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/aous72/OpenJPH/archive/${pkgver}.tar.gz
0001-cmake-mingw-fixes.patch)
sha256sums=('f7eb6115a256b36bdcb8088a8cb3d58a3a7475c9031807f3b356de3074692e8c'
'f77c2a2c26fb6c485175b0f79ab7c6bc4cd0e3cd3e767671252b74329c55b516')

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

patch -Np1 -i "${srcdir}"/0001-cmake-mingw-fixes.patch
}
source=(${_realname}-${pkgver}.tar.gz::https://github.com/aous72/OpenJPH/archive/${pkgver}.tar.gz)
sha256sums=('9333fe0d07b19e9cee45708beb6a965d3d4aa31b19c5e0de54c9d46618bb4835')

build() {
declare -a _extra_config
Expand Down

0 comments on commit d283088

Please sign in to comment.