libass: remove old recipes.

This commit is contained in:
Jerome Duval
2015-02-04 16:43:30 +00:00
parent a98a1e0761
commit 90f0048ed5
2 changed files with 0 additions and 126 deletions

View File

@@ -1,100 +0,0 @@
SUMMARY="Library for SSA/ASS subtitles rendering"
DESCRIPTION="
Libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation \
Alpha/Substation Alpha) subtitle format.
"
HOMEPAGE="http://github.com/libass/libass"
COPYRIGHT="
2006 Evgeniy Stepanov
2011 Grigori Goronzy
2011-2014 Yu Zhuohuang
2013 Rodger Combs
"
LICENSE="ISC"
SRC_URI="https://github.com/libass/libass/releases/download/$portVersion/libass-$portVersion.tar.xz"
CHECKSUM_SHA256="499dbaf14d7743e5899c9ca918988e81a9894f674b22d4682922f2e5d095ff9e"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libass$secondaryArchSuffix = $portVersion compat >= 0.11
lib:libass$secondaryArchSuffix = 5.0.0 compat >= 5
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libenca$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libharfbuzz$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
# required by fontconfig
lib:libxml2$secondaryArchSuffix
# required by freetype
lib:libbz2$secondaryArchSuffix
lib:libpng15$secondaryArchSuffix
lib:libz$secondaryArchSuffix
# required by harfbuzz
lib:libglib_2.0$secondaryArchSuffix
lib:libgraphite2$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libenca$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libfribidi$secondaryArchSuffix
devel:libharfbuzz$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
# required by fontconfig
devel:libxml2$secondaryArchSuffix
# required by freetype
devel:libbz2$secondaryArchSuffix
devel:libpng15$secondaryArchSuffix
devel:libz$secondaryArchSuffix
# required by harfbuzz
devel:libglib_2.0$secondaryArchSuffix
devel:libgraphite2$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:automake
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize
cmd:make
#cmd:yasm #yasm outputs invalid files here
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{
autoreconf -fi
runConfigure ./configure
make $jobArgs
}
INSTALL()
{
make install
prepareInstalledDevelLibs libass
fixPkgconfig
# devel package
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libass${secondaryArchSuffix}_devel = $portVersion compat >= 0.11
devel:libass$secondaryArchSuffix = 5.0.0 compat >= 5
"
REQUIRES_devel="
libass$secondaryArchSuffix == $portVersion base
"

View File

@@ -1,26 +0,0 @@
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"