parent
b4d09084ec
commit
21fc7b8cac
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gegl'.
|
# Template build file for 'gegl'.
|
||||||
pkgname=gegl
|
pkgname=gegl
|
||||||
version=0.4.2
|
version=0.4.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-docs --without-sdl --without-libopenraw
|
configure_args="--disable-docs --without-sdl --without-libopenraw
|
||||||
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
--without-libavformat --without-graphviz --without-lua --without-libspiro
|
||||||
|
@ -11,10 +11,10 @@ makedepends="libglib-devel libpng-devel babl-devel jasper-devel
|
||||||
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel"
|
libjpeg-turbo-devel librsvg-devel gtk+-devel exiv2-devel json-glib-devel"
|
||||||
short_desc="Graph based image processing framework"
|
short_desc="Graph based image processing framework"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3.0, LGPL-3.0"
|
license="GPL-3.0-only, LGPL-3.0-only"
|
||||||
homepage="https://www.gimp.org"
|
homepage="https://www.gimp.org"
|
||||||
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
distfiles="https://download.gimp.org/pub/gegl/${version%.*}/gegl-${version}.tar.bz2"
|
||||||
checksum=6a358bc19d20b8ac1daf645cc8b53cdc2ea6f9c98a6036179a57045a26a07f8d
|
checksum=f8cb45da736131fe29582b74cf6851102ae013bf99c77413a8bcb02e92e57890
|
||||||
|
|
||||||
gegl-devel_package() {
|
gegl-devel_package() {
|
||||||
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
depends="json-glib-devel babl-devel gegl>=${version}_${revision}"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gimp'
|
# Template build file for 'gimp'
|
||||||
pkgname=gimp
|
pkgname=gimp
|
||||||
version=2.10.2
|
version=2.10.4
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
|
hostmakedepends="automake gegl gettext-devel glib-devel gtk+-devel intltool
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Kartik S <kartik.ynwa@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://www.gimp.org"
|
homepage="https://www.gimp.org"
|
||||||
distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
distfiles="https://download.gimp.org/pub/gimp/v${version%.*}/gimp-${version}.tar.bz2"
|
||||||
checksum=1cb0baaecdefe44d371a15f2739a1bcbce4682336b4ccf8eb7b587ce52c333eb
|
checksum=ffb0768de14a2631b3d7ed71f283731441a1b48461766c23f0574dce0706f192
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 autoreconf -fi
|
NOCONFIGURE=1 autoreconf -fi
|
||||||
|
|
Loading…
Reference in a new issue