smpeg, fix SOURCE_URI, patch (kudos to OscarL for providing the one from smpeg2) (#7731)

This commit is contained in:
Schrijvers Luc
2023-01-05 12:50:30 +01:00
committed by GitHub
parent 0a80d14114
commit 75e9b6f298
2 changed files with 46 additions and 4 deletions

View File

@@ -6,9 +6,11 @@ software patents in the United States."
HOMEPAGE="http://www.icculus.org/smpeg"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
LICENSE="GNU LGPL v2"
REVISION="7"
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/libs/old/smpeg-0.4.5.zip"
CHECKSUM_SHA256="8d4e4a6bc1892279ae7727e192df0ad0cef5927d50090f846e0bf3ba1b8f3d41"
REVISION="8"
SOURCE_URI="https://github.com/icculus/smpeg/archive/refs/tags/release_$portVersion.tar.gz"
CHECKSUM_SHA256="e2e53bfd2e6401e2c29e5eb3929be0e8698bc9e4c9d731751f67e77b408f1f74"
SOURCE_DIR="smpeg-release_$portVersion"
PATCHES="smpeg-$portVersion.patchset"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86"
@@ -65,7 +67,7 @@ BUILD()
autoconf
chmod +x configure
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}