[vlc-commits] [Git][videolan/vlc][3.0.x] 3 commits: package/macos: build gettext via dependencies
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Oct 12 07:36:22 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
b3c1b623 by Steve Lhomme at 2025-10-12T07:17:10+00:00
package/macos: build gettext via dependencies
It's already working for other targets. If a dependency is not properly defined
it needs to be fixed.
(cherry picked from commit 7a58c476ffeeb5e00c260b74be2ac9a6631ddacd)
- - - - -
7c5843a7 by David Fuhrmann at 2025-10-12T07:17:10+00:00
macOS build.sh: Explicitly list all packages for contribs source build
(cherry picked from commit 8d4373ff50918b65c4c06c5bd65b7feac072ef75)
- - - - -
7fb5da0b by Steve Lhomme at 2025-10-12T07:17:10+00:00
contrib: macos: always shows the list of know contribs before building
We also want to know about native tools that may or may not be there.
(cherry picked from commit cf349b29f55f67e9642a0634c31cc349b91f63fd)
- - - - -
1 changed file:
- extras/package/macosx/build.sh
Changes:
=====================================
extras/package/macosx/build.sh
=====================================
@@ -254,9 +254,9 @@ mkdir -p contrib-$HOST_TRIPLET && cd contrib-$HOST_TRIPLET
if [ "$REBUILD" = "yes" ]; then
make clean
fi
+make list
if [ "$CONTRIBFROMSOURCE" = "yes" ]; then
make fetch
- make -j$JOBS .gettext
make -j$JOBS -k || make -j1
if [ "$PACKAGE" = "yes" ]; then
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/2cb79f83df4c819ef1f5cd0f5d163870b62766d0...7fb5da0b9e69220975cc04062667635dab91d92f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/2cb79f83df4c819ef1f5cd0f5d163870b62766d0...7fb5da0b9e69220975cc04062667635dab91d92f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list