Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0db8595661e58d29eee941e2f7ad1e01b3f78cd7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0db8595661e58d29eee941e2f7ad1e01b3f78cd7)
  • Date: Mon, 11 Jun 2012 04:15:39 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

video/guvcview/DEPENDS | 12 +++++++++++-
video/guvcview/HISTORY | 3 +++
2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 0db8595661e58d29eee941e2f7ad1e01b3f78cd7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

guvcview: fixed infinite loop by adding flags for optional dependencies
during the configure stage

diff --git a/video/guvcview/DEPENDS b/video/guvcview/DEPENDS
index 96eabf8..304d751 100755
--- a/video/guvcview/DEPENDS
+++ b/video/guvcview/DEPENDS
@@ -4,4 +4,14 @@ depends udev &&
depends libpng &&
depends libv4l &&
depends portaudio19 &&
-depends LIBAVCODEC
+depends LIBAVCODEC &&
+
+optional_depends pulseaudio \
+ "--enable-pulse" \
+ "--disable-pulse" \
+ "for pulseaudio support" &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/video/guvcview/HISTORY b/video/guvcview/HISTORY
index a82ce60..ea21d57 100644
--- a/video/guvcview/HISTORY
+++ b/video/guvcview/HISTORY
@@ -1,3 +1,6 @@
+2012-06-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing optional deps
+
2012-06-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0db8595661e58d29eee941e2f7ad1e01b3f78cd7), Vlad Glagolev, 06/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page