Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4822 - (show annotations) (download)
Wed Feb 10 22:04:45 2010 UTC (14 years, 3 months ago) by niro
File size: 696 byte(s)
auto added: ver bump to 0.0.4-r5
1 # $Id$
2
3 PNAME="qimageblitz"
4 PVER="0.0.4"
5 PBUILD="r5"
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-core-4.6
14 >= x11-libs/qt4-gui-4.6"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude cmake qt4
20
21 SRC_URI=(
22 sourceforge://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd_sourceforge ${PNAME} | sed 's:QImageBlitz[\ |]::g'"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 cmake_configure \
33 $(cmake_have 3DNOW) \
34 $(cmake_have MMX) \
35 $(cmake_have SSE) \
36 $(cmake_have SSE2) \
37 || die
38
39 mmake || die
40 }

Properties

Name Value
svn:keywords Id