Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (f1ea5cc0184e7c68c168ff0c2766a1767e2d075a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (f1ea5cc0184e7c68c168ff0c2766a1767e2d075a)
  • Date: Sun, 18 Dec 2011 22:37:59 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

video-libs/libass/DEPENDS | 23 +++++++++++++++++++----
video-libs/libass/HISTORY | 2 ++
2 files changed, 21 insertions(+), 4 deletions(-)

New commits:
commit d1d09eed8c37dc61b2a15f0668ecaf08d5912f7e
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

libass: updated depends

diff --git a/video-libs/libass/DEPENDS b/video-libs/libass/DEPENDS
index 99755a4..3b7946b 100755
--- a/video-libs/libass/DEPENDS
+++ b/video-libs/libass/DEPENDS
@@ -1,4 +1,19 @@
-depends freetype2 &&
-depends fontconfig &&
-depends enca &&
-depends libpng
+depends freetype2 &&
+depends libpng &&
+depends fribidi &&
+
+optional_depends fontconfig \
+ "" \
+ "--disable-fontconfig" \
+ "Enable fontconfig support?" &&
+
+optional_depends enca \
+ "" \
+ "--disable-enca" \
+ "Enable charset autodetect?" &&
+
+optional_depends harfbuzz \
+ "" \
+ "--disable-harfbuzz" \
+ "Enable harfbuzz support?"
+
diff --git a/video-libs/libass/HISTORY b/video-libs/libass/HISTORY
index 8a8f67b..2a1c8b9 100644
--- a/video-libs/libass/HISTORY
+++ b/video-libs/libass/HISTORY
@@ -1,5 +1,7 @@
2011-12-17 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.10.0
+ * DEPENDS: changed some to optional depends
+ added optional of harfbuzz

2011-08-06 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.13



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (f1ea5cc0184e7c68c168ff0c2766a1767e2d075a), Robin Cook, 12/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page