Skip to content

Commit

Permalink
openjph: update to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and Biswa96 committed Jun 21, 2024
1 parent 668c1f5 commit b50da07
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 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.13.3
pkgver=0.14.0
pkgrel=1
pkgdesc="Open-source implementation of HTJ2K (mingw-w64)"
arch=('any')
Expand All @@ -17,17 +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
https://patch-diff.githubusercontent.com/raw/aous72/OpenJPH/pull/141.patch)
sha256sums=('94413feb9cc18d6d25ffb2cdc7f941efabb69fce5a30b2e566f7dfc57d52622e'
'f36b5ecd9bea004efe7f922c64fff3df69af90ce951986f4383806c691699af6')

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

# https://github.com/aous72/OpenJPH/pull/141
patch -Np1 -i "${srcdir}"/141.patch
}
source=(${_realname}-${pkgver}.tar.gz::https://github.com/aous72/OpenJPH/archive/${pkgver}.tar.gz)
sha256sums=('c1e18a5d9632a84294a72e8ac119e40968ea56ea214291d39c143fdffaada489')

build() {
declare -a _extra_config
Expand Down

0 comments on commit b50da07

Please sign in to comment.