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
a1d248f0
Commit
a1d248f0
authored
Nov 23, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
osx packaging: 3rd party frameworks are optional
parent
2d1811bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
extras/package/macosx/package.mak
extras/package/macosx/package.mak
+13
-7
No files found.
extras/package/macosx/package.mak
View file @
a1d248f0
...
...
@@ -5,7 +5,7 @@ noinst_DATA = VLC.app
endif
endif
# This is just for development purposes.
# This is just for development purposes.
# The resulting VLC.app will only run in this tree.
VLC.app
:
VLC-tmp.app
rm
-Rf
$@
...
...
@@ -35,12 +35,18 @@ VLC-tmp.app: vlc
sed
"s/#REVISION#/
$$
REVISION/g"
>
$(top_builddir)
/tmp/extras/package/macosx/Info.plist
cp
-R
$(top_builddir)
/extras/package/macosx/Resources
$(top_builddir)
/tmp/extras/package/macosx/
cd
"
$(srcdir)
"
;
cp
AUTHORS COPYING THANKS
$(abs_top_builddir)
/tmp/
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Sparkle
cp
-R
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
$(top_builddir)
/tmp/extras/contrib/Sparkle
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
cp
-R
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Growl
cp
-R
$(CONTRIB_DIR)
/Growl/Growl.framework
$(top_builddir)
/tmp/extras/contrib/Growl
if
test
-d
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
;
then
;
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Sparkle
;
\
cp
-R
$(CONTRIB_DIR)
/Sparkle/Sparkle.framework
$(top_builddir)
/tmp/extras/contrib/Sparkle
;
\
fi
if
test
-d
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
;
then
;
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
;
\
cp
-R
$(CONTRIB_DIR)
/BGHUDAppKit/BGHUDAppKit.framework
$(top_builddir)
/tmp/extras/contrib/BGHUDAppKit
;
\
fi
if
test
-d
$(CONTRIB_DIR)
/Growl/Growl.framework
;
then
;
\
mkdir
-p
$(top_builddir)
/tmp/extras/contrib/Growl
;
\
cp
-R
$(CONTRIB_DIR)
/Growl/Growl.framework
$(top_builddir)
/tmp/extras/contrib/Growl
;
\
fi
mkdir
-p
$(top_builddir)
/tmp/modules/audio_output
mkdir
-p
$(top_builddir)
/tmp/modules/gui/macosx
cd
"
$(srcdir)
/modules/gui/macosx/"
&&
cp
\
...
...
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