[vlc-commits] [Git][videolan/vlc][master] 3 commits: package/macosx: fix location for plugins.dat generation

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri May 8 04:52:19 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
273a1c17 by Steve Lhomme at 2026-05-08T04:13:26+00:00
package/macosx: fix location for plugins.dat generation

The MacOS/plugins folder doesn't exist, it's Frameworks/plugins.

- - - - -
6bd0951b by Steve Lhomme at 2026-05-08T04:13:26+00:00
package/macosx: remove local contrib bin folder

The contrib and configure scripts find native tools in contribs on their own.
And the triplet is not used for that.

- - - - -
1a6f67e3 by Steve Lhomme at 2026-05-08T04:13:26+00:00
package/macosx: remove remaining Growl reference

Missing from 66cdaaaf1fc066d71290936abcf2e27189ac33c2.

- - - - -


2 changed files:

- extras/package/macosx/build.sh
- extras/package/macosx/env.build.sh


Changes:

=====================================
extras/package/macosx/build.sh
=====================================
@@ -297,11 +297,10 @@ if [ "$PACKAGETYPE" = "u" ]; then
     find VLC.app/ -name "*.dylib" -exec strip -x {} \;
     find VLC.app/ -type f -name "VLC" -exec strip -x {} \;
     find VLC.app/ -type f -name "Sparkle" -exec strip -x {} \;
-    find VLC.app/ -type f -name "Growl" -exec strip -x {} \;
     find VLC.app/ -type f -name "Breakpad" -exec strip -x {} \;
 
     if [ "$BUILD_TRIPLET" = "$HOST_TRIPLET" ]; then
-        bin/vlc-cache-gen VLC.app/Contents/MacOS/plugins
+        bin/vlc-cache-gen VLC.app/Contents/Frameworks/plugins
     fi
 
     info "Building VLC release archive"


=====================================
extras/package/macosx/env.build.sh
=====================================
@@ -93,7 +93,7 @@ vlcSetBaseEnvironment() {
         python3Path=""
     fi
 
-    export PATH="${VLC_ROOT_DIR}/extras/tools/build/bin:${VLC_ROOT_DIR}/contrib/${LOCAL_BUILD_TRIPLET}/bin:$python3Path:${VLC_PATH}:/bin:/sbin:/usr/bin:/usr/sbin"
+    export PATH="${VLC_ROOT_DIR}/extras/tools/build/bin:$python3Path:${VLC_PATH}:/bin:/sbin:/usr/bin:/usr/sbin"
 }
 
 vlcSetSymbolEnvironment() {



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b40fef60bb042165f96d48be67f476cbf99c84a4...1a6f67e3060eb2c534be09e192a7fbde6b20b9ed

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/b40fef60bb042165f96d48be67f476cbf99c84a4...1a6f67e3060eb2c534be09e192a7fbde6b20b9ed
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list