Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 693 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/qimageblitz/qimageblitz-0.0.4-r2.smage2,v 1.1 2008/02/14 21:30:51 niro Exp $
2
3 PNAME="qimageblitz"
4 PVER="0.0.4"
5 PBUILD="r2"
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.3.0"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude cmake
19
20 SRC_URI=(
21 sourceforge://${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 src_compile()
26 {
27 cd ${SRCDIR}
28
29 cmake_configure \
30 $(cmake_have 3DNOW) \
31 $(cmake_have MMX) \
32 $(cmake_have SSE) \
33 $(cmake_have SSE2) \
34 || die
35
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id