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
af3b365a
Commit
af3b365a
authored
Nov 23, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: tentative build rules for OSX frameworks
only bghudappkit builds properly
parent
a1d248f0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
11 deletions
+6
-11
contrib/TODO
contrib/TODO
+0
-8
contrib/src/bghudappkit/rules.mak
contrib/src/bghudappkit/rules.mak
+2
-1
contrib/src/growl/rules.mak
contrib/src/growl/rules.mak
+2
-1
contrib/src/sparkle/rules.mak
contrib/src/sparkle/rules.mak
+2
-1
No files found.
contrib/TODO
deleted
100644 → 0
View file @
a1d248f0
binary package downloading/extraction (prebuilt contribs)
### Missing software for MacOSX
# These 3 are binary framework downloads : no source code is used
BGHUDAppKit
Growl -- last free version: 1.3.0: http://code.google.com/p/growl/source/list http://itunes.apple.com/us/app/growl/id467939042
Sparkle
contrib/src/bghudappkit/rules.mak
View file @
af3b365a
...
...
@@ -20,5 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(MOVE)
.bghudappkit
:
bghudappkit
cd
$<
&&
$(MAKE)
&&
exit
1
#FIXME
cd
$<
&&
xcodebuild
-arch
$(ARCH)
cd
$<
&&
cp
-R
-L
build/Release/BGHUDAppKit.framework
"
$(PREFIX)
"
touch
$@
contrib/src/growl/rules.mak
View file @
af3b365a
...
...
@@ -18,5 +18,6 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
touch
$@
.growl
:
growl
cd
$<
&&
$(MAKE)
&&
exit
1
#FIXME
cd
$<
&&
xcodebuild
-sdk
/Developer/SDKs/MacOSX10.6.sdk
-arch
$(ARCH)
cd
$<
&&
cp
-R
-L
build/Release/Growl.framework
"
$(PREFIX)
"
touch
$@
contrib/src/sparkle/rules.mak
View file @
af3b365a
...
...
@@ -17,5 +17,6 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
touch
$@
.sparkle
:
sparkle
cd
$<
/Extras/Source
\
Code
&&
$(MAKE)
&&
exit
1
#FIXME
cd
$<
/Extras/Source
\
Code
&&
$(MAKE)
&&
xcodebuild
-arch
$(ARCH)
cd
$<
&&
cp
-R
-L
Extras/Source
\
Code/build/release/Sparkle.framework
"
$(PREFIX)
"
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