Magellan Linux

Annotation of /branches/R11-unstable/extras/libjasper/libjasper-2.0.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29990 - (hide annotations) (download)
Thu Oct 19 14:59:40 2017 UTC (6 years, 6 months ago) by niro
Original Path: trunk/extras/libjasper/libjasper-2.0.14-r1.smage2
File size: 673 byte(s)
auto added: ver bump to 2.0.14-r1
1 niro 29990 # $Id$
2    
3     PNAME="libjasper"
4     PVER="2.0.14"
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"