Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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