[Lunar-commits] <moonbase> recordmydesktop: Same problem here as with xvidcap. The header has changed with the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Feb 24 13:17:59 CET 2010


commit 6100c4cd18404cc7dd0fb72c3cda9ee71542b067
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Feb 24 07:17:59 2010 -0500

    recordmydesktop: Same problem here as with xvidcap. The header has changed with the
    
    latest version of xextproto, shmstr.h has been replaced with shmproto.h. Adjusting the BUILD.
---
 video/recordmydesktop/BUILD |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/video/recordmydesktop/BUILD b/video/recordmydesktop/BUILD
new file mode 100644
index 0000000..53bb44a
--- /dev/null
+++ b/video/recordmydesktop/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sedit "s:shmstr.h:shmproto.h:" src/rmd_getzpixmap.c src/rmd_update_image.c &&
+
+  default_build
+
+) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list