The web site states the following [1].
The following projects use libass:
MPlayer
VLC
GStreamer (assrender plugin)
Aegisub
XBMC
avidemux
PunkGraphicsStream (BD subtitle encoder)
Build tested with
576df0d4 [2] with `angstrom-2008.1`, `angstrom-2010.x` and `minimal` for `MACHINE = `beagleboard`.
[1] http://code.google.com/p/libass/
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=
576df0d47658d195d7788ecaabdcb464a9b8f623
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- /dev/null
+DESCRIPTION = "libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter."
+HOMEPAGE = "http://code.google.com/p/libass/"
+SECTION = "libs/multimedia"
+LICENSE = "ISC"
+DEPENDS = "enca fontconfig freetype libpng"
+INC_PR = "r0"
+
+SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
+
+inherit autotools pkgconfig
+
+OE_EXTRACONF = " \
+ --enable-enca \
+ --enable-fontconfig \
+ --enable-png \
+"
+
+PACKAGES =+ "${PN}-tests"
+
+FILES_${PN}-tests = " \
+ ${libdir}/test/test
+"
--- /dev/null
+require ${PN}.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "f9042884397002ba40aa89dc7d34f59f"
+SRC_URI[sha256sum] = "ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c"