[Lunar-commits] <moonbase> librds: updated source_url and fixed build and added required dep
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Thu Apr 19 23:16:05 CEST 2012
commit e0fb01bd2bf8341a18a90403d22d16b8f970dd67
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Thu Apr 19 23:16:05 2012 +0200
librds: updated source_url and fixed build and added required dep
---
video/rdsd/BUILD | 3 ++-
video/rdsd/DEPENDS | 1 +
video/rdsd/DETAILS | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/video/rdsd/BUILD b/video/rdsd/BUILD
index b97fa94..72b0a8f 100644
--- a/video/rdsd/BUILD
+++ b/video/rdsd/BUILD
@@ -5,7 +5,8 @@
sedit 's@#include "rdshandler.h"@#include <algorithm>\n#include <cstdlib>\n#include "rdshandler.h"@' src/rdshandler.cpp &&
sedit 's@#include "rdssource.h"@#include "rdssource.h"\n#include <cstring>\n@' src/rdssource.cpp &&
sedit 's@#include "rdsclient.h"@#include "rdsclient.h"\n#include <cstdlib>\n@' src/rdsclient.cpp &&
-
+ sedit 's@#include <sstream>@#include <sstream>\n#include <sys/stat.h>@' src/rdsd.cpp &&
+ sedit 's at linux/videodev.h at libv4l1-videodev.h@' src/rdssource.cpp &&
default_build
) > $C_FIFO 2>&1
diff --git a/video/rdsd/DEPENDS b/video/rdsd/DEPENDS
index 91bef6c..dc3f79f 100644
--- a/video/rdsd/DEPENDS
+++ b/video/rdsd/DEPENDS
@@ -1 +1,2 @@
+depends v4l-utils
depends librds
diff --git a/video/rdsd/DETAILS b/video/rdsd/DETAILS
index 5b28e30..562eb11 100644
--- a/video/rdsd/DETAILS
+++ b/video/rdsd/DETAILS
@@ -1,7 +1,7 @@
MODULE=rdsd
VERSION=0.0.1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://download2.berlios.de/rdsd
+ SOURCE_URL=$SFORGE_URL/project/rdsd.berlios
WEB_SITE=http://rdsd.berlios.de
ENTERED=20080419
UPDATED=20100127
More information about the Lunar-commits
mailing list