Magellan Linux

Annotation of /branches/magellan-next/extras/qimageblitz/qimageblitz-0.0.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7016 - (hide annotations) (download)
Mon Sep 27 20:50:26 2010 UTC (13 years, 8 months ago) by niro
File size: 794 byte(s)
-fixed compilation
1 niro 6996 # $Id: qimageblitz-0.0.4-r5.smage2 4822 2010-02-10 22:04:45Z niro $
2    
3     PNAME="qimageblitz"
4     PVER="0.0.6"
5     PBUILD="r1"
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.7
14     >= x11-libs/qt4-gui-4.7"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.bz2"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude cmake qt4
20    
21     SRC_URI=(
22 niro 7015 kde://${PNAME}/${SRCFILE}
23 niro 6996 mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://ftp.gwdg.de/pub/x11/kde/stable/${PNAME}/ | lasttarball"
27    
28     src_compile()
29     {
30 niro 7016 install -d ${SRCDIR}/build
31     cd ${SRCDIR}/build
32 niro 6996
33     cmake_configure \
34     $(cmake_have 3DNOW) \
35     $(cmake_have MMX) \
36     $(cmake_have SSE) \
37     $(cmake_have SSE2) \
38     || die
39    
40     mmake || die
41     }