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
1237bf88
Commit
1237bf88
authored
Apr 30, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- backported [15478]
parent
f510b615
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Makefile.am
Makefile.am
+13
-1
No files found.
Makefile.am
View file @
1237bf88
...
...
@@ -849,7 +849,8 @@ package-macosx:
package-macosx-plugin
:
if
BUILD_MOZILLA
rm
-rf
"$(top_builddir)/macosx-plugin-instdata/"
# Create Installer
rm
-rf
"$(top_builddir)/macosx-plugin-instdata/"
;
true
mkdir
-p
"$(top_builddir)/macosx-plugin-instdata"
cp
-R
"$(top_builddir)/mozilla/VLC Plugin.plugin"
"$(top_builddir)/macosx-plugin-instdata"
rm
-rf
"$(top_builddir)/VLC Internet Plug-In.pkg"
...
...
@@ -858,6 +859,17 @@ if BUILD_MOZILLA
-i
"$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist"
\
-d
"$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"
;
true
rm
-rf
"$(top_builddir)/macosx-plugin-instdata/"
# Create disk image
rm
-f
"$(top_builddir)/vlc-plugin-${VERSION}.dmg"
;
true
rm
-rf
"$(top_builddir)/vlc-plugin-${VERSION}/"
;
true
mkdir
-p
"$(top_builddir)/vlc-plugin-${VERSION}/"
mv
"$(top_builddir)/VLC Internet Plug-In.pkg"
"$(top_builddir)/vlc-plugin-${VERSION}/"
hdiutil
create
-srcfolder
"$(top_builddir)/vlc-plugin-${VERSION}"
\
"$(top_builddir)/vlc-plugin-${VERSION}.dmg"
-format
UDZO
\
-scrub
-imagekey
zlib-level
=
9
;
echo "Disk image creation completed
:
"
rm
-rf
"
$(top_builddir)
/vlc-plugin-
${VERSION}
"
endif
package-translations
:
...
...
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