[Scummvm-git-logs] scummvm-media master -> 8661f5ab0bf4bb7ec37d39d46ef10c265a3867a4
sev-
sev at scummvm.org
Tue Nov 5 21:10:13 UTC 2024
This automated email contains information about 7 new commits which have been
pushed to the 'scummvm-media' repo located at https://github.com/scummvm/scummvm-media .
Summary:
84fe786b39 MEDIA: Change inkscape export command from -e to -o
92ab8de63c MEDIA: Update Makefile to call magick and magick convert
a1f5c627f0 MEDIA: Remove deprecated port icons
35c63c3b2f MEDIA: Rename iphone port images to ios7
e2556eee0b MEDIA: Add new ios7 icon sizes
4e246ef59a MEDIA: Add tinted ios7 icon
8661f5ab0b MEDIA: Add dark ios7 icon
Commit: 84fe786b397ad3aa31a4430c39898d675630c0cb
https://github.com/scummvm/scummvm-media/commit/84fe786b397ad3aa31a4430c39898d675630c0cb
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Change inkscape export command from -e to -o
According to inkscape documentation the action -e, --export-png,
is removed. Instead the action -o, --export-filename=FILENAME,
can be used instead where the format is guessed based on the
file extension.
Changed paths:
Makefile
Commit: 92ab8de63c68fee86b23d01cc5bbaee56b4c83d1
https://github.com/scummvm/scummvm-media/commit/92ab8de63c68fee86b23d01cc5bbaee56b4c83d1
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Update Makefile to call magick and magick convert
ImageMagic has from version 7 a new syntax using magick instead of the
old convert. The old version 6 syntax can sometimes be used in the
cases where the new syntax doesn't work, but then as magic convert
instead of just convert.
The -resize option is changed to -size.
Changed paths:
Makefile
Commit: a1f5c627f00b50845ae3d916e6711f4ed8a4d316
https://github.com/scummvm/scummvm-media/commit/a1f5c627f00b50845ae3d916e6711f4ed8a4d316
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Remove deprecated port icons
Remove the rules and copy commands for ports that are removed from
the scummvm repository.
Changed paths:
Makefile
Commit: 35c63c3b2fb6d8d77644a810593267e3133c92d4
https://github.com/scummvm/scummvm-media/commit/35c63c3b2fb6d8d77644a810593267e3133c92d4
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Rename iphone port images to ios7
The old iphone port is deprecated. Name it according to the existing
one.
Changed paths:
A derivate/scummvm_ios7_icon.svg
R derivate/scummvm_iphone_icon.svg
Makefile
Commit: e2556eee0bb2c6c2a865a8914273acf92885bdb6
https://github.com/scummvm/scummvm-media/commit/e2556eee0bb2c6c2a865a8914273acf92885bdb6
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Add new ios7 icon sizes
Different iOS devices have different screen pixel density. Later
versions of iOS gives the option to have different icons sizes
for the different densities to give the best possible look.
Add the new icon sizes and remove deprecated pre-iOS 7 size.
Changed paths:
Makefile
Commit: 4e246ef59a3568cf77b76fafe46edd7ca0926bb7
https://github.com/scummvm/scummvm-media/commit/4e246ef59a3568cf77b76fafe46edd7ca0926bb7
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Add tinted ios7 icon
iOS 18 introduced tinted icons. Add that to let users have a unified
look.
Changed paths:
A derivate/scummvm_ios7_tinted_icon.svg
A derivate/scummvm_ios7_tinted_logo.svg
Makefile
Commit: 8661f5ab0bf4bb7ec37d39d46ef10c265a3867a4
https://github.com/scummvm/scummvm-media/commit/8661f5ab0bf4bb7ec37d39d46ef10c265a3867a4
Author: Lars Sundström (l.sundstrom at gmail.com)
Date: 2024-11-05T22:10:11+01:00
Commit Message:
MEDIA: Add dark ios7 icon
iOS 18 also introduced the ability to have a specific icon for dark
mode. Add icons for this as well.
Changed paths:
A derivate/scummvm_ios7_dark_icon.svg
A derivate/scummvm_ios7_dark_logo.svg
Makefile
More information about the Scummvm-git-logs
mailing list