Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Lalo Martins (c2b6539ab1a8d0c7669c487b824b997591388b0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Lalo Martins (c2b6539ab1a8d0c7669c487b824b997591388b0d)
  • Date: Sun, 22 Oct 2006 23:07:30 -0500

GIT changes to master grimoire by Lalo Martins <lalo AT sourcemage.org>:

ChangeLog | 3 +++
python-devel/mutagen/DEPENDS | 7 ++++++-
python-devel/mutagen/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit c2b6539ab1a8d0c7669c487b824b997591388b0d
Author: Lalo Martins <lalo AT sourcemage.org>
Commit: Lalo Martins <lalo AT sourcemage.org>

mutagen optionally depends on pyvorbis

diff --git a/ChangeLog b/ChangeLog
index 2a4ed77..f9c15d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-23 Lalo Martins <lalo AT sourcemage.org>
+ * python-devel/mutagen: recorded optional dependency on pyvorbis
+
2006-10-21 Lalo Martins <lalo AT sourcemage.org>
* beryl/*: added beryl-related spells, then removed them again
(look for them in xorg-modular)
diff --git a/python-devel/mutagen/DEPENDS b/python-devel/mutagen/DEPENDS
index 867b4d4..ccb0e3b 100755
--- a/python-devel/mutagen/DEPENDS
+++ b/python-devel/mutagen/DEPENDS
@@ -1 +1,6 @@
-depends python
+depends python &&
+optional_depends "pyvorbis" \
+ "" \
+ "" \
+ "to read/write vorbis files"
+
diff --git a/python-devel/mutagen/HISTORY b/python-devel/mutagen/HISTORY
index fbf5169..410b017 100644
--- a/python-devel/mutagen/HISTORY
+++ b/python-devel/mutagen/HISTORY
@@ -1,2 +1,6 @@
+2006-10-23 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: Recording optional dependency on pyvorbis
+ (no patchlevel, as there's no reason for this to trigger a rebuild)
+
2006-09-05 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, HISTORY: Created this spell




Archive powered by MHonArc 2.6.24.

Top of Page