Magellan Linux

Contents of /trunk/extras/imlib2/imlib2-1.4.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11588 - (show annotations) (download)
Tue Mar 13 11:43:27 2012 UTC (12 years, 3 months ago) by niro
File size: 832 byte(s)
-removed deprecated png15 patch
1 # $Id$
2
3 PNAME="imlib2"
4 PVER="1.4.5"
5 PBUILD="r1"
6
7 PCAT="media-libs"
8
9 DESCRIPTION="Imlib2 is the successor to Imlib. It is not just a newer version - it is a completely new library."
10 HOMEPAGE="http://enlightenment.org/"
11
12 DEPEND=">= media-libs/freetype-2.4
13 >= media-libs/libtiff-4
14 >= media-libs/giflib-4.1.6
15 >= media-libs/libpng-1.5
16 >= media-libs/libjpeg-8
17 >= x11-libs/libXext-1"
18
19 SDEPEND=">= x11-proto/xextproto-1"
20
21 SRCFILE="${PNAME}-${PVER}.tar.gz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude mbuild multilib
25
26 SRC_URI=(
27 sourceforge://enlightenment/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 )
30
31 UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"
32
33 src_compile()
34 {
35 mconfigure \
36 --sysconfdir=/etc/X11/imlib \
37 --enable-visibility-hiding \
38 --with-x \
39 --disable-mmx \
40 --disable-amd64 \
41 || die
42
43 mmake || die
44 }