[SCM] kodi/master: Build-depend on (not inkscape). Use rsvg-convert to generate branding logo.
js at users.alioth.debian.org
js at users.alioth.debian.org
Wed Oct 11 00:49:05 UTC 2017
The following commit has been merged in the master branch:
commit 19adbf5f3de3309ba221a4f312732dae40d1d1e7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Oct 11 00:47:16 2017 +0200
Build-depend on (not inkscape). Use rsvg-convert to generate branding logo.
diff --git a/debian/control b/debian/control
index 0cbeb05..602b541 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: autoconf,
gawk,
gperf,
groovy,
- inkscape,
+ librsvg2-bin,
libasound2-dev | libasound-dev,
libass-dev (>= 0.9.8),
libavahi-client-dev,
diff --git a/debian/rules b/debian/rules
index dceba37..2a5f234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ override_dh_auto_configure: configure
./bootstrap
dh_auto_configure -- $(KODI_CONFIG_OPTIONS)
# Add "from Debian" next to Kodi's original logo
- inkscape -z -w 250 -h 82 --export-png=addons/skin.estuary/media/from-debian-logo.png debian/from-debian-logo.svg
+ rsvg-convert -w 250 -h 82 -o addons/skin.estuary/media/from-debian-logo.png debian/from-debian-logo.svg
(cd $(DVDREAD_COMPONENT) && autoreconf -vif && \
$(shell dpkg-buildflags --export=configure) ./configure $(CORE_CONFIG_OPTIONS) \
--prefix=$(CURDIR)/tools/depends/target/libdvdread/dvdread-install --disable-shared --enable-static --with-pic && \
--
kodi packaging
More information about the pkg-multimedia-commits
mailing list