[vlc-commits] [Git][videolan/vlc][3.0.x] package/macosx: Fix plugin installation

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Fri Jun 10 18:03:04 UTC 2022



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
39638035 by Romain Roffé at 2022-06-10T15:57:57+00:00
package/macosx: Fix plugin installation

Backported from VLC 4 (RTP plugin weren't included).

(cherry picked from commit b4d191ddbcaa7031547dcabad2fe589e35defc12)

- - - - -


1 changed file:

- extras/package/macosx/package.mak


Changes:

=====================================
extras/package/macosx/package.mak
=====================================
@@ -52,7 +52,7 @@ endif
 	find $(prefix)/lib -name 'libvlc*.dylib' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/lib \;
 	## Copy plugins
 	mkdir -p $@/Contents/MacOS/plugins
-	find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 2 -exec cp -a {} $@/Contents/MacOS/plugins \;
+	find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 3 -exec cp -a {} $@/Contents/MacOS/plugins \;
 	## Copy libbluray jar
 	find "$(CONTRIB_DIR)/share/java/" -name 'libbluray*.jar' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/plugins \; || true
 	## Install binary



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/39638035876cdd254c6dab8c4989cc3e73b1054e
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