- 21 Apr, 2018 1 commit
-
-
David Fuhrmann authored
vlc.git will now target macOS 10.10 or higher, therefore some symbols can be enabled now, as they are available. The full list of dropped symbols with their minimum version is: - export ac_cv_func_ffsll=no # 10.9 / ios7 - export ac_cv_func_flsll=no # 10.9 / ios7 - export ac_cv_func_fdopendir=no # 10.10 / ios8 - export ac_cv_func_openat=no # 10.10 / ios8 - export ac_cv_func_fstatat=no # 10.10 / ios8 - export ac_cv_func_readlinkat=no # 10.10 / ios8
-
- 19 Apr, 2018 1 commit
-
-
Simon Latapie authored
Adds an option to get a shell with the right environment set to build VLC. Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 14 Apr, 2018 1 commit
-
-
Konstantin Pavlov authored
We're using KDE Neon Qt5 & friends that fix the UI look and feel for desktop environments Canonical does not care about, but unfortunately those packages are not compatible with appmenu-qt5 package from Xenial, required by desktop-qt5. The fix here is to replicate the desktop-qt5 snap build proccess, dropping appmenu-qt5 dependency.
-
- 12 Apr, 2018 2 commits
-
-
David Fuhrmann authored
Xcode 3 should really not be used here anymore. macOS 10.10 should support Xcode 6 or 7.
-
David Fuhrmann authored
Also bump deployment target to 10.10. Makes sure that correct default deployment target is assumed for xib files.
-
- 09 Apr, 2018 1 commit
-
-
Marvin Scholz authored
-
- 28 Mar, 2018 1 commit
-
-
Martin Storsjö authored
The package-win-sdk target assumes that an install already has been done and that $(prefix)/include exists. This fixes race conditions if building package-win-common with a parallel make.
-
- 27 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 26 Mar, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It's required by newer x264
-
- 24 Mar, 2018 1 commit
-
-
David Fuhrmann authored
Current tools set the library identification names to the unversioned libraries (e.g. rpath/libvlccore.dylib), therefore breakpad needs symbols with that library name. Currently, breakpad does not support having the same symbols for multiple names, therefore it cannot keep symbols for both the versioned and unversioned variants. Workaround that by removing the symlinks and only keeping the unversioned name of the libraries for VLC-debug.app. refs #19653
-
- 16 Mar, 2018 5 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Marvin Scholz authored
Additionally rename 7Z_OPTS to 7ZIP_OPTS, to match the 7ZIP program variable name.
-
Marvin Scholz authored
-
- 15 Mar, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #19538
-
Hugo Beauzée-Luyssen authored
-
- 10 Mar, 2018 4 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
Those are also usually wanted by developement builds.
-
David Fuhrmann authored
This should give a complete environment when using env.build.sh as a standalone helper.
-
David Fuhrmann authored
This file is included and used in build.sh. Additionally, it can be directly sourced into the current shell, to have a correct environment for local builds. The first parameter specifies if the environment for "vlc" or "contrib" shall be provided.
-
- 09 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
cp --parents was copying the entire hierarchy leading to the plugins folder, causing resulting builds to fail to load any plugins
-
- 08 Mar, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
Missed change from previous commit
-
Hugo Beauzée-Luyssen authored
This fixes windows packaging following 99ad3da5
-
Hugo Beauzée-Luyssen authored
-
- 07 Mar, 2018 1 commit
-
-
Rémi Denis-Courmont authored
Automake only allows DATA target into architecture-independent data directories. So mark Lua byte-code files as SCRIPTS, which they kinda are anyway.
-
- 06 Mar, 2018 2 commits
-
-
Rémi Denis-Courmont authored
Makefile expansion cannot handle that correctly.
-
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.)
-
- 02 Mar, 2018 1 commit
-
-
David Fuhrmann authored
Followup fix for 6c6bc89c. This sets the contribs flags now in the same way as before, to correctly build a contrib package with minimum macosx version repected. Also add WARNING_CFLAGS, to enable availability errors for all Xcode based projects.
-
- 28 Feb, 2018 2 commits
-
-
Martin Storsjö authored
The def file generated by the linker is enough input to dlltool; this doesn't change the output import library at all. This fixes building with llvm-dlltool, which doesn't support providing object files/dlls, it only supports reading from a def file (which these commands already did anyway).
-
Martin Storsjö authored
When libtool links DLLs that include C++ code, it does so by passing -nostdlib and manually adding the compiler built-in default libraries. When linking, clang specifies the compiler-rt library by passing the full path to the .a file, instead of using -L + -l. libtool currently doesn't pick up such a full path to a static library as a library it should include. This patch is a custom libtool patch from chromium os [1], upstreaming is in progress at [2]. [1] https://chromium.googlesource.com/chromiumos/overlays/portage-stable/+/88201a517e3a797e4197bacc4959785a934c08d6 [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27866
-
- 22 Feb, 2018 1 commit
-
-
Marvin Scholz authored
The previous background had the orange bar at the bottom, but with some configurations of the Window it would be covered by the status bar. Therefore move the orange bar to the top and adjust the icon positions accordingly.
-
- 21 Feb, 2018 5 commits
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
This really needs to be fixed on Canonical side with layouts, then we can drop shipping those packages as well.
-