]> git.pld-linux.org Git - packages/mythplugins.git/blob - mythplugins-paths.patch
- simplified incompatibile macro definition for fftw3 usage in mythmusic
[packages/mythplugins.git] / mythplugins-paths.patch
1 --- mythplugins-pre/mythgallery/mythgallery/gallerysettings.cpp 2005-10-22 13:31:34.000000000 +0300
2 +++ mythplugins/mythgallery/mythgallery/gallerysettings.cpp     2005-10-22 18:39:49.000000000 +0300
3 @@ -44,7 +44,7 @@
4  {
5      HostLineEdit *gc = new HostLineEdit("GalleryImportDirs");
6      gc->setLabel(QObject::tr("Paths to import images from"));
7 -    gc->setValue("/mnt/cdrom:/mnt/camera");
8 +    gc->setValue("/media/cdrom:/mnt/camera");
9      gc->setHelpText(QObject::tr("This is a colon separated list of paths. "
10                      "If the path in the list is a directory, its contents will "
11                      "be copied. If it is an executable, it will be run."));
12 --- mythplugins-pre/mythmusic/mythmusic/globalsettings.cpp      2005-10-22 13:31:22.000000000 +0300
13 +++ mythplugins/mythmusic/mythmusic/globalsettings.cpp  2005-10-22 18:39:49.000000000 +0300
14 @@ -18,7 +18,7 @@
15  {
16      HostLineEdit *gc = new HostLineEdit("MusicLocation");
17      gc->setLabel(QObject::tr("Directory to hold music"));
18 -    gc->setValue("/mnt/store/music/");
19 +    gc->setValue("/var/lib/mythmusic/");
20      gc->setHelpText(QObject::tr("This directory must exist, and the user "
21                      "running MythMusic needs to have write permission "
22                      "to the directory."));
23 --- mythplugins/mythvideo/mythvideo/globals.cpp~        2006-09-05 02:51:22.000000000 +0300
24 +++ mythplugins/mythvideo/mythvideo/globals.cpp 2006-09-07 23:24:51.000000000 +0300
25 @@ -24,4 +24,4 @@
26  
27  const int SCREEN_EXIT_VIA_JUMP = 5;
28  
29 -const QString DEFAULT_VIDEOSTARTUP_DIR = "/share/Movies/dvd";
30 +const QString DEFAULT_VIDEOSTARTUP_DIR = "/var/lib/mythvideo";
This page took 0.025389 seconds and 3 git commands to generate.