mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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:
@@ -6,13 +6,16 @@ since only the MPEG-1 standard is unencumbered with software patents in the \
|
|||||||
United States.
|
United States.
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://www.icculus.org/smpeg"
|
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"
|
LICENSE="GNU LGPL v2"
|
||||||
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies."
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
|
|
||||||
ARCHITECTURES="x86 x86_gcc2"
|
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
smpeg$secondaryArchSuffix = 0.4.5 compat >= 0
|
smpeg$secondaryArchSuffix = 0.4.5 compat >= 0
|
||||||
@@ -56,8 +59,10 @@ BUILD()
|
|||||||
aclocal --install -I acinclude
|
aclocal --install -I acinclude
|
||||||
automake --foreign --add-missing
|
automake --foreign --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
chmod +x configure
|
||||||
|
|
||||||
runConfigure ./configure
|
runConfigure ./configure
|
||||||
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user