Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC Browser Plugins
Commits
5a0a7a25
Commit
5a0a7a25
authored
Jan 28, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
npapi: convert Info.plist to binary format prior to distribution
parent
851b88df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
npapi/Makefile.am
npapi/Makefile.am
+4
-3
No files found.
npapi/Makefile.am
View file @
5a0a7a25
...
...
@@ -149,8 +149,8 @@ libvlcplugin_la_LDFLAGS += \
-Wl
,-framework,CoreFoundation
-Wl
,-framework,ApplicationServices
\
-Wl
,-framework,QuartzCore,
-Wl
,-framework,AppKit,
-shrext
.dylib
noinst_DATA
=
VLC
\
Plugin.plugin
CLEANFILES
+=
VLC
\
Plugin.plugin
noinst_DATA
=
VLC
-
Plugin.plugin
CLEANFILES
+=
VLC
-
Plugin.plugin
#
# Plugin uses shared libraries that are located relatively through @executable_path,
...
...
@@ -168,13 +168,14 @@ define FIXEXECPATH
}'
| sh
-x
endef
VLC
\
Plugin.plugin
:
$(lib_LTLIBRARIES)
VLC
-
Plugin.plugin
:
$(lib_LTLIBRARIES)
rm
-Rf
"
$(top_builddir)
/
$@
"
$(INSTALL)
-d
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/MacOS/lib"
$(INSTALL)
-d
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/Resources"
$(INSTALL)
$(top_srcdir)
/share/pixmaps/macosx/
*
.png
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/Resources"
ACTION
=
"release-makefile"
PRODUCT
=
"VLC-Plugin.plugin"
libvlc_dir
=
$(LIBVLC_PREFIX)
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
"
$(top_srcdir)
/extras/macosx/build-package.sh"
$(INSTALL)
"
$(top_builddir)
/extras/macosx/Info.plist"
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/Info.plist"
xcrun plutil
-convert
binary1
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/Info.plist"
$(INSTALL)
"
$(top_builddir)
/npapi/.libs/npvlc.dylib"
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/MacOS/"
mv
$(top_builddir)
/VLC-Plugin.plugin/Contents/MacOS/npvlc.dylib
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/MacOS/VLC-Plugin"
chmod
+x
"
$(top_builddir)
/VLC-Plugin.plugin/Contents/MacOS/VLC-Plugin"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment