Skip to content
Snippets Groups Projects
  1. Apr 17, 2022
  2. Jan 04, 2022
    • Marvin Scholz's avatar
      macosx: add rpath for Frameworks · ffaadb57
      Marvin Scholz authored and David's avatar David committed
      The Frameworks folder was missing in the rpath, leading to Frameworks
      like Sparkle requiring change of the install_name after it was built
      instead of just using rpath properly.
      ffaadb57
  3. Jan 29, 2021
  4. Nov 22, 2020
  5. Nov 21, 2020
  6. May 26, 2020
  7. Mar 30, 2020
  8. Mar 25, 2020
  9. Dec 10, 2019
    • David's avatar
      macOS packaging: Use DESTDIR install for packaging · 358a3be3
      David authored
      This gets rid of a prefix inside our build dir, and uses DESTDIR
      when installing the content. This way, the install directory
      can be reused for further packaging introduced in the next commits.
      358a3be3
  10. Jun 03, 2019
  11. Apr 03, 2019
  12. Mar 27, 2019
  13. Mar 20, 2019
  14. Jan 17, 2019
  15. Oct 20, 2018
  16. Sep 13, 2018
    • Martin Storsjö's avatar
      bin: win32: Link vlc.exe and vlc-cache-gen.exe with -static · 9edf6284
      Martin Storsjö authored
      This prevents these executables from linking to a shared
      libssp-0.dll if both a static and shared version is available
      of this library.
      
      Since these refer to the dynamically linked libvlc via libvlc.la,
      it will still pick up the correct shared version of those, instead
      of refusing to link to a dynamic library (as it does for any
      library specified via -l<name>).
      
      The same use of -Wc,-static is present in a few other Makefile.am
      already.
      9edf6284
  17. Jul 11, 2018
  18. Jun 18, 2018
  19. May 11, 2018
  20. May 09, 2018
  21. Mar 24, 2018
  22. Mar 23, 2018
  23. Mar 15, 2018
  24. Mar 11, 2018
  25. Mar 06, 2018
    • Rémi Denis-Courmont's avatar
      vlc-cache-gen: use correct install directory · ba05ad61
      Rémi Denis-Courmont authored
      pkglibexecdir is the pseudo-directory for internal executables.
      vlc-qt-check already uses that. Indeed, PROGRAMS and SCRIPTS targets
      are not allowed by automake in pkglibdir.
      
      (libexecdir can be set to '${libdir}' in configure if/when the
      distinction is unwanted.)
      ba05ad61
  26. Feb 08, 2018
  27. Feb 02, 2018
  28. Dec 27, 2017
  29. Dec 26, 2017
  30. Dec 23, 2017
  31. Dec 10, 2017
  32. Dec 03, 2017
Loading