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
eeb77835
Commit
eeb77835
authored
Feb 18, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fixed OS X framework installation
(cherry picked from commit c4f14cae3b1bab3260b933306893f8fc1acd9842)
parent
455e82f1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/src/bghudappkit/rules.mak
contrib/src/bghudappkit/rules.mak
+1
-1
contrib/src/growl/rules.mak
contrib/src/growl/rules.mak
+1
-1
contrib/src/sparkle/rules.mak
contrib/src/sparkle/rules.mak
+1
-1
No files found.
contrib/src/bghudappkit/rules.mak
View file @
eeb77835
...
@@ -24,5 +24,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
...
@@ -24,5 +24,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
install_name_tool
-change
@loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit
\
install_name_tool
-change
@loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit
\
@loader_path/../../../../Versions/A/BGHUDAppKit
\
@loader_path/../../../../Versions/A/BGHUDAppKit
\
$<
/build/Release/BGHUDAppKit.framework/Resources/BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin
$<
/build/Release/BGHUDAppKit.framework/Resources/BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin
cd
$<
&&
cp
-R
-L
build/Release/BGHUDAppKit.framework
"
$(PREFIX)
"
cd
$<
&&
cp
-R
build/Release/BGHUDAppKit.framework
"
$(PREFIX)
"
touch
$@
touch
$@
contrib/src/growl/rules.mak
View file @
eeb77835
...
@@ -30,5 +30,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
...
@@ -30,5 +30,5 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
.growl
:
growl
.growl
:
growl
cd
$<
&&
xcodebuild
$(XCODE_FLAGS)
-target
Growl.framework
-configuration
Release
cd
$<
&&
xcodebuild
$(XCODE_FLAGS)
-target
Growl.framework
-configuration
Release
cd
$<
&&
cp
-R
-L
build/Release/Growl.framework
"
$(PREFIX)
"
cd
$<
&&
cp
-R
build/Release/Growl.framework
"
$(PREFIX)
"
touch
$@
touch
$@
contrib/src/sparkle/rules.mak
View file @
eeb77835
...
@@ -23,5 +23,5 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
...
@@ -23,5 +23,5 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
.sparkle
:
sparkle
.sparkle
:
sparkle
cd
$<
/Extras/Source
\
Code
&&
$(MAKE)
&&
xcodebuild
$(XCODE_FLAGS)
cd
$<
/Extras/Source
\
Code
&&
$(MAKE)
&&
xcodebuild
$(XCODE_FLAGS)
cd
$<
/Extras/Source
\
Code
&&
install_name_tool
-id
@executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
cd
$<
/Extras/Source
\
Code
&&
install_name_tool
-id
@executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
cd
$<
&&
cp
-R
-L
Extras/Source
\
Code/build/Release/Sparkle.framework
"
$(PREFIX)
"
cd
$<
&&
cp
-R
Extras/Source
\
Code/build/Release/Sparkle.framework
"
$(PREFIX)
"
touch
$@
touch
$@
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