Magellan Linux

Contents of /branches/magellan-next/extras/qimageblitz/qimageblitz-0.0.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8537 - (show annotations) (download)
Thu Jul 21 21:41:59 2011 UTC (12 years, 9 months ago) by niro
File size: 720 byte(s)
auto added: ver bump to 0.0.6-r2
1 # $Id$
2
3 PNAME="qimageblitz"
4 PVER="0.0.6"
5 PBUILD="r2"
6
7 PCATEGORIE="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.7
13 >= x11-libs/qt4-gui-4.7"
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 http://ftp.gwdg.de/pub/x11/kde/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 }