[vlc-commits] macOS package: include all libbluray jars in the package

David Fuhrmann git at videolan.org
Tue Jun 11 19:05:07 CEST 2019


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Tue Jun 11 19:01:16 2019 +0200| [23b7c7242641db2f1d4eb63e3f6515e35fd79cb3] | committer: David Fuhrmann

macOS package: include all libbluray jars in the package

Now, two files are needed.

closes #22412

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=23b7c7242641db2f1d4eb63e3f6515e35fd79cb3
---

 extras/package/macosx/package.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 3b9a52f265..1423d7874e 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -57,7 +57,7 @@ endif
 	mkdir -p $@/Contents/MacOS/plugins
 	find $(prefix)/lib/vlc/plugins -name 'lib*_plugin.dylib' -maxdepth 2 -exec cp -a {} $@/Contents/MacOS/plugins \;
 	## Copy libbluray jar
-	find "$(CONTRIB_DIR)/share/java/" -name 'libbluray-j2se-*.jar' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/plugins \; || true
+	find "$(CONTRIB_DIR)/share/java/" -name 'libbluray*.jar' -maxdepth 1 -exec cp -a {} $@/Contents/MacOS/plugins \; || true
 	## Install binary
 	cp $(prefix)/bin/vlc $@/Contents/MacOS/VLC
 	## Generate plugin cache



More information about the vlc-commits mailing list