]> git.pld-linux.org Git - packages/mythtv.git/commitdiff
- updated to 0.20 snap (svn 11046)
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 14 Sep 2006 10:38:02 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythtv-optflags.patch -> 1.2
    mythtv-sbinpath.patch -> 1.2

mythtv-optflags.patch
mythtv-sbinpath.patch

index 86dd950fc84c1b8838291c821b7b636e7907117b..816e4a17b4f57a63efe7f0eab0c805fd73216019 100644 (file)
@@ -1,11 +1,11 @@
---- mythtv-0.19/configure~     2006-05-28 14:40:14.000000000 +0300
-+++ mythtv-0.19/configure      2006-05-28 14:43:47.000000000 +0300
-@@ -1907,8 +1907,6 @@
+--- mythtv/configure~  2006-09-05 04:59:27.000000000 +0300
++++ mythtv/configure   2006-09-05 05:00:45.000000000 +0300
+@@ -2261,8 +2261,6 @@
      if test -n "`$cc -v 2>&1 | grep xlc`"; then
-       CFLAGS="$CFLAGS -O5"
-       LDFLAGS="$LDFLAGS -O5"
+         CFLAGS="$CFLAGS -O5"
+         LDFLAGS="$LDFLAGS -O5"
 -    else
--      CFLAGS="-O3 $CFLAGS"
+-        CFLAGS="-O3 $CFLAGS"
      fi
  fi
  
index a6e27a294fac0a573b0a9eefa69a59e22716c163..9c6ec50e935177665de19251003a92ebcab62875 100644 (file)
@@ -1,14 +1,14 @@
---- mythtv/libs/libmythtv/jobqueue.cpp~        2005-12-21 00:35:51.000000000 +0200
-+++ mythtv/libs/libmythtv/jobqueue.cpp 2006-02-05 16:17:49.000000000 +0200
-@@ -2008,7 +2008,7 @@
-     gContext->LogEntry("commflag", LP_NOTICE, msg, logDesc);
-     int breaksFound = 0;
--    QString path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
-+    QString path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
-     QString cmd = QString("%1 -j %2 -V %3")
+--- mythtv/libs/libmythtv/jobqueue.cpp~        2006-09-05 04:56:41.000000000 +0300
++++ mythtv/libs/libmythtv/jobqueue.cpp 2006-09-05 04:57:45.000000000 +0300
+@@ -1955,7 +1955,7 @@
+     if (runningJobCommands[key] == "mythcommflag")
+     {
+-        path = gContext->GetInstallPrefix() + "/bin/mythcommflag";
++        path = gContext->GetInstallPrefix() + "/sbin/mythcommflag";
+         command = QString("%1 -j %2 -V %3")
                            .arg(path).arg(jobID).arg(print_verbose_messages);
+     }
 --- mythtv/programs/mythcommflag/mythcommflag.pro~     2005-10-18 02:33:37.000000000 +0300
 +++ mythtv/programs/mythcommflag/mythcommflag.pro      2006-02-05 16:20:01.000000000 +0200
 @@ -4,7 +4,7 @@
This page took 0.069422 seconds and 4 git commands to generate.