summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-03 22:24:28 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-03 22:24:28 +0100
commitb2c7023f8ebcd6d74a1d167db0925995aa95d1f7 (patch)
tree0a6eb827334e94fdb9e2b0e4f58047ac64670099 /extra
parent109ec782cf409e0b94ae189effda765340b0728a (diff)
downloadnutyx-pakxe-b2c7023f8ebcd6d74a1d167db0925995aa95d1f7.tar.gz
nutyx-pakxe-b2c7023f8ebcd6d74a1d167db0925995aa95d1f7.tar.bz2
nutyx-pakxe-b2c7023f8ebcd6d74a1d167db0925995aa95d1f7.tar.xz
nutyx-pakxe-b2c7023f8ebcd6d74a1d167db0925995aa95d1f7.zip
recordmydesktop, maj des dépendances et ptite correction du à xorg
Diffstat (limited to 'extra')
-rw-r--r--extra/recordmydesktop/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/recordmydesktop/Pkgfile b/extra/recordmydesktop/Pkgfile
index ca0e1f2da..fe5833da0 100644
--- a/extra/recordmydesktop/Pkgfile
+++ b/extra/recordmydesktop/Pkgfile
@@ -2,16 +2,18 @@
# URL: http://recordmydesktop.sourceforge.net
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on: alsa-lib, libvorbis, libxdamage, libxext, libtheora, libsm
+# Depends on: alsa-lib, libvorbis, xorg-libxdamage, xorg-libxext, libtheora, xorg-libsm
name=recordmydesktop
version=0.3.8.1
-release=1
+release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
+ sed -i "s/shmstr.h/shmproto.h/" src/rmd_getzpixmap.c
+ sed -i "s/shmstr.h/shmproto.h/" src/rmd_update_image.c
make
make DESTDIR=$PKG install
}