Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
33cb9ae7
Commit
33cb9ae7
authored
Feb 03, 2010
by
Luca Barbato
Committed by
Jean-Baptiste Kempf
Feb 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLC xpi bundle patch
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
fb1f89ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
0 deletions
+46
-0
Makefile.am
Makefile.am
+30
-0
configure.ac
configure.ac
+1
-0
projects/mozilla/install.rdf.in
projects/mozilla/install.rdf.in
+15
-0
No files found.
Makefile.am
View file @
33cb9ae7
...
...
@@ -681,6 +681,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
## Win ##
############################################################################
win32_destdir
=
$(top_builddir)
/vlc-
$(VERSION)
win32_xpi_destdir
=
$(win32_destdir)
/vlc-plugin
win32_debugdir
=
$(top_builddir)
/symbols-
$(VERSION)
npvlc
=
vlc-
$(VERSION)
/mozilla/npvlc
$(LIBEXT)
axvlc
=
vlc-
$(VERSION)
/activex/axvlc
$(LIBEXT)
...
...
@@ -749,6 +750,25 @@ endif
find
$(win32_destdir)
-type
f
-name
'*.dll'
-print
|
rebase
-b
0x70000000
-T
-;
\
fi
package-win32-xpi
:
package-win-common-strip
mkdir
-p
"
$(win32_xpi_destdir)
/plugins"
cp
$(top_builddir)
/projects/mozilla/install.rdf
"
$(win32_xpi_destdir)
"
cp
$(win32_destdir)
/mozilla//npvlc
$(LIBEXT)
\
"
$(win32_xpi_destdir)
/plugins"
cp
$(top_srcdir)
/projects/mozilla/npvlc.dll.manifest
\
"
$(win32_xpi_destdir)
/plugins"
cp
"
$(top_srcdir)
/extras/package/win32/libvlc.dll.manifest"
\
"
$(win32_xpi_destdir)
/plugins"
cp
"
$(win32_destdir)
/libvlccore
$(LIBEXT)
"
\
"
$(win32_xpi_destdir)
/plugins"
cp
"
$(win32_destdir)
/libvlc
$(LIBEXT)
"
\
"
$(win32_xpi_destdir)
/plugins"
mkdir
-p
"$(win32_xpi_destdir)/plugins/plugins"
cp
"$(win32_destdir)/plugins/*$(LIBEXT)"
\
"$(win32_xpi_destdir)/plugins/plugins"
cd
$(win32_xpi_destdir)
&&
zip
-r
vlc-$(VERSION).xpi
install.rdf
plugins
package-win32-base-debug
:
package-win-common
# Copy relevant files
# Script installer
...
...
@@ -1169,6 +1189,16 @@ if BUILD_MOZILLA
rm
-rf
"
$(top_builddir)
/vlc-plugin-
$(VERSION)
"
endif
package-macosx-xpi
:
if
BUILD_MOZILLA
mkdir
-p
"$(top_builddir)/macosx-xpi/plugins"
cp
$(top_builddir)/projects/mozilla/install.rdf
\
"$(top_builddir)/macosx-xpi/"
cp
-R
"$(top_builddir)/projects/mozilla/VLC Plugin.plugin"
\
"$(top_builddir)/macosx-xpi/plugins"
cd
"$(top_builddir)/macosx-xpi"
&&
zip
-r
vlc-$(VERSION).xpi
install.rdf
plugins
endif
package-translations
:
@
if
test
-e
"
$(srcdir)
/vlc-translations-
$(VERSION)
"
;
then
\
echo
"Error: please remove
$(srcdir)
/vlc-translations-
$(VERSION)
, it is in the way"
;
\
...
...
configure.ac
View file @
33cb9ae7
...
...
@@ -4934,6 +4934,7 @@ AC_CONFIG_FILES([
projects/mozilla/npvlc_rc.rc
projects/mozilla/vlc.r
projects/mozilla/install.js
projects/mozilla/install.rdf
share/Makefile
compat/Makefile
src/Makefile
...
...
projects/mozilla/install.rdf.in
0 → 100644
View file @
33cb9ae7
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>vlc-plugin@videolan.org</em:id>
<em:name>VideoLAN</em:name>
<em:version>@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@@VERSION_EXTRA@</em:version>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>
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