Magellan Linux

Contents of /branches/R11-unstable/extras/qt4-recordmydesktop/qt4-recordmydesktop-0.3.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25757 - (show annotations) (download)
Tue Nov 25 04:15:57 2014 UTC (9 years, 5 months ago) by niro
File size: 534 byte(s)
-release branches/R11-unstable
1 # $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 msetfeature "!check"
23
24 SRC_URI=(
25 sourceforge://recordmydesktop/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )