# $Id$ PNAME="libjasper" PVER="2.0.14" PBUILD="r1" PCAT="media-libs" DESCRIPTION="A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard." HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/" DEPEND=">= virtual/opengl >= virtual/glut >= virtual/libjpeg" SDEPEND=">= app-arch/unzip-5" SRCFILE="version-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME/lib}-version-${PVER}" # no check target in Makefile msetfeature "!check" sminclude multilib cmake SRC_URI=( https://github.com/mdadams/jasper/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://github.com/mdadams/jasper/releases | highesttarball gz"