Skip to content

Commit

Permalink
resynthesizer: update to 2.0.3+3.
Browse files Browse the repository at this point in the history
WIP gimp 3 port: bootchk/resynthesizer#135
  • Loading branch information
classabbyamp committed Dec 14, 2024
1 parent f4b489a commit f9cabe8
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions srcpkgs/resynthesizer/template
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
# Template file for 'resynthesizer'
pkgname=resynthesizer
version=2.0.3+1
version=2.0.3+3
revision=1
_commit=701e890d1d456e215e05daa7b4a88f5d9c6c03b3
build_style=gnu-configure
hostmakedepends="automake intltool pkg-config"
_commit=12a967da9d723321b06e37c2b601cb77c320aedd
build_style=meson
hostmakedepends="pkg-config"
makedepends="gimp-devel glib-devel gettext-devel"
short_desc="Suite of gimp plugins for texture healing and synthesis"
depends="gimp"
short_desc="Suite of GIMP plugins for texture healing and synthesis"
maintainer="CoolOhm <[email protected]>"
license="GPL-2.0-or-later"
# FIXME: when gimp 3 is available, switch back to bootchk upstream
#homepage="https://github.com/bootchk/resynthesizer"
#distfiles="https://github.com/bootchk/resynthesizer/archive/refs/tags/v${version}.tar.gz"
homepage="https://github.com/itr-tert/gimp-resynthesizer-scm"
distfiles="https://github.com/itr-tert/gimp-resynthesizer-scm/archive/${_commit}.tar.gz"
checksum=298286386466fbd6d2da06f8a920c6e6e313db7ca0a094a36a355978a64cefc0

if [ "$CROSS_BUILD" ];then
hostmakedepends+=" glib-devel gettext-devel"
AUTOGEN_CONFIGURE_ARGS+=" --host=${XBPS_MACHINE%-musl} --build=${XBPS_CROSS_TRIPLET}"
fi

pre_configure() {
./autogen.sh ${AUTOGEN_CONFIGURE_ARGS}
}
homepage="https://github.com/bootchk/resynthesizer"
distfiles="https://github.com/bootchk/resynthesizer/archive/${_commit}.tar.gz"
checksum=de92e808b7415e44c8b6305f2e2e7985269dfc774d00ad06ee323d243f51bef8

0 comments on commit f9cabe8

Please sign in to comment.