jasper: update to 2.0.6.

This commit is contained in:
Michael Gehring 2016-12-15 07:27:24 +00:00
parent 1480715f39
commit 4e067a4628

View file

@ -1,23 +1,16 @@
# Template build file for 'jasper'. # Template build file for 'jasper'.
pkgname=jasper pkgname=jasper
version=1.900.29 version=2.0.6
revision=1 revision=1
build_style=gnu-configure build_style=cmake
configure_args="--enable-shared --disable-static --without-x --disable-opengl"
hostmakedepends="automake libtool unzip"
makedepends="libjpeg-turbo-devel" makedepends="libjpeg-turbo-devel"
short_desc="Software-based reference implementation of the JPEG-2000 codec" short_desc="Software-based reference implementation of the JPEG-2000 codec"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.ece.uvic.ca/~mdadams/jasper" homepage="http://www.ece.uvic.ca/~mdadams/jasper"
license="JasPer-2.0" license="JasPer-2.0"
distfiles="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-${version}.tar.gz" distfiles="http://www.ece.uvic.ca/~frodo/jasper/software/jasper-${version}.tar.gz"
checksum=2ae7e9d3ba189ddcd4231e7255348d3144757d5c2ff8dd853f37e0df783925c0 checksum=73f10024bc9dd77da6626509f6f04c8186f372bfb547aeef4eeaea9533a2ce3c
CFLAGS="-std=c99"
pre_configure() {
autoreconf -fi
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }
@ -33,6 +26,7 @@ jasper-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }