Skip to Content.
Sympa Menu

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

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 (7acbfd117c5ef3c7205d3d6f30983cebd609f1ed)
  • Date: Tue, 17 Mar 2015 14:41:13 -0500

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

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

New commits:
commit 7acbfd117c5ef3c7205d3d6f30983cebd609f1ed
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

guvcview: added missing dependencies

diff --git a/video/guvcview/DEPENDS b/video/guvcview/DEPENDS
index d0cfbf3..f15c051 100755
--- a/video/guvcview/DEPENDS
+++ b/video/guvcview/DEPENDS
@@ -1,11 +1,24 @@
depends gtk+3 &&
-depends sdl &&
depends DEVICE-MANAGER &&
depends libpng &&
depends v4l-utils &&
depends portaudio19 &&
depends LIBAVCODEC &&

+optional_depends sdl2 \
+ "--enable-sdl2" \
+ "--disable-sdl2" \
+ "for sdl2 support" &&
+
+if ! is_depends_enabled $SPELL sdl2; then
+ depends sdl
+fi &&
+
+optional_depends gsl \
+ "--enable-gsl" \
+ "--disable-gsl" \
+ "for GSL support" &&
+
optional_depends pulseaudio \
"--enable-pulse" \
"--disable-pulse" \
diff --git a/video/guvcview/HISTORY b/video/guvcview/HISTORY
index fca3ded..b42cc3d 100644
--- a/video/guvcview/HISTORY
+++ b/video/guvcview/HISTORY
@@ -1,3 +1,6 @@
+2015-03-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing sdl2 and gsl optional dependencies
+
2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7acbfd117c5ef3c7205d3d6f30983cebd609f1ed), Vlad Glagolev, 03/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page