Magellan Linux

Annotation of /branches/R11-unstable/extras/recordmydesktop/recordmydesktop-0.3.8.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25769 - (hide annotations) (download)
Tue Nov 25 04:16:56 2014 UTC (9 years, 6 months ago) by niro
File size: 889 byte(s)
-release branches/R11-unstable
1 niro 11255 # $Id$
2    
3     PNAME="recordmydesktop"
4     PVER="0.3.8.1"
5     PBUILD="r2"
6    
7     PCAT="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     }