wok-stable diff cinepaint/stuff/cinepaint-0.22.1-multiple_parameters_named.patch @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/cinepaint/stuff/cinepaint-0.22.1-multiple_parameters_named.patch	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +--- ./plug-ins/icc_examin/icc_examin/icc_oyranos.h.orig	2008-06-27 19:28:52.000000000 +0200
     1.5 ++++ ./plug-ins/icc_examin/icc_examin/icc_oyranos.h	2008-06-27 19:31:34.000000000 +0200
     1.6 +@@ -142,9 +142,6 @@
     1.7 + 
     1.8 +     // colour transformations
     1.9 +     ColourTransformKey erzeugeTrafo (
    1.10 +-                                  const char* eingangs_profil__geraet,
    1.11 +-                                  int         byte,
    1.12 +-                                  int         kanaele,
    1.13 +                                   const char* ausgangs_profil__geraet,
    1.14 +                                   int         byte,
    1.15 +                                   int         kanaele,
    1.16 +@@ -152,9 +149,6 @@
    1.17 +                                   const char* cmm, // 4 bytes 'lcms' 'APPL'
    1.18 +                                   int         cmm_optionen); // BPC, precission
    1.19 +     ColourTransformKey erzeugeTrafo (
    1.20 +-                                  const char* eingangs_profil__geraet,
    1.21 +-                                  int         byte,
    1.22 +-                                  int         kanaele,
    1.23 +                                   const char* ausgangs_profil__geraet,
    1.24 +                                   int         byte,
    1.25 +                                   int         kanaele,
    1.26 +@@ -163,9 +157,6 @@
    1.27 +                                   int         cmm_optionen,
    1.28 +                                   std::list<const char*> &profile );
    1.29 +     ColourTransformKey erzeugeTrafo (
    1.30 +-                                  const char* eingangs_profil__geraet,
    1.31 +-                                  int         byte,
    1.32 +-                                  int         kanaele,
    1.33 +                                   const char* ausgangs_profil__geraet,
    1.34 +                                   int         byte,
    1.35 +                                   int         kanaele,
    1.36 +@@ -181,9 +172,6 @@
    1.37 +     std::string cmm;
    1.38 +   private:
    1.39 +     ColourTransformKey erzeugeSchluessel_ (
    1.40 +-                                  const char* eingangs_profil__geraet,
    1.41 +-                                  int         byte,
    1.42 +-                                  int         kanaele,
    1.43 +                                   const char* ausgangs_profil__geraet,
    1.44 +                                   int         byte,
    1.45 +                                   int         kanaele,