remove media-libs/libass

This commit is contained in:
odrling 2022-11-22 13:43:08 +01:00
parent b268f480a4
commit 64ddb54df7
No known key found for this signature in database
GPG Key ID: A0145F975F9F8B75
2 changed files with 0 additions and 63 deletions

View File

@ -1,50 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3 autotools multilib-minimal
DESCRIPTION="Library for SSA/ASS subtitles rendering"
HOMEPAGE="https://github.com/libass/libass"
EGIT_REPO_URI="https://github.com/libass/${PN}.git"
LICENSE="ISC"
SLOT="0/9" # subslot = libass soname version
KEYWORDS=""
IUSE="+fontconfig +harfbuzz static-libs"
RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
>=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
>=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
X86_CPU_OPTS="abi_x86_32 abi_x86_64"
for i in ${X86_CPU_OPTS} ; do
DEPEND="${DEPEND}
${i}? ( dev-lang/nasm )"
done
DOCS="Changelog"
src_prepare() {
default
eautoreconf
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable fontconfig) \
$(use_enable harfbuzz) \
$(use_enable static-libs static) \
--disable-require-system-font-provider
}
multilib_src_install_all() {
einstalldocs
find "${D}" -name '*.la' -type f -delete || die
}

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>media-video@gentoo.org</email>
</maintainer>
<use>
<flag name="harfbuzz">Enables OpenType shaping via <pkg>media-libs/harfbuzz</pkg>.</flag>
</use>
<upstream>
<remote-id type="github">libass/libass</remote-id>
</upstream>
</pkgmetadata>