mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
mplayer: mark as unsupported on 32bit (#4730)
* On 32bit running mplayer fails with: 'runtime_loader: /boot/system/bin/mplayer: Could not map image: Out of memory' See #1978. * Remove "x86", it's not an official target for Haiku anymore.
This commit is contained in:
@@ -22,15 +22,15 @@ DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well."
|
|||||||
HOMEPAGE="http://www.mplayerhq.hu/"
|
HOMEPAGE="http://www.mplayerhq.hu/"
|
||||||
COPYRIGHT="2001-2019 The MPlayer Team"
|
COPYRIGHT="2001-2019 The MPlayer Team"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="8"
|
REVISION="9"
|
||||||
SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.4.tar.xz"
|
SOURCE_URI="http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.4.tar.xz"
|
||||||
CHECKSUM_SHA256="82596ed558478d28248c7bc3828eb09e6948c099bbd76bb7ee745a0e3275b548"
|
CHECKSUM_SHA256="82596ed558478d28248c7bc3828eb09e6948c099bbd76bb7ee745a0e3275b548"
|
||||||
SOURCE_DIR="MPlayer-1.4"
|
SOURCE_DIR="MPlayer-1.4"
|
||||||
PATCHES="mplayer_x86-$portVersion.patchset"
|
PATCHES="mplayer_x86-$portVersion.patchset"
|
||||||
ADDITIONAL_FILES="mplayer.rdef.in"
|
ADDITIONAL_FILES="mplayer.rdef.in"
|
||||||
|
|
||||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="!x86"
|
||||||
|
|
||||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||||
commandSuffix=$secondaryArchSuffix
|
commandSuffix=$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user