[vlc-commits] [Git][videolan/vlc][master] package/macos: Change SDK capitalization

2024-05-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1d4b4e52 by Dave Nicolson at 2024-05-26T05:25:50+00:00 package/macos: Change SDK capitalization - - - - - 1 changed file: - extras/package/macosx/build.sh Changes: = extras/package/macosx/b

[vlc-commits] [Git][videolan/vlc][master] 13 commits: macosx: Use displayStrings rather than title for album in VLCLibraryAlbumTableCellView

2024-05-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: 0c44e518 by Claudio Cambra at 2024-05-25T18:13:00+00:00 macosx: Use displayStrings rather than title for album in VLCLibraryAlbumTableCellView Signed-off-by: Claudio Cambra - - - - - ed114482

[vlc-commits] [Git][videolan/vlc][master] 7 commits: contrib: use a specific HOSTVARS for CMake

2024-05-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 4e0f9528 by Steve Lhomme at 2024-05-25T17:59:59+02:00 contrib: use a specific HOSTVARS for CMake Just like meson, some flags may be left to CMake to pick the right values for the compiler/linker. - - - - - 5110897b by Steve Lhom

[vlc-commits] [Git][videolan/vlc][master] 8 commits: contrib: jpeg: update to 3.0.3 and don't install executables

2024-05-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: afac356c by Steve Lhomme at 2024-05-25T10:49:51+00:00 contrib: jpeg: update to 3.0.3 and don't install executables They make the prebuilt tarballs bigger and we never use them. - - - - - b4450a59 by Steve Lhomme at 2024-05-25T10:

[vlc-commits] [Git][videolan/vlc][master] contrib/gsm: use $MAKE as appropriate

2024-05-25 Thread Jean-Baptiste Kempf (@jbk)
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC Commits: cd09eb53 by Sean McGovern at 2024-05-25T08:24:36+00:00 contrib/gsm: use $MAKE as appropriate - - - - - 1 changed file: - contrib/src/gsm/rules.mak Changes: = contrib/src/gsm/rules.m

[vlc-commits] [Git][videolan/vlc][master] 3 commits: configure: prioritize the system qtpaths6

2024-05-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 936ccbcd by Steve Lhomme at 2024-05-25T07:27:28+00:00 configure: prioritize the system qtpaths6 For native build it's important to get that one. For other builds, we pass the qtconf file anyway, it doesn't matter which one is use

[vlc-commits] [Git][videolan/vlc][master] configure.ac: remove aligned_alloc from darwin

2024-05-25 Thread Steve Lhomme (@robUx4)
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 1910bdd9 by Alexandre Janniaux at 2024-05-25T06:56:07+00:00 configure.ac: remove aligned_alloc from darwin aligned_alloc() from Darwin doesn't pass the alignment tests but is still detected since it's usable. This commit always fa