smpeg: Fix multiple issues

* Fix SECONDARY_ARCHITECTURES
* Enable x86_64
* Download ZIP file instead of checkout via SVN
 -> No SVN dependency anymore
* Add checksums
This commit is contained in:
Jonathan Schleifer
2014-03-28 23:36:52 +01:00
parent 809f4c221b
commit 5464db0017

View File

@@ -6,13 +6,16 @@ since only the MPEG-1 standard is unencumbered with software patents in the \
United States.
"
HOMEPAGE="http://www.icculus.org/smpeg"
SRC_URI="svn://svn.icculus.org/smpeg/tags/release_0_4_5"
SRC_URI="http://www.libsdl.org/projects/SDL_mixer/libs/old/smpeg-0.4.5.zip"
CHECKSUM_SIZE="864203"
CHECKSUM_RMD160="8f95eb421fe67943074e8d7b5d1509fff2ca843b"
CHECKSUM_SHA512="9e9e3d614c2f7d3915ceece9847c840df07d9f9dddad58701c1d3e440628bcfcf87f54c94d727087975fa34be50262396df0710d6fe590dd682b15b93a9dfcf6"
LICENSE="GNU LGPL v2"
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
REVISION="2"
ARCHITECTURES="x86 x86_gcc2"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
ARCHITECTURES="x86 x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
smpeg$secondaryArchSuffix = 0.4.5 compat >= 0
@@ -56,8 +59,10 @@ BUILD()
aclocal --install -I acinclude
automake --foreign --add-missing
autoconf
chmod +x configure
runConfigure ./configure
make $jobArgs
}