Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12829 - (show annotations) (download)
Wed Jul 4 07:43:33 2012 UTC (11 years, 11 months ago) by niro
File size: 864 byte(s)
-added missing libid3tag dep
1 # $Id$
2
3 PNAME="imlib2"
4 PVER="1.4.5"
5 PBUILD="r2"
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 >= media-libs/libid3tag-0.15.1
18 >= x11-libs/libXext-1"
19
20 SDEPEND=">= x11-proto/xextproto-1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild multilib
26
27 SRC_URI=(
28 sourceforge://enlightenment/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src"
33
34 src_compile()
35 {
36 mconfigure \
37 --sysconfdir=/etc/X11/imlib \
38 --enable-visibility-hiding \
39 --with-x \
40 --disable-mmx \
41 --disable-amd64 \
42 || die
43
44 mmake || die
45 }