From 5eb775ddc353a3a60fa5840ba7d4456e79a54fcc Mon Sep 17 00:00:00 2001 From: kenmays Date: Mon, 2 Dec 2024 08:40:04 -0800 Subject: [PATCH] libopenmpt: bumped to 0.7.11 (#11205) --- ...mpt-0.7.2.recipe => libopenmpt-0.7.11.recipe} | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) rename media-libs/libopenmpt/{libopenmpt-0.7.2.recipe => libopenmpt-0.7.11.recipe} (87%) diff --git a/media-libs/libopenmpt/libopenmpt-0.7.2.recipe b/media-libs/libopenmpt/libopenmpt-0.7.11.recipe similarity index 87% rename from media-libs/libopenmpt/libopenmpt-0.7.2.recipe rename to media-libs/libopenmpt/libopenmpt-0.7.11.recipe index 20766109b..2865a4d22 100644 --- a/media-libs/libopenmpt/libopenmpt-0.7.2.recipe +++ b/media-libs/libopenmpt/libopenmpt-0.7.11.recipe @@ -3,16 +3,16 @@ DESCRIPTION="libopenmpt is a cross-platform C++ and C module playback \ library. It is based on the player code of the Open ModPlug Tracker project. \ It offers high-quality module playback on a variety of platforms." HOMEPAGE="https://openmpt.org/" -COPYRIGHT="2004-2023 OpenMPT contributors +COPYRIGHT="2004-2024 OpenMPT contributors 1997-2003 Olivier Lapicque" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-$portVersion+release.autotools.tar.gz" -CHECKSUM_SHA256="509143e5a4f3b13dd98eae289bfec1b564eddd71bbc7ca7864b82835e31330e1" +CHECKSUM_SHA256="53a798b8c6e2e1f695e8ad05e93a0c1b53199e5aa9981837c41696b370520767" SOURCE_DIR="libopenmpt-$portVersion+release.autotools" ARCHITECTURES="all !x86_gcc2" -SECONDARY_ARCHITECTURES="!x86_gcc2 x86" +SECONDARY_ARCHITECTURES="x86" libopenmptVersion=0.4.4 libopenmptVersionCompat="$libopenmptVersion compat >= ${libopenmptVersion%%.*}" @@ -72,13 +72,17 @@ BUILD() INSTALL() { make install - prepareInstalledDevelLibs libopenmpt - rm $developLibDir/*.la + + # remove libtool file + rm $libDir/*.la + + prepareInstalledDevelLib libopenmpt fixPkgconfig # devel package packageEntries devel \ - $developDir $docDir + $developDir \ + $documentationDir } TEST()