Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
df287db5
Commit
df287db5
authored
Nov 07, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win64: really package npapi plugin
parent
43229fa8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
Makefile.am
Makefile.am
+3
-8
extras/package/win32/vlc.win32.nsi.in
extras/package/win32/vlc.win32.nsi.in
+1
-1
No files found.
Makefile.am
View file @
df287db5
...
@@ -739,14 +739,15 @@ if BUILD_OSDMENU
...
@@ -739,14 +739,15 @@ if BUILD_OSDMENU
rm
-f
--
"$$file.tmp"
;
\
rm
-f
--
"$$file.tmp"
;
\
done
done
endif
endif
if
!HAVE_WIN64
if
!HAVE_WINCE
if
!HAVE_WINCE
if
!HAVE_WIN64
cp
"$(top_builddir)/activex-vlc/src/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/activex-vlc/src/axvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/activex-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
cp
"$(top_builddir)/activex-vlc/installed/lib/axvlc.dll"
"$(win32_destdir)/"
endif
cp
"$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
cp
"$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll"
"$(win32_destdir)/"
endif
endif
endif
# Compiler shared DLLs
# Compiler shared DLLs
# For win64 only, Debian mingw32 compilers are built with --disable-shared
# For win64 only, Debian mingw32 compilers are built with --disable-shared
...
@@ -789,26 +790,20 @@ package-win-base: package-win-common
...
@@ -789,26 +790,20 @@ package-win-base: package-win-common
package-win32-webplugin-common
:
package-win-base
package-win32-webplugin-common
:
package-win-base
mkdir
-p
"
$(win32_xpi_destdir)
/plugins"
mkdir
-p
"
$(win32_xpi_destdir)
/plugins"
find
$(destdir)
-maxdepth
4
-name
"*
$(LIBEXT)
"
-exec
cp
{}
"
$(win32_xpi_destdir)
/"
\;
find
$(destdir)
-maxdepth
4
-name
"*
$(LIBEXT)
"
-exec
cp
{}
"
$(win32_xpi_destdir)
/"
\;
if
!HAVE_WIN64
cp
$(top_builddir)
/npapi-vlc/npapi/npvlc.dll.manifest
"
$(win32_xpi_destdir)
/plugins"
cp
$(top_builddir)
/npapi-vlc/npapi/npvlc.dll.manifest
"
$(win32_xpi_destdir)
/plugins"
endif
cp
"
$(top_srcdir)
/extras/package/win32/libvlc.dll.manifest"
"
$(win32_xpi_destdir)
/plugins"
cp
"
$(top_srcdir)
/extras/package/win32/libvlc.dll.manifest"
"
$(win32_xpi_destdir)
/plugins"
cp
-r
$(win32_destdir)
/plugins/
"
$(win32_xpi_destdir)
/plugins"
cp
-r
$(win32_destdir)
/plugins/
"
$(win32_xpi_destdir)
/plugins"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*qt*"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*qt*"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*skins*"
rm
-rf
"
$(win32_xpi_destdir)
/plugins/plugins/*skins*"
package-win32-xpi
:
package-win32-webplugin-common
package-win32-xpi
:
package-win32-webplugin-common
if
!HAVE_WIN64
cp
$(top_builddir)
/npapi-vlc/npapi/install.rdf
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/npapi-vlc/npapi/install.rdf
"
$(win32_xpi_destdir)
"
cd
$(win32_xpi_destdir)
&&
zip
-r
"../vlc-
$(VERSION)
.xpi"
install.rdf plugins
cd
$(win32_xpi_destdir)
&&
zip
-r
"../vlc-
$(VERSION)
.xpi"
install.rdf plugins
endif
package-win32-crx
:
package-win32-webplugin-common
package-win32-crx
:
package-win32-webplugin-common
if
!HAVE_WIN64
cp
$(top_builddir)
/npapi-vlc/npapi/manifest.json
"
$(win32_xpi_destdir)
"
cp
$(top_builddir)
/npapi-vlc/npapi/manifest.json
"
$(win32_xpi_destdir)
"
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
crxmake
--pack-extension
"
$(win32_xpi_destdir)
"
\
--extension-output
"
$(win32_destdir)
/vlc-
$(VERSION)
.crx"
--ignore-file
install.rdf
--extension-output
"
$(win32_destdir)
/vlc-
$(VERSION)
.crx"
--ignore-file
install.rdf
endif
package-win32-base-exe
:
package-win-base
package-win32-base-exe
:
package-win-base
# Script installer
# Script installer
...
...
extras/package/win32/vlc.win32.nsi.in
View file @
df287db5
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
!define MUI_LANGDLL_REGISTRY_VALUENAME "Language"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Language"
@HAVE_WIN64_FALSE@ !define INSTALL_ACTIVEX
@HAVE_WIN64_FALSE@ !define INSTALL_ACTIVEX
@HAVE_WIN64_FALSE@
!define INSTALL_MOZILLA
!define INSTALL_MOZILLA
@FILE_LIBVLCCORE_DLL@
@FILE_LIBVLCCORE_DLL@
@FILE_LIBVLC_DLL@
@FILE_LIBVLC_DLL@
...
...
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