[game-data-packager] 12/17: Do not generate a .svgz icon from memento-mori-2.svg, which uses relatively complex SVG features that librsvg cannot render

Simon McVittie smcv at debian.org
Sun Jul 12 16:34:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit 64f159a7e2a8b4ebc71604ff514cc315b6a9f76e
Author: Simon McVittie <smcv at debian.org>
Date:   Sun Jul 12 17:12:44 2015 +0100

    Do not generate a .svgz icon from memento-mori-2.svg, which uses relatively complex SVG features that librsvg cannot render
---
 Makefile         | 1 +
 debian/changelog | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 07ba767..304546c 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ TEST_SUITE += rott spear-of-destiny wolf3d heretic
 png       := $(patsubst ./data/%.xpm,./out/%.png,$(wildcard ./data/*.xpm))
 svgz      := $(patsubst ./data/%.svg,./out/%.svgz,$(wildcard ./data/*.svg))
 png       += out/memento-mori.png
+svgz      := $(patsubst ./data/%.svg,./out/%.svgz,$(filter-out ./data/memento-mori-2.svg,$(wildcard ./data/*.svg)))
 in_yaml   := $(wildcard ./data/*.yaml)
 json      := $(patsubst ./data/%.yaml,./out/%.json,$(in_yaml))
 copyright := $(patsubst ./data/%,./out/%,$(wildcard ./data/*.copyright))
diff --git a/debian/changelog b/debian/changelog
index 3e732e6..8df390e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -58,6 +58,8 @@ game-data-packager (42) UNRELEASED; urgency=medium
   * Move the "m" and "II" of the Memento Mori (II) logo SVG into layers
   * Build-depend on Inkscape and use it to generate Memento Mori icons
     with/without the "II" part
+  * Do not generate a .svgz icon from memento-mori-2.svg, which uses
+    relatively complex SVG features that librsvg cannot render
 
  -- Simon McVittie <smcv at debian.org>  Sun, 03 May 2015 14:34:00 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list