Pawel Kolodziejski
bd32585c45
ALL: Added missing files, don not enable docker plugin
2020-05-09 20:58:00 +02:00
Pawel Kolodziejski
b586571900
ALL: synced with ScummVM commit 09bf38c120
2020-05-09 20:05:54 +02:00
Thierry Crozat
f6ce06fa4f
MACOSX: Support using FriBiDi when building bundle
2020-05-01 00:58:21 +01:00
Thierry Crozat
3b6b881ad4
DIST: Fix dead links in converted README file
...
This fixes bug #10946 .
2020-04-26 15:40:29 +01:00
Pino Toscano
97c7c0758a
DISTS: install the AppStream file to the canonical location
...
The canonical location for AppStream XML files has been changed to
/usr/share/metainfo four years ago at least, with /usr/share/appdata
left as legacy location. It is time to switch to the right location.
2020-04-19 13:56:27 +01:00
Thierry Crozat
9955f72160
MACOSX: Add detection of target OS version in configure
...
This is used for two purposes:
1. Use the new legacy icon when targeting 10.5 or older. This fixes
bug #11261 MAC OS X: App icon doesn’t display on OS X 10.5.8.
2. Do not attempt to compile the dock plugin in 32 bits when
targeting 10.14 or newer. This fixes the bundle target as support
for compiling 32 bits binaries was removed in SDK 10.14.
This commit also removes the bundle64 target as it is no longer
needed.
2020-03-28 19:04:29 +00:00
Eugene Sandulenko
9107f5cec2
BUILD: Fix publish-appcast target since we now keep the cast in web git too.
2020-01-30 00:36:31 +01:00
Bastien Bouclet
feaf9dc365
ALL: Sync with ScummVM rev. 55dba55056
2019-12-08 17:06:42 +01:00
Eugene Sandulenko
4137a7e402
BUILD: Update ideproject target to the current create_project behavior
2019-10-04 23:29:40 +02:00
Eugene Sandulenko
b19de22053
MACOS: Implement 64bit-only bundle target
2019-09-19 17:01:01 +02:00
Thierry Crozat
f743ae2231
BUILD: Fix static scummvm build with iconv and without fluidsynth on macOS
...
In that configuration it was missing the -liconv flag.
2019-09-14 00:03:15 +01:00
Dries Harnie
ed5ce31951
BUILD: Fix macOS build
2019-08-08 08:13:24 +02:00
Colin Snover
248b96c36b
BUILD: Fix builds using WinSparkle
2019-08-04 22:12:29 +01:00
Colin Snover
943b64ad16
BUILD: Fix wrong library path from sdl2-config when bundling for macOS
2019-08-04 22:12:29 +01:00
Colin Snover
cd57bd6e09
BUILD: Fix case-sensitivity issues with macOS ScummVMDockTilePlugin
...
This happened to work on case-insensitive filesystems only.
2019-08-04 22:12:29 +01:00
Thierry Crozat
468c0f0743
IOS7: Implement isConnectionLimited
2019-08-04 19:03:34 +01:00
Cameron Cawley
0334411d63
BUILD: Package networking and virtual keyboard files on all platforms
2019-07-08 12:42:21 +03:00
Bastien Bouclet
d474e3f94f
ALL: Sync with ScummVM - rev. ea3f8f2e33
2019-06-29 19:08:44 +02:00
Paweł Kołodziejski
ad7a6bc478
MACOS: Fixed snapshot packaging
2019-06-01 12:28:31 +02:00
Bastien Bouclet
1d0d842e2a
BUILD: Add the licence file for the Source Code Pro font
2019-05-05 08:52:12 +02:00
Matan Bareket
7ecdb36497
BUILD: Update publish-appcast to the new www folder
2019-04-29 14:38:28 -04:00
SupSuper
be0150fd85
DISTS: Merge MSVC versions into one folder
2019-04-20 07:47:25 -04:00
Cameron Cawley
554bd3f7db
BUILD: Fix packaging shaders when building with OpenGL ES 2
2019-04-09 23:01:43 +01:00
Bastien Bouclet
66654cb376
ALL: Sync with ScummVM - rev. cd37d510f9
2019-01-26 20:47:55 +01:00
SupSuper
4f761d6002
BUILD: Update MSVC versions in ideprojects target
2018-12-23 18:39:06 +02:00
Thierry Crozat
93ceb9cd3f
BUILD: Simplify and improve osxsnap target
...
It now uses DIST_FILE_DOCS instead of copying manually each file
and also makes sure all the documentation files are identified as
text file.
2018-12-18 22:11:19 +00:00
Cameron Cawley
e8cc0fbaca
WIN32: Move the Windows-specific packaging rules into a separate file
2018-11-15 06:56:53 +00:00
Cameron Cawley
5d25d17443
WIN32: Remove the now-unused win32setup rule
2018-11-15 06:56:53 +00:00
Bastien Bouclet
243e261883
BUILD: Fix Mac static build with liba52
2018-11-07 07:26:04 +01:00
Lothar Serra Mari
f10816d9ed
WIN32: Rewrite Inno setup installer script. ( #1324 )
...
* WIN32: Rewrite Inno setup installer
* WIN32: Add small bmp for usage in the Inno setup script
* WIN32: Fix spacing in Inno setup script
* WIN32: Re-add the documentation files to the Start Menu
* WIN32: Add scummvm icon to the Inno setup uninstaller
* WIN32: Remove now obsolete scummvm.iss.in file
* WIN32: Remove reference to Inno installer in update-version.pl
* WIN32: Add reference to Inno setup bmp file in ports.mk
2018-09-05 11:46:42 +10:00
angstsmurf
ebedc15437
MACOSX: Give every license file a menu item
...
We make a renamed copy of the three license files with non-standard
suffixes, to make them open in TextEdit by default.
2018-08-28 15:52:23 +02:00
angstsmurf
d4eca67d2a
MACOSX: Keep the original license files when combining
2018-08-28 15:52:23 +02:00
Cameron Cawley
cb28ebcd1f
MACOSX: Combine the license files into a single file when packaging
2018-08-28 15:52:23 +02:00
Colin Snover
9686d8c8e6
MACOSX: Put documentation links in Help menu
...
The local documents are not currently internationalised simply
because the internationalised resources are not put into the right
places (NSBundle will handle this automatically when they are);
Trac#10464 is a tracking bug for this outstanding issue.
Fixes Trac#10437.
2018-08-28 15:52:23 +02:00
Colin Snover
8bf9e620df
BUILD: Fix Windows packaging target
2018-08-18 09:28:56 +02:00
Bastien Bouclet
e26b7c0233
BUILD: Fix case-sensitivity issues with macOS ScummVMDockTilePlugin
...
This happened to work on case-insensitive filesystems only.
2018-07-17 21:44:34 +02:00
Bastien Bouclet
3ec01653c3
ALL: Merge from ScummVM rev 3a933138ce
2017-12-06 21:41:03 +01:00
Thierry Crozat
ade8aadd3c
CONFIGURE: Add ogg after libraries that might depend on it in the link command
...
This will hopefully fix compilation with mingw when using static libraries.
2017-10-02 20:55:51 +01:00
Cameron Cawley
5a11f90ccd
CONFIGURE: Add proper detection for libogg
2017-10-02 20:11:04 +01:00
Bastien Bouclet
84e62b6c8d
ALL: Sync with ScummVM - rev. 87ebc7140c
2017-09-02 15:04:07 +02:00
Thierry Crozat
41f32c209b
BUILD: Do not link iOS static builds with AudioUnit framework
2017-07-03 18:31:43 +01:00
Thierry Crozat
51f8c458ba
BUILD: Fix link errors for scummvm-static on macOS X with fluidsynth
2017-07-02 22:24:05 +01:00
Kirben
245f58bcb3
BUILD: Use SDL2 for Windows builds via MinGW.
2016-11-13 08:29:50 +11:00
Pawel Kolodziejski
19bcd1f3bc
ALL: Sync with ScummVM
2016-11-12 12:59:06 +01:00
Pawel Kolodziejski
9ba9c69b3f
ALL: Sync with ScummVM - rev. 823c2f899b
2016-11-12 08:49:29 +01:00
Thierry Crozat
b8948c3326
BUILD: Copy wwwroot.zip in POSIX, MacOS X and iOS installation targets
2016-09-05 23:40:00 +01:00
Thierry Crozat
a47a9bf5c3
BUILD: Fix creation of MacOS X application bundle when using SDL_net and curl
2016-09-03 23:31:42 +01:00
Kirben
ff60ee30ad
WIN32: Update build target and installer for SDL2.
2016-08-20 16:45:50 +10:00
Lothar Serra Mari
865143c0ef
DOCUMENTATION: Use uppercase filenames for German documentation
...
The filenames of the German docs now uses uppercase filenames
to match the style of the English documentation.
2016-08-06 08:10:14 +02:00
Matthias Mailänder
1912c55682
BUILD: Install the appdata.xml file.
2016-07-29 22:05:20 +02:00