[SCM] kodi/experimental: Position "from Debian" image better on new skin

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Fri Aug 5 00:01:59 UTC 2016


The following commit has been merged in the experimental branch:
commit da629d7f14b2adb9e4a6f873936ecff9b28640e9
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Fri Aug 5 01:20:23 2016 +0200

    Position "from Debian" image better on new skin

diff --git a/debian/patches/04-differentiate-from-vanilla-Kodi.patch b/debian/patches/04-differentiate-from-vanilla-Kodi.patch
index a504567..0130967 100644
--- a/debian/patches/04-differentiate-from-vanilla-Kodi.patch
+++ b/debian/patches/04-differentiate-from-vanilla-Kodi.patch
@@ -58,10 +58,10 @@
  				</control>
 +		                <control type="image">
 +			          <description>LOGO2</description>
-+			          <left>118</left>
-+			          <top>9</top>
-+			          <width>125</width>
-+			          <height>41</height>
++			          <left>223</left>
++			          <top>6</top>
++			          <width>250</width>
++			          <height>82</height>
 +			          <aspectratio aligny="top" align="left">keep</aspectratio>
 +			          <texture>from-debian-logo.png</texture>
 +			          <include>VisibleFadeEffect</include>
diff --git a/debian/rules b/debian/rules
index e7cbfb7..ceba435 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,7 +124,7 @@ override_dh_auto_configure: configure
 	./bootstrap
 	dh_auto_configure -- $(KODI_CONFIG_OPTIONS)
 	# Add "from Debian" next to Kodi's original logo
-	inkscape -z --export-png=addons/skin.estuary/media/from-debian-logo.png debian/from-debian-logo.svg
+	inkscape -z -w 250 -h 82 --export-png=addons/skin.estuary/media/from-debian-logo.png debian/from-debian-logo.svg
 	(cd $(DVDREAD_COMPONENT) && autoreconf -vif && \
 		$(shell dpkg-buildflags --export=configure) ./configure \
 		--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