Magellan Linux

Annotation of /smage/trunk/extras/libpng/libpng-1.2.26-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Sun Jan 11 00:48:53 2009 UTC (15 years, 5 months ago) by niro
File size: 825 byte(s)
-import alx-0.9.0
1 niro 3 # $Header: /alx-cvs/smage-eglibc/libpng/libpng-1.2.26-r1.smage2,v 1.1 2008/06/04 08:58:15 niro Exp $
2    
3     PNAME="libpng"
4     PVER="1.2.26"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-libs"
8     STATE="unstable"
9    
10     DESCRIPTION="libpng is the official PNG reference library."
11     HOMEPAGE="http://www.libpng.org/pub/png/libpng.html"
12    
13     DEPEND=">= sys-libs/zlib-1.2.3"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.bz2"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude multilib alx
19    
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-1.2.24-fix-includes.patch
24     mirror://${PNAME}/${PNAME}-${PVER}-CVE-2008-1382.patch
25     )
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30    
31     # fix broken includes
32     mpatch ${PNAME}-1.2.24-fix-includes.patch || die
33    
34     # security fix for CVE-2008-1382
35     mpatch ${PNAME}-${PVER}-CVE-2008-1382.patch || die
36     }

Properties

Name Value
svn:keywords Id