Magellan Linux

Contents of /trunk/extras/qimageblitz/qimageblitz-0.0.4-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3707 - (show annotations) (download)
Fri Oct 30 17:24:43 2009 UTC (14 years, 6 months ago) by niro
File size: 666 byte(s)
auto added: ver bump to 0.0.4-r4
1 # $Id$
2
3 PNAME="qimageblitz"
4 PVER="0.0.4"
5 PBUILD="r4"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Blitz is a graphical effect and filter library for KDE4.0."
11 HOMEPAGE="http://sourceforge.net/projects/qimageblitz/"
12
13 DEPEND=">= x11-libs/qt4-4.5"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake qt4
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_sourceforge ${PNAME} | sed 's:QImageBlitz[\ |]::g'"
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 cmake_configure \
32 $(cmake_have 3DNOW) \
33 $(cmake_have MMX) \
34 $(cmake_have SSE) \
35 $(cmake_have SSE2) \
36 || die
37
38 mmake || die
39 }

Properties

Name Value
svn:keywords Id