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
d2a4a5af
Commit
d2a4a5af
authored
Nov 22, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: OSX: add sparkle (doesn't build)
parent
9c76ebe5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
contrib/src/sparkle/SHA512SUMS
contrib/src/sparkle/SHA512SUMS
+1
-0
contrib/src/sparkle/rules.mak
contrib/src/sparkle/rules.mak
+21
-0
No files found.
contrib/src/sparkle/SHA512SUMS
0 → 100644
View file @
d2a4a5af
645c8878af97a398db5d7835f0fa905a75945d8d5534cbeea1031b69d4ee018633905c6d365c7e8e725c4764009db9549582883582041d73bceacf7d689dc7fa sparkle-1.5b6.zip
contrib/src/sparkle/rules.mak
0 → 100644
View file @
d2a4a5af
# sparkle
SPARKLE_VERSION
:=
1.5b6
SPARKLE_URL
:=
http://sparkle.andymatuschak.org/files/Sparkle%20
$(SPARKLE_VERSION)
.zip
ifdef
HAVE_MACOSX
PKGS
+=
sparkle
endif
$(TARBALLS)/sparkle-$(SPARKLE_VERSION).zip
:
$(
call
download,
$(SPARKLE_URL)
)
.sum-sparkle
:
sparkle-$(SPARKLE_VERSION).zip
sparkle
:
sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
$(RM)
-R
$@
&&
mkdir
-p
$@
&&
cd
$@
$(
foreach
f,
$(
filter
%.zip,
$^
)
,
&&
unzip ../
$(f)
)
touch
$@
.sparkle
:
sparkle
cd
$<
/Extras/Source
\
Code
&&
$(MAKE)
&&
exit
1
#FIXME
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