[vlc-commits] [Git][videolan/vlc][master] package/win32: generate a source tarball in meson release builds

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Aug 2 00:33:24 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
f6322de4 by Steve Lhomme at 2026-08-02T00:04:48+00:00
package/win32: generate a source tarball in meson release builds

- - - - -


1 changed file:

- extras/package/win32/build.sh


Changes:

=====================================
extras/package/win32/build.sh
=====================================
@@ -633,6 +633,8 @@ if [ -n "$BUILD_MESON" ]; then
         rm -rf ${BUILD_PATH}/$SHORTARCH-meson/vlc-$SHORTARCH-$VLC_GIT_TAG-debug.7z
         cd ${BUILD_PATH}/$SHORTARCH-meson && \
             7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$SHORTARCH-$VLC_GIT_TAG-debug.7z vlc-$SHORTARCH
+    elif [ "$INSTALLER" = "r" ]; then
+        meson dist -C ${BUILD_PATH}/$SHORTARCH-meson -j$JOBS --no-tests
     fi
 else
     info "Bootstrapping"



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f6322de449a21a0969195e1c27a58648920a9b99

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f6322de449a21a0969195e1c27a58648920a9b99
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list