Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
42850ecf
Commit
42850ecf
authored
Oct 11, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32 package: do not package mozilla plugin if we're not building it
parent
30e1378d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Makefile.am
Makefile.am
+6
-0
No files found.
Makefile.am
View file @
42850ecf
...
@@ -837,6 +837,7 @@ package-win-base: package-win-common
...
@@ -837,6 +837,7 @@ package-win-base: package-win-common
done
done
package-win32-webplugin-common
:
package-win-base
package-win32-webplugin-common
:
package-win-base
if
BUILD_MOZILLA
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)/"
\;
cp
$(top_srcdir)/projects/mozilla/npvlc.dll.manifest
"$(win32_xpi_destdir)/plugins"
cp
$(top_srcdir)/projects/mozilla/npvlc.dll.manifest
"$(win32_xpi_destdir)/plugins"
...
@@ -844,15 +845,20 @@ package-win32-webplugin-common: package-win-base
...
@@ -844,15 +845,20 @@ package-win32-webplugin-common: package-win-base
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*"
endif
package-win32-xpi
:
package-win32-webplugin-common
package-win32-xpi
:
package-win32-webplugin-common
if
BUILD_MOZILLA
cp
$(top_builddir)/projects/mozilla/install.rdf
"$(win32_xpi_destdir)"
cp
$(top_builddir)/projects/mozilla/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
BUILD_MOZILLA
cp
$(top_builddir)/projects/mozilla/manifest.json
"$(win32_xpi_destdir)"
cp
$(top_builddir)/projects/mozilla/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
...
...
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