CVS debian/patches

CVS User tbm ludovic.rousseau at free.fr
Fri Aug 5 00:10:40 UTC 2005


Update of /cvsroot/pkg-bins/debian/patches
In directory haydn:/tmp/cvs-serv4745

Modified Files:
	10_bins.dpatch 
Log Message:
fix the patch I broke... add missing {


--- /cvsroot/pkg-bins/debian/patches/10_bins.dpatch	2005/08/05 00:01:37	1.2
+++ /cvsroot/pkg-bins/debian/patches/10_bins.dpatch	2005/08/05 00:10:40	1.3
@@ -24,16 +24,14 @@
 
 @DPATCH@
 --- bins~	2005-08-05 00:50:15.628942640 +0100
-+++ bins	2005-08-05 00:53:20.529833432 +0100
-@@ -4595,7 +4595,10 @@
++++ bins	2005-08-05 01:10:01.240702256 +0100
+@@ -4595,6 +4595,9 @@
              if (commandAvailable("jpegtran")) {
                  $rotateJPEG = 'jpegtran -copy all -rotate %s -outfile "%s.tmp" "%s" && mv "%s.tmp" "%s"';
                  beVerboseN(" found jpegtran.", 3);
--            } else {
 +            } elsif (commandAvailable("jpegtran-mmx")) {
 +                $rotateJPEG = 'jpegtran-mmx -copy all -rotate %s -outfile "%s.tmp" "%s" && mv "%s.tmp" "%s"';
 +                beVerboseN(" found jpegtran-mmx.", 3);
-+            } else
+             } else {
                  $rotateJPEG = "";
                  beVerboseN(" not found, trying a generic one.", 3);
-             }




More information about the pkg-bins-commits mailing list