Skip to Content.
Sympa Menu

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

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 (c090e76c7cf8c3b9927bd1994cd85e1c66feffbf)
  • Date: Sun, 21 Dec 2008 08:57:35 -0600

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

xfce/xfburn/DEPENDS | 12 +++++++++++-
xfce/xfburn/HISTORY | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)

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

xfburn: added opt dep gst-plugins-base for audio burning support

diff --git a/xfce/xfburn/DEPENDS b/xfce/xfburn/DEPENDS
index 858aefb..b32dc7c 100755
--- a/xfce/xfburn/DEPENDS
+++ b/xfce/xfburn/DEPENDS
@@ -21,4 +21,14 @@ optional_depends hal \

optional_depends thunar \
"--enable-thunar-vfs" "--disable-thunar-vfs" \
- "for Thunar's VFS layer"
+ "for Thunar's VFS layer" &&
+
+optional_depends gst-plugins-base \
+ "--enable-gstreamer" "--disable-gstreamer" \
+ "for burning audio support" &&
+
+if is_depends_enabled $SPELL gst-plugins-base; then
+ suggest_depends gst-plugins-good "" "" "for high quality plugins" &&
+ suggest_depends gst-plugins-bad "" "" "for low quality plugins" &&
+ suggest_depends gst-plugins-ugly "" "" "for plugins with licensing issues"
+fi
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index 45a6790..06f250e 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,5 +1,6 @@
2008-12-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: Changed SOURCE_URL[0] extension; updated spell to 0.4.0
+ * DEPENDS: added opt dep gst-plugins-base for audio burning support

2008-10-01 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: fixed installation paths for SVN branch



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c090e76c7cf8c3b9927bd1994cd85e1c66feffbf), Vlad Glagolev, 12/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page