[Lunar-commits] <moonbase> libass: Version bump and moved from zbeta.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 10 03:17:56 CET 2010
commit 167b1dca0aca6e4d569a292bb98195c31713c1c0
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Feb 9 21:17:56 2010 -0500
libass: Version bump and moved from zbeta.
---
libs/libass/DEPENDS | 3 +++
libs/libass/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/libs/libass/DEPENDS b/libs/libass/DEPENDS
new file mode 100644
index 0000000..2e640ac
--- /dev/null
+++ b/libs/libass/DEPENDS
@@ -0,0 +1,3 @@
+depends freetype2
+optional_depends fontconfig "" "" "for using FontConfig"
+optional_depends enca "" "" "for using enca"
diff --git a/libs/libass/DETAILS b/libs/libass/DETAILS
new file mode 100644
index 0000000..d3a7cc0
--- /dev/null
+++ b/libs/libass/DETAILS
@@ -0,0 +1,22 @@
+ MODULE=libass
+ VERSION=0.9.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://libass.googlecode.com/files/
+ SOURCE_VFY=sha1:702d6d12c540e42d8e6505c60505e363ef85511a
+ WEB_SITE=http://code.google.com/p/libass/
+ ENTERED=20071017
+ UPDATED=20100209
+ SHORT="library for SAA/ASS subtitles rendering."
+
+cat << EOF
+SubStation Alpha, abbreviated SSA, is a subtitle file format created by Kotus
+that allows for more advanced subtitles than the conventional SRT and similar
+formats.
+Advanced SubStation Alpha (ASS) is a script that lets you create even more
+advanced subtitles than SSA. It is technically SSA v4+. The main feature of
+ASS is that it has more specifications than normal SSA, like in styles
+programming.
+
+libASS is a portable library that provides rendering functions for these
+subtitle formats.
+EOF
More information about the Lunar-commits
mailing list