mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
25 lines
584 B
Plaintext
25 lines
584 B
Plaintext
DESCRIPTION="Library for SSA/ASS subtitles rendering"
|
|
HOMEPAGE="http://code.google.com/p/libass/"
|
|
SRC_URI="http://libass.googlecode.com/files/libass-0.9.11.tar.bz2"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
|
CHECKSUM_MD5="f9042884397002ba40aa89dc7d34f59f"
|
|
DEPEND="pkgconfig >= 0.23
|
|
freetype >= 2.0"
|
|
|
|
BUILD {
|
|
cd libass-0.9.11
|
|
configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libass-0.9.11
|
|
make install
|
|
}
|
|
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2006 Evgeniy Stepanov
|
|
2009 Grigori Goronzy"
|