Magellan Linux

Contents of /branches/magellan-next/core/libpng/libpng-1.4.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6304 - (show annotations) (download)
Fri Aug 20 14:45:56 2010 UTC (13 years, 8 months ago) by niro
File size: 742 byte(s)
auto added: ver bump to 1.4.3-r1
1 # $Id: libpng-1.2.44-r1.smage2 5470 2010-06-28 17:03:18Z niro $
2
3 PNAME="libpng"
4 PVER="1.4.3"
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.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude multilib
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-1.2.36-fix-includes.patch
24 )
25
26 # no devel versions!
27 UP2EXCLUDE="-devel"
28 UP2DATE="updatecmd_sourceforge ${PNAME} 01-${PNAME}-master"
29
30 src_prepare()
31 {
32 munpack ${SRCFILE} || die
33
34 # fix broken includes
35 mpatch ${PNAME}-1.2.36-fix-includes.patch || die
36 }