[SCM] vdr-plugin-live packaging repository branch, master, updated. debian/0.2.0+git20130305-3-1-g67ac0a6

etobi git at e-tobi.net
Wed Mar 20 23:02:53 UTC 2013


The following commit has been merged in the master branch:
commit 67ac0a62254e3c1454e7948994d4a3d03c617f1e
Author: etobi <git at e-tobi.net>
Date:   Wed Mar 20 23:54:48 2013 +0100

    Load themes from resource directory

diff --git a/debian/changelog b/debian/changelog
index 07f750b..e0fe9ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-live (0.2.0+git20130305-4) unstable; urgency=low
+
+  * Load themes from resource directory
+
+ -- Tobias Grimm <etobi at debian.org>  Wed, 20 Mar 2013 23:54:38 +0100
+
 vdr-plugin-live (0.2.0+git20130305-3) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 1.7.41)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e48ef09
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+themes-directory.patch
diff --git a/debian/patches/themes-directory.patch b/debian/patches/themes-directory.patch
new file mode 100644
index 0000000..e81eacc
--- /dev/null
+++ b/debian/patches/themes-directory.patch
@@ -0,0 +1,16 @@
+Index: vdr-plugin-live/pages/setup.ecpp
+===================================================================
+--- vdr-plugin-live.orig/pages/setup.ecpp	2013-03-20 23:53:23.000000000 +0100
++++ vdr-plugin-live/pages/setup.ecpp	2013-03-20 23:53:54.000000000 +0100
+@@ -265,7 +265,11 @@
+ 						<td class="rightcol"><select name="theme" size="1" id="theme">
+ <%cpp>
+ {
++#if APIVERSNUM > 1072951
++	const string dirPath(Plugin::GetResourceDirectory() + "/themes");
++#else
+ 	const string dirPath(Plugin::GetConfigDirectory() + "/themes");
++#endif
+ 	cReadDir d(dirPath.c_str());
+ 	struct dirent* e;
+ 	string parent("..");

-- 
vdr-plugin-live packaging repository



More information about the pkg-vdr-dvb-changes mailing list