Magellan Linux

Contents of /branches/R11-stable/extras/qimageblitz/qimageblitz-0.0.6-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24404 - (show annotations) (download)
Fri Feb 20 10:19:08 2015 UTC (9 years, 2 months ago) by niro
File size: 716 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="qimageblitz"
4 PVER="0.0.6"
5 PBUILD="r4"
6
7 PCAT="kde-base"
8
9 DESCRIPTION="Blitz is a graphical effect and filter library for KDE4.0."
10 HOMEPAGE="http://sourceforge.net/projects/qimageblitz/"
11
12 DEPEND=">= x11-libs/qt4-core-4.8
13 >= x11-libs/qt4-gui-4.8"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake qt4
19
20 SRC_URI=(
21 kde://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd -listonly http://download.kde.org/stable/${PNAME} | lasttarball"
26
27 src_compile()
28 {
29 install -d ${BUILDDIR}/build
30 cd ${BUILDDIR}/build
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 }