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
34c66055
Commit
34c66055
authored
Feb 18, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fixed the ub creation script for the new contribs
parent
013a3391
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
extras/package/macosx/ub.sh
extras/package/macosx/ub.sh
+18
-6
No files found.
extras/package/macosx/ub.sh
View file @
34c66055
...
...
@@ -25,10 +25,10 @@ cd $WD
#############################################
# Config
INTELROOT
=
$SRCROOT
/
build32
/VLC.app
INTEL64ROOT
=
$SRCROOT
/
build64
/VLC.app
INTELROOT
=
$SRCROOT
/
32bit
/VLC.app
INTEL64ROOT
=
$SRCROOT
/
64bit
/VLC.app
# PPCROOT
UBROOT
=
$SRCROOT
/
build-fat/
VLC.app
UBROOT
=
$SRCROOT
/VLC.app
#
#############################################
...
...
@@ -39,9 +39,15 @@ cp -Rf $INTEL64ROOT $UBROOT
LIBS
=
Contents/MacOS/lib
PLUGINS
=
Contents/MacOS/plugins
rm
-Rf
$SRCROOT
/build-fat/VLC.app/
$LIBS
/
*
rm
-Rf
$SRCROOT
/build-fat/VLC.app/Contents/MacOS/VLC
rm
-Rf
$SRCROOT
/build-fat/VLC.app/
$PLUGINS
/
*
FRAMEWORKS
=
Contents/Frameworks
rm
-Rf
$SRCROOT
/VLC.app/
$LIBS
/
*
rm
-Rf
$SRCROOT
/VLC.app/Contents/MacOS/VLC
rm
-Rf
$SRCROOT
/VLC.app/
$PLUGINS
/
*
rm
-Rf
$SRCROOT
/VLC.app/
$FRAMEWORKS
/Growl.framework/Versions/A/Growl
rm
-Rf
$SRCROOT
/VLC.app/
$FRAMEWORKS
/BGHUDAppKit.framework/BGHUDAppKit
rm
-Rf
$SRCROOT
/VLC.app/
$FRAMEWORKS
/BGHUDAppKit.framework/Versions/A/BGHUDAppKit
rm
-Rf
$SRCROOT
/VLC.app/
$FRAMEWORKS
/Sparkle.framework/Versions/A/Sparkle
rm
-Rf
$SRCROOT
/VLC.app/
$FRAMEWORKS
/Sparkle.framework/Resources/relaunch
function
do_lipo
{
file
=
"
$1
"
...
...
@@ -79,6 +85,12 @@ do
do_lipo
$PLUGINS
/
$i
done
echo
"Installing frameworks"
do_lipo
$FRAMEWORKS
/Growl.framework/Versions/A/Growl
do_lipo
$FRAMEWORKS
/BGHUDAppKit.framework/BGHUDAppKit
do_lipo
$FRAMEWORKS
/BGHUDAppKit.framework/Versions/A/BGHUDAppKit
do_lipo
$FRAMEWORKS
/Sparkle.framework/Versions/A/Sparkle
do_lipo
$FRAMEWORKS
/Sparkle.framework/Resources/relaunch
echo
"Installing VLC"
do_lipo Contents/MacOS/VLC
...
...
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