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
ce9dac0e
Commit
ce9dac0e
authored
Jan 16, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package/macosx: remove legacy code
parent
86cf8393
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
+2
-11
extras/package/macosx/build-package.sh
extras/package/macosx/build-package.sh
+2
-11
No files found.
extras/package/macosx/build-package.sh
View file @
ce9dac0e
...
...
@@ -4,17 +4,13 @@
#
# Script that installs libvlc to VLC.app
# We are building VLC.app
or the moz plugin
# We are building VLC.app
#
if
test
"
${
ACTION
}
"
=
"release-makefile"
;
then
echo
"running build-package.sh in release-makefile mode"
FULL_PRODUCT_NAME
=
"
${
PRODUCT
}
"
if
[
"
$FULL_PRODUCT_NAME
"
=
"VLC-Plugin.plugin"
]
;
then
TARGET_BUILD_DIR
=
"
${
src_dir
}
"
else
TARGET_BUILD_DIR
=
"
${
build_dir
}
"
fi
TARGET_BUILD_DIR
=
"
${
build_dir
}
"
CONTENTS_FOLDER_PATH
=
"
${
FULL_PRODUCT_NAME
}
/Contents/MacOS"
VLC_BUILD_DIR
=
"
${
build_dir
}
"
VLC_SRC_DIR
=
"
${
src_dir
}
"
...
...
@@ -235,11 +231,6 @@ if [ "$FULL_PRODUCT_NAME" = "VLC.app" ] ; then
vlc_install
"bin/
${
prefix
}
"
"vlc"
"
${
target
}
"
"bin"
"@loader_path/lib"
mv
${
target
}
/vlc
${
target
}
/VLC
chmod
+x
${
target
}
/VLC
elif
[
"
$FULL_PRODUCT_NAME
"
=
"VLC-Plugin.plugin"
]
;
then
# install Safari webplugin
vlc_install
"projects/mozilla/
${
prefix
}
"
"npvlc.
${
suffix
}
"
"
${
target
}
"
"lib"
"@loader_path/lib"
mv
${
target
}
/npvlc.
${
suffix
}
"
${
target
}
/VLC Plugin"
chmod
+x
"
${
target
}
/VLC Plugin"
else
vlc_install
"bin/
${
prefix
}
"
"vlc"
"
${
target
}
/bin"
"bin"
"@loader_path/../lib"
fi
...
...
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