Magellan Linux

Contents of /trunk/extras/libjasper/libjasper-2.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33206 - (show annotations) (download)
Sat Oct 19 11:51:59 2019 UTC (4 years, 6 months ago) by niro
File size: 673 byte(s)
auto added: ver bump to 2.0.16-r1
1 # $Id$
2
3 PNAME="libjasper"
4 PVER="2.0.16"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard."
10 HOMEPAGE="http://www.ece.uvic.ca/~mdadams/jasper/"
11
12 DEPEND=">= virtual/opengl
13 >= virtual/glut
14 >= virtual/libjpeg"
15
16 SDEPEND=">= app-arch/unzip-5"
17
18 SRCFILE="version-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME/lib}-version-${PVER}"
20
21 # no check target in Makefile
22 msetfeature "!check"
23 sminclude multilib cmake
24
25 SRC_URI=(
26 https://github.com/mdadams/jasper/archive/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd https://github.com/mdadams/jasper/releases | highesttarball gz"