Date: Friday, April 24, 2020 @ 07:51:50 Author: andyrtr Revision: 619004
upgpkg: mtpaint 3.49.27-1: upstream update 3.49.27; switch using openjpeg2 - FS#66331 Modified: mtpaint/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-24 07:51:20 UTC (rev 619003) +++ PKGBUILD 2020-04-24 07:51:50 UTC (rev 619004) @@ -3,7 +3,7 @@ # Contributor: yosh64 <[email protected]> pkgname=mtpaint -pkgver=3.49.20 +pkgver=3.49.27 pkgrel=1 pkgdesc='Paint program for creating icons and pixel art' arch=(x86_64) @@ -10,17 +10,17 @@ url='https://github.com/wjaguar/mtPaint' license=(GPL3) makedepends=(git) -depends=(gtk2 giflib openjpeg lcms2) +depends=(gtk2 giflib openjpeg2 lcms2) optdepends=('gifsicle: export GIF files from mtPaint') -source=("git+$url#commit=e55eb7d3d14bc17ea92f5e5f00ecc538dced0aeb") # This commit says: Version 3.49.20 +source=("git+$url#commit=26751cd0336414e2f16cbe25c9fe2702f34e7b5c") # This commit says: Version 3.49.27 sha256sums=('SKIP') build() { cd mtPaint - export CFLAGS="-w $(pkg-config libopenjpeg --cflags) $CFLAGS" + export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS" ./configure --prefix=/usr --mandir=/usr/share/man \ - man intl GIF jpeg tiff cflags lcms2 jp2 + man intl GIF jpeg tiff cflags lcms2 jp2v2 make }
