mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
jasper: update to 2.0.8.
This commit is contained in:
parent
4e067a4628
commit
006bb6f48d
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'jasper'.
|
# Template build file for 'jasper'.
|
||||||
pkgname=jasper
|
pkgname=jasper
|
||||||
version=2.0.6
|
version=2.0.8
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="${pkgname}-version-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
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="https://github.com/mdadams/jasper/archive/version-${version}.tar.gz"
|
||||||
checksum=73f10024bc9dd77da6626509f6f04c8186f372bfb547aeef4eeaea9533a2ce3c
|
checksum=ebaca7b4bb2354c58f649c6d97d07f14292df31666a7cb29f2b4a066976535e4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue