]> git.pld-linux.org Git - packages/kdenlive.git/commitdiff
- updated for 0.4
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Tue, 5 Dec 2006 19:06:11 +0000 (19:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdenlive-autoconf26.patch -> 1.2

kdenlive-autoconf26.patch

index c017a1320ddd891829cfa1cab2127518d0d6db32..13dbaf3fce83e0ab540058b0f825714e16e30e4c 100644 (file)
@@ -1,21 +1,12 @@
-diff -ur kdenlive-0.3-o/admin/cvs.sh kdenlive-0.3/admin/cvs.sh
---- kdenlive-0.3-o/admin/cvs.sh        2006-05-30 15:20:09.000000000 -0600
-+++ kdenlive-0.3/admin/cvs.sh  2006-08-16 23:19:18.000000000 -0600
+diff -uNr kdenlive-0.4.orig/admin/cvs.sh kdenlive-0.4/admin/cvs.sh
+--- kdenlive-0.4.orig/admin/cvs.sh     2006-12-05 19:32:04.000000000 +0100
++++ kdenlive-0.4/admin/cvs.sh  2006-12-05 19:38:36.058296567 +0100
 @@ -32,7 +32,7 @@
  required_autoconf_version="2.53 or newer"
  AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
  case $AUTOCONF_VERSION in
--  Autoconf*2.5* | autoconf*2.5* ) : ;;
+-  Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* ) : ;;
 +  Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
    "" )
      echo "*** AUTOCONF NOT FOUND!."
      echo "*** KDE requires autoconf $required_autoconf_version"
-@@ -47,7 +47,7 @@
- AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
- case $AUTOHEADER_VERSION in
--  Autoconf*2.5* | autoheader*2.5* ) : ;;
-+  Autoconf*2.5* | autoheader*2.5* | Autoconf*2.5 | autoheader*2.6* ) : ;;
-   "" )
-     echo "*** AUTOHEADER NOT FOUND!."
-     echo "*** KDE requires autoheader $required_autoconf_version"
This page took 0.045461 seconds and 4 git commands to generate.