mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
media-gfx/ttfautohint: drop 1.8.4-r3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,63 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools qmake-utils
|
||||
|
||||
DESCRIPTION="Application and libary for hinting TrueType fonts"
|
||||
HOMEPAGE="https://freetype.org/ttfautohint"
|
||||
SRC_URI="https://download.savannah.gnu.org/releases/freetype/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( FTL GPL-2+ )"
|
||||
SLOT="0/1.0.3"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="gui"
|
||||
|
||||
RDEPEND="
|
||||
media-libs/freetype
|
||||
media-libs/harfbuzz:=[truetype]
|
||||
gui? (
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-apps/help2man
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
# libttfautohint is versioned separately, check lib/local.mk.
|
||||
QA_PKGCONFIG_VERSION="1.3.0"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Don't invoke git to get the version number.
|
||||
sed "s|m4_esyscmd.*VERSION)|${PV//_/-}|" -i configure.ac || die
|
||||
|
||||
# musl does not define _Bool for c++, bug #836426
|
||||
sed 's/_Bool/bool/' -i lib/llrb.h || die
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--without-doc
|
||||
--with-qt="$(usex gui $(qt5_get_bindir) no)"
|
||||
)
|
||||
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
doman frontend/ttfautohint.1
|
||||
use gui && doman frontend/ttfautohintGUI.1
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user