1. 21 Sep, 2005 2 commits
    • Rocky Bernstein's avatar
      In libcdio < 0.76 · 204fe9b5
      Rocky Bernstein authored
      #include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */
      
      In libcdio >= 0.76
      
      #include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */
      
      and
      
      #include <cdio/cdda.h>     /* These lines can be | In either order    */
      #include <cdio/paranoia.h> /* in either order    | these lines can be */
      
      So that's what we go with. See the libcdio-devel@gnu.org mailing list
      for more information on why the change in 0.76
      
      
      204fe9b5
    • Derk-Jan Hartman's avatar
      * Autodetect the liveMedia on 10.2 special case. Note that this might break... · b638a3db
      Derk-Jan Hartman authored
      * Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well. 
      
      b638a3db
  2. 20 Sep, 2005 8 commits
  3. 19 Sep, 2005 13 commits
  4. 18 Sep, 2005 17 commits