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
c40e7aaf
Commit
c40e7aaf
authored
Nov 19, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix macosx packaging
parent
b011ab46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
extras/package/macosx/package.mak
extras/package/macosx/package.mak
+2
-1
No files found.
extras/package/macosx/package.mak
View file @
c40e7aaf
...
...
@@ -92,7 +92,7 @@ VLC-tmp.app: vlc
$(INSTALL)
-d
$@
/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES
;
\
$(INSTALL)
$(srcdir)
/po/
$
${i}
.gmo
$@
/Contents/MacOS/share/locale/
$
${i}
/LC_MESSAGES/vlc.mo
;
\
mkdir
-p
$@
/Contents/Resources/
$
${i}
.lproj/
;
\
$(LN_S)
-f
../English.lproj/InfoPlist.strings ../English.lproj/MainMenu.
x
ib
\
$(LN_S)
-f
../English.lproj/InfoPlist.strings ../English.lproj/MainMenu.
n
ib
\
$@
/Contents/Resources/
$
${i}
.lproj/
;
\
done
printf
"APPLVLC#"
>
|
$@
/Contents/PkgInfo
...
...
@@ -111,6 +111,7 @@ package-macosx: VLC-release.app ChangeLog
hdiutil create
-verbose
-srcfolder
"
$(top_builddir)
/vlc-
$(VERSION)
"
"
$(top_builddir)
/vlc-
$(VERSION)
-rw.dmg"
-scrub
# Make sure the image is not writable
# Note: We can't directly create a read only dmg as we do the bless stuff
rm
-f
"$(top_builddir)/vlc-$(VERSION).dmg"
hdiutil
convert
"$(top_builddir)/vlc-$(VERSION)-rw.dmg"
-format
UDBZ
-o
"$(top_builddir)/vlc-$(VERSION).dmg"
ls
-l
"$(top_builddir)/vlc-$(VERSION).dmg"
...
...
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