mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
vigra: build with openexr support.
This commit is contained in:
parent
0326455bf0
commit
389fe81601
1 changed files with 3 additions and 1 deletions
|
@ -3,9 +3,10 @@ pkgname=vigra
|
||||||
version=1.10.0
|
version=1.10.0
|
||||||
revision=2
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DWITH_OPENEXR=1"
|
||||||
hostmakedepends="cmake python"
|
hostmakedepends="cmake python"
|
||||||
makedepends="libpng-devel tiff-devel libjpeg-turbo-devel zlib-devel fftw-devel
|
makedepends="libpng-devel tiff-devel libjpeg-turbo-devel zlib-devel fftw-devel
|
||||||
boost-devel"
|
boost-devel libopenexr-devel"
|
||||||
short_desc="Image processing and analysis library"
|
short_desc="Image processing and analysis library"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -19,6 +20,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
vigra-doc_package() {
|
vigra-doc_package() {
|
||||||
|
noarch=yes
|
||||||
depends="vigra>=${version}_${revision}"
|
depends="vigra>=${version}_${revision}"
|
||||||
short_desc+=" - documentation"
|
short_desc+=" - documentation"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue