Magellan Linux

Contents of /branches/magellan-next/extras/qt4-recordmydesktop/qt4-recordmydesktop-0.3.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9487 - (show annotations) (download)
Fri Dec 2 10:40:23 2011 UTC (12 years, 5 months ago) by niro
File size: 515 byte(s)
-fixed pyqt dep
1 # $Id$
2
3 PNAME="qt4-recordmydesktop"
4 PVER="0.3.8"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8
9 DESCRIPTION="QT4 interface for recordmydesktop."
10 HOMEPAGE="http://recordmydesktop.iovar.org/"
11
12 DEPEND=">= x11-libs/qt4-core-4.7
13 >= x11-libs/qt4-gui-4.7
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 mbuild
22
23 SRC_URI=(
24 sourceforge://recordmydesktop/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )