vigra: update to 1.11.0.
This commit is contained in:
parent
0a4deee91f
commit
018a5124d0
|
@ -1828,7 +1828,7 @@ libvisio-0.1.so.1 libvisio-0.1.0_1
|
||||||
libwpd-0.10.so.10 libwpd-0.10.0_1
|
libwpd-0.10.so.10 libwpd-0.10.0_1
|
||||||
libwps-0.4.so.4 libwps-0.4.3_1
|
libwps-0.4.so.4 libwps-0.4.3_1
|
||||||
libwpg-0.3.so.3 libwpg-0.3.0_1
|
libwpg-0.3.so.3 libwpg-0.3.0_1
|
||||||
libvigraimpex.so.5 vigra-1.10.0_1
|
libvigraimpex.so.11 vigra-1.11.0_1
|
||||||
libhyphen.so.0 hyphen-2.8.8_1
|
libhyphen.so.0 hyphen-2.8.8_1
|
||||||
libmythes-1.2.so.0 mythes-1.2.4_1
|
libmythes-1.2.so.0 mythes-1.2.4_1
|
||||||
liblpsolve55.so lpsolve-5.5.2.0_1
|
liblpsolve55.so lpsolve-5.5.2.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vigra'
|
# Template file for 'vigra'
|
||||||
pkgname=vigra
|
pkgname=vigra
|
||||||
version=1.10.0
|
version=1.11.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_OPENEXR=1"
|
configure_args="-DWITH_OPENEXR=1"
|
||||||
hostmakedepends="cmake python"
|
hostmakedepends="cmake python"
|
||||||
|
@ -11,8 +11,9 @@ short_desc="Image processing and analysis library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://ukoethe.github.io/vigra/"
|
homepage="https://ukoethe.github.io/vigra/"
|
||||||
distfiles="https://github.com/ukoethe/vigra/releases/download/Version-${version//./-}/vigra-${version}-src-with-docu.tar.gz"
|
distfiles="https://github.com/ukoethe/vigra/archive/Version-${version//./-}.tar.gz"
|
||||||
checksum=42d4a361b0bb52fbfdae7e76000698be04dabba77be3f4248d369139fe96a099
|
checksum=cae4838a2cc92ca52eafa621ab848df2e61399bbd77b2b945db35068fb50c86b
|
||||||
|
wrksrc=$pkgname-Version-${version//./-}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share/$pkgname
|
vmkdir usr/share/$pkgname
|
||||||
|
|
Loading…
Reference in New Issue