Magellan Linux

Annotation of /trunk/extras/imlib2/imlib2-1.4.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31339 - (hide annotations) (download)
Thu Jun 21 13:47:48 2018 UTC (5 years, 11 months ago) by niro
File size: 921 byte(s)
auto added: ver bump to 1.5.1-r1
1 niro 29229 # $Id$
2    
3     PNAME="imlib2"
4     PVER="1.4.10"
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.5
13     >= media-libs/libtiff-4
14     >= media-libs/giflib-5
15     >= media-libs/libpng-1.5
16     >= virtual/libjpeg
17     >= media-libs/libid3tag-0.15.1
18     >= x11-libs/libXext-1.3
19     >= sys-libs/zlib-1.2"
20    
21     SDEPEND=">= x11-proto/xextproto-1
22     >= virtual/sed"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.gz"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27 niro 31339 sminclude multilib mbuild
28 niro 29229
29     SRC_URI=(
30     sourceforge://enlightenment/${SRCFILE}
31     mirror://${PNAME}/${SRCFILE}
32     )
33    
34     UP2TARBALL="${PNAME}"
35     UP2DATE="updatecmd_sourceforge enlightenment ${PNAME}-src gz"
36    
37     src_compile()
38     {
39     mconfigure \
40     --sysconfdir=/etc/X11/imlib \
41     --enable-visibility-hiding \
42     --with-x \
43     --disable-mmx \
44     --disable-amd64 \
45     || die
46    
47     mmake || die
48     }