mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
25 lines
583 B
Plaintext
25 lines
583 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.10.1.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
|
CHECKSUM_MD5="6cace482a013a3c4bf3b31a68ac66026"
|
|
DEPEND="pkgconfig >= 0.23
|
|
freetype >= 2.0"
|
|
|
|
BUILD {
|
|
cd libass-0.10.1
|
|
configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libass-0.10.1
|
|
make install
|
|
}
|
|
|
|
LICENSE="BSD (3-clause)"
|
|
COPYRIGHT="2006 Evgeniy Stepanov
|
|
2009 Grigori Goronzy"
|