home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.bugs.dist      Ohh some weird Debian bug report thing      28,835 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 27,572 of 28,835   
   Adrian Bunk to All   
   Bug#1127894: satdump FTBFS with volk 3.3   
   14 Feb 26 11:50:01   
   
   From: bunk@debian.org   
      
   This is a multi-part MIME message sent by reportbug.   
      
      
   [SoupGate killed MIME-encoded file 00000000.ATT (1393 bytes)]   
   From ab0ddc27c2065a54e7039ae6d5fc3582bf76a309 Mon Sep 17 00:00:00 2001   
   From: Adrian Bunk    
   Date: Sat, 14 Feb 2026 12:39:12 +0200   
   Subject: Fix the build with volk 3.3   
      
   ---   
    src-core/common/calibration.cpp | 4 ++--   
    src-core/common/calibration.h   | 2 --   
    2 files changed, 2 insertions(+), 4 deletions(-)   
      
   diff --git a/src-core/common/calibration.cpp b/src-core/common/calibration.cpp   
   index 1437304dd..90bc4c016 100644   
   --- a/src-core/common/calibration.cpp   
   +++ b/src-core/common/calibration.cpp   
   @@ -3,9 +3,9 @@   
    #include    
    #include    
      
   -double temperature_to_radiance(double t, double v) { return (c1 * v * v * v)   
   / (pow(e_num, c2 * v / t) - 1); }   
   +double temperature_to_radiance(double t, double v) { return (1.1910427e-05 *   
   v * v * v) / (pow(e_num, 1.4387752 * v / t) - 1); }   
      
   -double radiance_to_temperature(double L, double v) { return (c2 * v) /   
   (log(c1 * v * v * v / L + 1)); }   
   +double radiance_to_temperature(double L, double v) { return (1.4387752 * v) /   
   (log(1.1910427e-05 * v * v * v / L + 1)); }   
      
    double freq_to_wavenumber(double freq) { return 1e7 / ((299792458.0 / freq) /   
   10e-10); }   
      
   diff --git a/src-core/common/calibration.h b/src-core/common/calibration.h   
   index c58eeeb46..ba0ca7583 100644   
   --- a/src-core/common/calibration.h   
   +++ b/src-core/common/calibration.h   
   @@ -4,8 +4,6 @@   
    #include    
    #include    
      
   -#define c1 1.1910427e-05   
   -#define c2 1.4387752   
    #define e_num 2.7182818   
      
    double temperature_to_radiance(double t, double v);   
   --   
   2.47.3   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca