Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6996 - (hide annotations) (download)
Mon Sep 27 16:24:15 2010 UTC (14 years ago) by niro
File size: 768 byte(s)
auto added: ver bump to 0.0.6-r1
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     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://ftp.gwdg.de/pub/x11/kde/stable/${PNAME}/ | lasttarball"
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     }