Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9484 - (show annotations) (download)
Fri Dec 2 10:37:36 2011 UTC (12 years, 5 months ago) by niro
File size: 895 byte(s)
-addedm some fixes
1 # $Id$
2
3 PNAME="recordmydesktop"
4 PVER="0.3.8.1"
5 PBUILD="r1"
6
7 PCATEGORIE="media-video"
8
9 DESCRIPTION="Desktop session recorder."
10 HOMEPAGE="http://recordmydesktop.iovar.org/"
11
12 DEPEND=">= x11-libs/libXext-1.3
13 >= x11-libs/libXdamage-1.1
14 >= x11-libs/libXfixes-5
15 >= x11-libs/libICE-1
16 >= x11-libs/libSM-1.2
17 >= media-libs/alsa-lib-1.0.24
18 >= media-libs/libogg-1.3
19 >= media-libs/libvorbis-1.3
20 >= media-libs/libtheora-1.1"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26
27 SRC_URI=(
28 sourceforge://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 mirror://${PNAME}/${PNAME}-${PVER}-theora.patch
31 )
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fix build against newer xextproto
39 sed -i 's:shmstr.h:shmproto.h:g' src/rmd_{getzpixmap.c,update_image.c} || die
40
41 # fix framrates with new libtheora
42 mpatch ${PNAME}-${PVER}-theora.patch || die
43 }