Skip to content
Snippets Groups Projects
  1. Sep 08, 2022
  2. Aug 12, 2022
  3. Aug 11, 2022
  4. Aug 03, 2022
  5. Jul 24, 2022
  6. Jul 17, 2022
  7. Jul 12, 2022
  8. Jun 06, 2022
  9. May 21, 2022
    • Alexandre Janniaux's avatar
      macosx: disable --with-x on default configuration · fb6704f3
      Alexandre Janniaux authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      When building Qt, we only add and link the X11 library and flags when
      QT5_HAS_X11 is defined (in automake), which happens when we build
      Qt5X11Extras.
      
      Without this check, if autotools find the X11 library, then it might
      fail to find the headers (because X_CFLAGS won't be used) or will at
      least fail to link correct (because -lX11 will be missing from the
      link command).
      
      Since we don't use X11 on MacOSX, disable it by default in the configure
      script like Qt, so that enabling Qt module locally works correctly.
      fb6704f3
  10. May 14, 2022
  11. Apr 30, 2022
  12. Apr 25, 2022
  13. Apr 22, 2022
  14. Apr 18, 2022
  15. Apr 14, 2022
  16. Apr 10, 2022
  17. Apr 09, 2022
  18. Apr 03, 2022
    • Alaric Senat's avatar
      contrib: upnp: update to 1.14.11 · 4b31cb69
      Alaric Senat authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      libupnp 1.6 is starting to get really old and caused bugs recently with
      the new winpthread rework for contribs.
      
      Added contrib patches:
        - revert-ifaddrs.patch (revert changes breaking android)
      
      Removed contrib patches:
        - 0001-Do-not-try[...]           -> Fixed upstream by 386b7ed7
        - dont_use_down_intf.patch       -> Fixed upstream by 1f2e3b88
        - fix_infinite_loop.patch        -> Fixed upstream by 4367cbfa
        - libpthread.patch               -> Replaced
        - missing_win32.patch            -> Fixed upstream by 02bb90c5
        - no-getifinfo.patch             -> Fixed upstream by 0296c3cd
        - use-inet-pton.patch            -> Fixed upstream by 44cdeeb7
        - use-unicode.patch              -> Fixed upstream
        - windows-random.patch           -> Fixed upstream by 44e092a6
      
      Edited patches (mostly to fit the new sources):
        - miniserver.patch
        - upnp-no-debugfile.patch
        - pthread-w32-checks.patch (Partially fixed upstream by e0f44dd9)
        - libupnp-win32.patch (Partially fixed upstream)
        - libupnp-win64.patch (Partially fixed upstream by 421d5d28)
        - windows-version-inet.patch
        - libupnp-win32-exports.patch
      
      Renamed patch:
        - pthread-w32-force -> pthread-force (Gets applied to linux too now)
      4b31cb69
  19. Mar 27, 2022
  20. Mar 24, 2022
  21. Mar 15, 2022
  22. Mar 13, 2022
  23. Mar 10, 2022
  24. Mar 09, 2022
  25. Mar 03, 2022
  26. Feb 27, 2022
  27. Feb 26, 2022
  28. Feb 25, 2022
Loading