naddy
9433d2a35f
drop RCS Ids
2022-03-11 19:04:03 +00:00
jsg
581cc8c9f1
update to scummvm 2.5.1
2022-01-28 12:27:36 +00:00
jsg
6581441534
add missing dep on graphics/giflib
...
noticed in bulk build by aja@
2021-10-19 09:15:33 +00:00
jsg
83daf4b5ad
update to scummvm 2.5.0
...
The engines in games/residualvm have merged into scummvm with this release.
2021-10-10 03:12:02 +00:00
gkoehler
087bd55e9c
Switch macppc to ld.lld
...
Add powerpc to LLD_ARCH, and bump _SYSTEM_VERSION-powerpc so people
will upgrade to lld-linked packages when they exist. Remove
-Wl,--relax from several ports; ld.bfd needed this flag, but ld.lld
can't take it.
lang/gcc/8 needs USE_LLD = No, because LLD can't link C++ code from
gcc (error: relocation refers to a discarded section: ...), and also,
the adastrap is too old.
To avoid linker errors on macppc, you need a snapshot where
/usr/bin/ld is LLD.
ok sthen@
2021-08-21 03:25:05 +00:00
cwen
48ae1059e8
scummvm needs a '-Wl,--relax' ldflag to build on powerpc
...
OK jca@ and jsg@ (maintainer)
2021-01-04 17:43:02 +00:00
jsg
0da4eeebe9
update MASTER_SITES
2021-01-04 03:10:15 +00:00
jsg
de5f6960c0
update to scummvm 2.2.0
...
from Donovan Watteau
includes changes from kmos@ to depend on liba52 for zvision
and adds a few more deps.
2020-10-03 10:42:49 +00:00
jsg
becc1eea1c
update to scummvm 2.1.1
...
from Donovan Watteau
2020-02-13 00:33:00 +00:00
visa
461f7ad539
Fix build on mips64*.
...
Fix suggested by Donovan Watteau
OK jsg@
2019-12-17 15:26:10 +00:00
jsg
4b87a9a6c4
update to scummvm 2.1.0
2019-10-14 09:18:00 +00:00
sthen
484cf3de0c
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:45:45 +00:00
naddy
33bea57aa6
again, bump users of audio/libmad after macro change in header file
2018-12-05 20:19:00 +00:00
naddy
62baafa1d6
bump users of audio/libmad after macro change in header file
2018-12-04 20:44:56 +00:00
jsg
8afdab3b31
Disable i386 assembly verions of hqx graphic scalars to avoid a text
...
relocation fixing the build with lld.
ok naddy@
2018-11-10 23:45:28 +00:00
naddy
ee22358f59
Remove fixed-point workarounds; our arm arch unconditionally supports
...
floating point.
2018-07-10 16:02:35 +00:00
espie
150a0f36fa
first tag: update-desktop-database
2018-06-27 21:03:34 +00:00
bentley
31ef46af0d
Switch homepage/master_sites to https.
2018-01-04 05:13:59 +00:00
jsg
cb5da4bd6d
update to scummvm 2.0.0
2017-12-21 10:10:01 +00:00
naddy
11e3dd67b3
switch COMPILER from the old, confusing shortcuts to the more explicit format
2017-11-16 23:20:37 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
espie
c114d7057b
add pthread to COMPILER_LIBCXX.
...
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
espie
5b455242ad
timing. those snuck in while I was doing the change
2017-06-01 11:57:42 +00:00
sthen
51508aed56
Switch to a newer compiler (via WANT_CXX), GCC 4.2.1 miscompiles on some arch.
...
Add upstream patch to fix off-by-ones. From Donovan Watteau, looks good to
juanfra@
2017-05-29 12:13:43 +00:00
sthen
bcbf44ab87
use LIBCXX
2017-04-10 11:46:18 +00:00
jsg
9332460a47
update to scummvm 1.9.0
2016-11-01 13:03:14 +00:00
jasper
f8b1ceec32
bump after faad subpackage changes
2016-08-30 10:20:15 +00:00
jsg
e269bc6257
update to scummvm 1.8.1
2016-06-05 10:47:25 +00:00
jsg
7bfc0b4a89
update to scummvm 1.8.0
2016-03-17 00:40:54 +00:00
ajacoutot
59cb660b82
Don't pick up libmpeg2.
2015-06-26 09:38:42 +00:00
jsg
b4ef7bd14e
equate powerpc with ppc for alignment checks
...
from Donovan Watteau
2014-11-29 10:10:47 +00:00
jsg
5555e6ab61
scummvm 1.7.0 switched from a builtin jpeg decoder to libjpeg.
...
Add the missing libjpeg dep, problem found by espie@
2014-09-02 06:39:22 +00:00
jsg
0f82cc2618
update to 1.7.0
2014-08-17 06:08:05 +00:00
landry
839d5857ae
Add png to LDEP/WANTLIB, other it's picked as a hidden dep.
2013-11-09 14:03:05 +00:00
jsg
8571e9f243
update to 1.6.0
2013-07-07 02:46:26 +00:00
sthen
7b909fd7bd
- don't pick up fluidsynth if installed at build time; fluidsynth can still
...
be used via sndio.
- regen plist, sync WANTLIB, and drop USE_GROFF.
ok jsg@
2013-03-25 00:12:57 +00:00
espie
9cd014a3ca
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:02:49 +00:00
jsg
646b198533
equate amd64 with x86_64 so alignment checks in configure
...
will work as intended on amd64.
from Donovan Watteau
2013-01-08 04:11:55 +00:00
jsg
6b7e839f39
Remove a workaround for msvc lacking lround and always call lround.
...
Works around the assembler complaining about "Illegal operands" on sparc64
when calling the previous inline version, and makes sparc64 build again
without custom cxxflags.
2012-10-06 19:24:32 +00:00
jsg
c0cfcd1c9a
remove no longer needed patches missed last commit
2012-08-04 16:06:47 +00:00
jsg
065024f269
update to 1.5.0
...
sndio midi backend now included upstream
2012-08-04 15:58:37 +00:00
ajacoutot
15ea48cb4b
Remove workarounds now that we have a modern faad.
...
from Brad
2012-05-22 18:39:42 +00:00
ratchov
6f49f08d66
make scummvm use sndio(7) for midi. Now, those who have no hardware midi
...
synth could use any soft synth to get the music. This decreases the
number of sequencer(4) users as well ;)
ok jsg, dcoppa
2012-04-19 07:43:47 +00:00
jsg
fa4b413e50
The gcc problem on hppa seems to have gone away after the switch
...
to gcc4. scummvm builds and runs fine on hppa here.
2012-02-20 11:18:33 +00:00
jsg
7a3bf77ddf
update to 1.4.1 and stop the configure script from adding -pedantic
...
to CXXFLAGS as this hard errored on the long long in ogg headers
resulting in a binary with no vorbis/flac support.
2012-02-17 06:59:40 +00:00
jsg
2e7aae11ad
update to 1.4.0
2011-11-12 12:59:58 +00:00
jsg
db1acbc813
update to 1.3.1
2011-07-18 15:30:29 +00:00
jasper
8523dcee87
- let's try to build these on sparc/arm now.
...
from brad
ok sthen@
2011-07-11 12:26:20 +00:00
sthen
3fda09c32f
- don't hide compiler/linker command lines during build
...
- honour CXX/CXXFLAGS in scummvm-tools, as done in scummvm already
- sync WANTLIB in scummvm
- use a more specific license marker
ok jsg@
2011-05-29 20:41:50 +00:00