libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation
Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter. WWW: http://code.google.com/p/libass/
This commit is contained in:
parent
ece8c9e551
commit
adead9a3cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271524
5 changed files with 44 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
|||
SUBDIR += ksubeditor
|
||||
SUBDIR += ldvd
|
||||
SUBDIR += libaacs
|
||||
SUBDIR += libass
|
||||
SUBDIR += libbluray
|
||||
SUBDIR += libdc1394
|
||||
SUBDIR += libdca
|
||||
|
|
29
multimedia/libass/Makefile
Normal file
29
multimedia/libass/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: libass
|
||||
# Date created: 2011-03-23
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libass
|
||||
PORTVERSION= 0.9.11
|
||||
CATEGORIES= multimedia devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Portable ASS/SSA subtitle renderer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
enca.5:${PORTSDIR}/converters/enca \
|
||||
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_GNOME= pkgconfig gnomehack
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
multimedia/libass/distinfo
Normal file
2
multimedia/libass/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libass-0.9.11.tar.bz2) = ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c
|
||||
SIZE (libass-0.9.11.tar.bz2) = 297004
|
4
multimedia/libass/pkg-descr
Normal file
4
multimedia/libass/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation
|
||||
Alpha/Substation Alpha) subtitle format. It is mostly compatible with VSFilter.
|
||||
|
||||
WWW: http://code.google.com/p/libass/
|
8
multimedia/libass/pkg-plist
Normal file
8
multimedia/libass/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
libdata/pkgconfig/libass.pc
|
||||
include/ass/ass_types.h
|
||||
include/ass/ass.h
|
||||
lib/libass.a
|
||||
lib/libass.la
|
||||
lib/libass.so.5
|
||||
lib/libass.so
|
||||
@dirrmtry include/ass
|
Loading…
Reference in a new issue