openjpeg: Enable x86_64, add checksums

This commit is contained in:
Jonathan Schleifer
2014-03-25 01:40:21 +01:00
parent bbb3dcc1ed
commit 06202587fb

View File

@@ -18,9 +18,12 @@ COPYRIGHT="2002-2012, Communications and Remote Sensing Laboratory, Universite c
2001-2003 David Janssens"
HOMEPAGE="http://www.openjpeg.org/"
SRC_URI="http://openjpeg.googlecode.com/files/openjpeg-1.5.0.tar.gz"
CHECKSUM_SIZE="2117572"
CHECKSUM_MD5="e5d66193ddfa59a87da1eb08ea86293b"
CHECKSUM_RMD160="ffa85dbb0a3ba1545bc6974f4950f466789c04ef"
CHECKSUM_SHA512="59501fde86a7f0ab5a1b7e369feb9c4dcb8ea67ead8ffd706592cbba1e0ee7b2a2a9aaa32778632febe0c3dc4171c7af738c5899c732eb420358df3b16d7cf47"
REVISION="1"
ARCHITECTURES="x86"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
# for a different secondary architecture.