]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- initial prepare for 0.20a release
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Sep 2006 16:39:07 +0000 (16:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythplugins-paths.patch -> 1.3
    mythweb-config.patch -> 1.5

mythplugins-paths.patch
mythweb-config.patch

index 5132745a37871fb1c26063c5363b4bfb3600ede6..e8aa2e876b128031b7565a127a78e69dbc2db9ca 100644 (file)
@@ -1,4 +1,3 @@
-diff -u -r mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp mythplugins/mythgallery/mythgallery/gallerysettings.cpp
 --- mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp        2005-10-22 13:31:34.000000000 +0300
 +++ mythplugins/mythgallery/mythgallery/gallerysettings.cpp    2005-10-22 18:39:49.000000000 +0300
 @@ -44,7 +44,7 @@
@@ -10,7 +9,6 @@ diff -u -r mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp mythplugi
      gc->setHelpText(QObject::tr("This is a colon separated list of paths. "
                      "If the path in the list is a directory, its contents will "
                      "be copied. If it is an executable, it will be run."));
-diff -u -r mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp mythplugins/mythmusic/mythmusic/globalsettings.cpp
 --- mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp     2005-10-22 13:31:22.000000000 +0300
 +++ mythplugins/mythmusic/mythmusic/globalsettings.cpp 2005-10-22 18:39:49.000000000 +0300
 @@ -18,7 +18,7 @@
@@ -22,15 +20,11 @@ diff -u -r mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp mythplugins/my
      gc->setHelpText(QObject::tr("This directory must exist, and the user "
                      "running MythMusic needs to have write permission "
                      "to the directory."));
-diff -u -r mythplugins-pre/mythvideo/mythvideo/globalsettings.cpp mythplugins/mythvideo/mythvideo/globalsettings.cpp
---- mythplugins-pre/mythvideo/mythvideo/globalsettings.cpp     2005-10-22 13:31:39.000000000 +0300
-+++ mythplugins/mythvideo/mythvideo/globalsettings.cpp 2005-10-22 18:39:49.000000000 +0300
-@@ -159,7 +159,7 @@
- {
-     HostLineEdit *gc = new HostLineEdit("VideoStartupDir");
-     gc->setLabel(QObject::tr("Directory that holds videos"));
--    gc->setValue("/share/Movies/dvd");
-+    gc->setValue("/var/lib/mythvideo");
-     gc->setHelpText(QObject::tr("This directory must exist, and the user "
-                     "running MythVideo only needs to have read permission "
-                     "to the directory."));
+--- mythplugins/mythvideo/mythvideo/globals.cpp~       2006-09-05 02:51:22.000000000 +0300
++++ mythplugins/mythvideo/mythvideo/globals.cpp        2006-09-07 23:24:51.000000000 +0300
+@@ -24,4 +24,4 @@
+ const int SCREEN_EXIT_VIA_JUMP = 5;
+-const QString DEFAULT_VIDEOSTARTUP_DIR = "/share/Movies/dvd";
++const QString DEFAULT_VIDEOSTARTUP_DIR = "/var/lib/mythvideo";
index 5719a0734f24a948af500870a18c5b2e04d0b563..9c41dc3f9477457e3046470b2df8bf91f2bd8278 100644 (file)
@@ -1,26 +1,25 @@
-diff -ur ./mythweb/includes/init.php /tmp/mythweb/includes/init.php
---- ./mythweb/includes/init.php        2005-02-28 00:52:48.000000000 +0200
-+++ /tmp/mythweb/includes/init.php     2005-10-26 00:11:25.000000000 +0300
-@@ -14,7 +14,7 @@
-     require_once 'includes/errordisplay.php';
- // Load the user-defined configuration settings
--    require_once 'config/conf.php';
-+    require_once '/etc/webapps/mythweb/conf.php';
- // Clean up some variables
-     if (!ereg('/$', $_SERVER['DOCUMENT_ROOT']))
---- ./mythweb/config/conf.php~ 2005-11-04 02:25:34.000000000 +0200
-+++ ./mythweb/config/conf.php  2005-11-04 02:26:32.000000000 +0200
-@@ -29,7 +29,7 @@
- //    defined as mythtv.mydomain.com in server_domain above, mail will go to
- //    mythweb_errors@mydomain.com.
- //
--    define('error_email', 'mythweb_errors@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
-+    define('error_email', 'root@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
- // For the "movies" search -- set this to the word your listings provider uses to
- //   describe movies/films/peliculas/etc.
+#--- ./mythweb/includes/init.php       2005-02-28 00:52:48.000000000 +0200
+#+++ /tmp/mythweb/includes/init.php    2005-10-26 00:11:25.000000000 +0300
+#@@ -14,7 +14,7 @@
+#     require_once 'includes/errordisplay.php';
+# 
+# // Load the user-defined configuration settings
+#-    require_once 'config/conf.php';
+#+    require_once '/etc/webapps/mythweb/conf.php';
+# 
+# // Clean up some variables
+#     if (!ereg('/$', $_SERVER['DOCUMENT_ROOT']))
+#--- ./mythweb/config/conf.php~        2005-11-04 02:25:34.000000000 +0200
+#+++ ./mythweb/config/conf.php 2005-11-04 02:26:32.000000000 +0200
+#@@ -29,7 +29,7 @@
+# //    defined as mythtv.mydomain.com in server_domain above, mail will go to
+# //    mythweb_errors@mydomain.com.
+# //
+#-    define('error_email', 'mythweb_errors@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
+#+    define('error_email', 'root@'.preg_replace('/.*?\b([\w\-]+\.[\w\-]+)$/', '$1', server_domain));
+# 
+# // For the "movies" search -- set this to the word your listings provider uses to
+# //   describe movies/films/peliculas/etc.
 --- /mythweb/includes/mythbackend.php~ 2005-10-22 13:31:12.000000000 +0300
 +++ /mythweb/includes/mythbackend.php  2005-11-04 23:31:31.707600269 +0200
 @@ -335,7 +335,7 @@
@@ -32,50 +31,50 @@ diff -ur ./mythweb/includes/init.php /tmp/mythweb/includes/init.php
                      if(!is_dir($path) && !mkdir($path, 0755))
                          trigger_error('Error creating path for '.$path.': Please check permissions.', FATAL);
                  }
---- ./mythweb/includes/init.php        2006-01-07 02:10:47.000000000 +0200
-+++ /tmp/init.php      2006-01-08 01:02:40.000000000 +0200
-@@ -232,12 +232,12 @@
-     define('theme_url', root.theme_dir);
- // Make sure the data directory exists and is writable
--    if (!is_dir('data') && !mkdir('data', 0755)) {
-+    if (!is_dir('/var/cache/mythweb') && !mkdir('/var/cache/mythweb', 0755)) {
-         $Error = 'Error creating the data directory. Please check permissions.';
-         require_once 'templates/_error.php';
-         exit;
-     }
--    if (!is_writable('data')) {
-+    if (!is_writable('/var/cache/mythweb')) {
-         $process_user = posix_getpwuid(posix_geteuid());
-         $Error = 'data directory is not writable by '.$process_user['name'].'. Please check permissions.';
-         require_once 'templates/_error.php';
-@@ -245,7 +245,7 @@
-     }
- // New hard-coded cache directory
--    define('cache_dir', 'data/cache');
-+    define('cache_dir', '/var/cache/mythweb');
- // Make sure the image cache path exists and is writable
-     if (!is_dir(cache_dir) && !mkdir(cache_dir, 0755)) {
---- ./mythweb/modules/tv/handler.php   2006-02-01 21:18:41.000000000 +0200
-+++ ./modules/tv/handler.php   2006-02-01 21:18:43.170715902 +0200
-@@ -14,14 +14,14 @@
- /**/
- // Make sure the image cache path exists and is writable
--    if (!is_dir('data/tv_icons') && !mkdir('data/tv_icons', 0755)) {
--        $Error = 'Error creating data/tv_icons: Please check permissions on the data directory.';
-+    if (!is_dir('/var/cache/mythweb/tv_icons') && !mkdir('/var/cache/mythweb/tv_icons', 0755)) {
-+        $Error = 'Error creating /var/cache/mythweb/tv_icons: Please check permissions on the data directory.';
-         require_once 'templates/_error.php';
-         exit;
-     }
--    if (!is_writable('data/tv_icons')) {
-+    if (!is_writable('/var/cache/mythweb/tv_icons')) {
-         $process_user = posix_getpwuid(posix_geteuid());
--        $Error = 'data/tv_icons directory is not writable by '.$process_user['name'].'. Please check permissions.';
-+        $Error = '/var/cache/mythweb/tv_icons directory is not writable by '.$process_user['name'].'. Please check permissions.';
-         require_once 'templates/_error.php';
-         exit;
-     }
+#--- ./mythweb/includes/init.php       2006-01-07 02:10:47.000000000 +0200
+#+++ /tmp/init.php     2006-01-08 01:02:40.000000000 +0200
+#@@ -232,12 +232,12 @@
+#     define('theme_url', root.theme_dir);
+# 
+# // Make sure the data directory exists and is writable
+#-    if (!is_dir('data') && !mkdir('data', 0755)) {
+#+    if (!is_dir('/var/cache/mythweb') && !mkdir('/var/cache/mythweb', 0755)) {
+#         $Error = 'Error creating the data directory. Please check permissions.';
+#         require_once 'templates/_error.php';
+#         exit;
+#     }
+#-    if (!is_writable('data')) {
+#+    if (!is_writable('/var/cache/mythweb')) {
+#         $process_user = posix_getpwuid(posix_geteuid());
+#         $Error = 'data directory is not writable by '.$process_user['name'].'. Please check permissions.';
+#         require_once 'templates/_error.php';
+#@@ -245,7 +245,7 @@
+#     }
+# 
+# // New hard-coded cache directory
+#-    define('cache_dir', 'data/cache');
+#+    define('cache_dir', '/var/cache/mythweb');
+# 
+# // Make sure the image cache path exists and is writable
+#     if (!is_dir(cache_dir) && !mkdir(cache_dir, 0755)) {
+#--- ./mythweb/modules/tv/handler.php  2006-02-01 21:18:41.000000000 +0200
+#+++ ./modules/tv/handler.php  2006-02-01 21:18:43.170715902 +0200
+#@@ -14,14 +14,14 @@
+# /**/
+# 
+# // Make sure the image cache path exists and is writable
+#-    if (!is_dir('data/tv_icons') && !mkdir('data/tv_icons', 0755)) {
+#-        $Error = 'Error creating data/tv_icons: Please check permissions on the data directory.';
+#+    if (!is_dir('/var/cache/mythweb/tv_icons') && !mkdir('/var/cache/mythweb/tv_icons', 0755)) {
+#+        $Error = 'Error creating /var/cache/mythweb/tv_icons: Please check permissions on the data directory.';
+#         require_once 'templates/_error.php';
+#         exit;
+#     }
+#-    if (!is_writable('data/tv_icons')) {
+#+    if (!is_writable('/var/cache/mythweb/tv_icons')) {
+#         $process_user = posix_getpwuid(posix_geteuid());
+#-        $Error = 'data/tv_icons directory is not writable by '.$process_user['name'].'. Please check permissions.';
+#+        $Error = '/var/cache/mythweb/tv_icons directory is not writable by '.$process_user['name'].'. Please check permissions.';
+#         require_once 'templates/_error.php';
+#         exit;
+#     }
This page took 0.105718 seconds and 4 git commands to generate.