dvdauthor, fix detection for freetype (#7471)

This commit is contained in:
Schrijvers Luc
2022-11-22 14:40:08 +01:00
committed by GitHub
parent 95ca30dd3e
commit b4a3f2af34

View File

@@ -1,10 +1,9 @@
SUMMARY="DVD authoring tools"
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD \
players."
DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players."
HOMEPAGE="http://dvdauthor.sourceforge.net/"
COPYRIGHT="2002-2005, 2007, 2010, 2012, 2016 Scott Smith, Lawrence D'Oliveiro"
LICENSE="GNU GPL v2"
REVISION="5"
REVISION="6"
SOURCE_URI="http://downloads.sourceforge.net/dvdauthor/dvdauthor-$portVersion.tar.gz"
CHECKSUM_SHA256="3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7"
SOURCE_DIR="dvdauthor"
@@ -66,6 +65,11 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
PATCH()
{
sed -e 's|freetype-config|pkg-config freetype2|' -i configure
}
BUILD()
{
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir