Magellan Linux

Annotation of /trunk/extras/qt4-recordmydesktop/qt4-recordmydesktop-0.3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11256 - (hide annotations) (download)
Wed Feb 29 18:25:58 2012 UTC (12 years, 3 months ago) by niro
File size: 513 byte(s)
auto added: ver bump to 0.3.8-r2
1 niro 11256 # $Id$
2    
3     PNAME="qt4-recordmydesktop"
4     PVER="0.3.8"
5     PBUILD="r2"
6    
7     PCAT="media-video"
8    
9     DESCRIPTION="QT4 interface for recordmydesktop."
10     HOMEPAGE="http://recordmydesktop.iovar.org/"
11    
12     DEPEND=">= x11-libs/qt4-core-4.8
13     >= x11-libs/qt4-gui-4.8
14     >= dev-python/pyqt4-4.8
15     >= media-video/recordmydesktop-${PVER}
16     >= x11-apps/xwininfo-1.1"
17    
18     SRCFILE="${PNAME/4/}-${PVER}.tar.gz"
19     SRCDIR="${BUILDDIR}/${PNAME/4/}-${PVER}"
20    
21     sminclude qt4 mbuild
22    
23     SRC_URI=(
24     sourceforge://recordmydesktop/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )