]> de.git.xonotic.org Git - xonotic/mediasource.git/commit
Fix gfx/luma/render-svg.sh to work on debian 11 18/head
authorbones_was_here <bones_was_here@xa.org.au>
Mon, 1 Nov 2021 21:43:58 +0000 (07:43 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Mon, 1 Nov 2021 21:55:23 +0000 (07:55 +1000)
commit3862180d1db116169b6dcda6c0f294f6bff8afc6
treeedcbf6d37ea8ec82ad3319407b808ca96712598f
parent92489f00dd00e5aa808aa940d2c00417a3939bb6
Fix gfx/luma/render-svg.sh to work on debian 11

The condition of the source being newer than the destination was
silently failing when the destination file did not exist

It will now proceed when the destination file does not exist, and will
print the reason when declining to process a file

The output image was inverted with recent versions of imagemagick, same
fix applied as in https://gitlab.com/xonotic/mediasource/-/merge_requests/17
gfx/luma/render-svg.sh