Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLCKit
Commits
7aecdee2
Commit
7aecdee2
authored
Sep 12, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MVK and the iOS pod
parent
2b76f6ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Packaging/podspecs/MobileVLCKit-unstable.podspec
Packaging/podspecs/MobileVLCKit-unstable.podspec
+3
-3
buildMobileVLCKit.sh
buildMobileVLCKit.sh
+1
-1
No files found.
Packaging/podspecs/MobileVLCKit-unstable.podspec
View file @
7aecdee2
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'MobileVLCKit-unstable'
s
.
version
=
'3.0.0a3
6
'
s
.
version
=
'3.0.0a3
7
'
s
.
summary
=
"MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
s
.
homepage
=
'https://code.videolan.org/videolan/VLCKit'
s
.
license
=
{
...
...
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
s
.
authors
=
{
"Pierre d'Herbemont"
=>
"pdherbemont@videolan.org"
,
"Felix Paul Kühne"
=>
"fkuehne@videolan.org"
,
"Carola Nitz"
=>
"nitz.carola@googlemail.com"
,
"Jean-Baptiste Kempf"
=>
"jb@videolan.org"
,
"Rafaël Carré"
=>
"funman@videolan.org"
,
"Faustino E. Osuna"
=>
"riquedafreak@videolan.org"
,
"Rémi Denis-Courmont"
=>
"remi@remlab.net"
,
"Faustino Osuna"
=>
"riquedafreak@videolan.org"
,
"Tanguy Krotoff"
=>
"tkrotoff@gmail.com"
,
"VideoLAN"
=>
"videolan@videolan.org"
,
"Derk-Jan Hartman"
=>
"hartman@videolan.org"
,
"Jean-Paul Saman"
=>
"jpsaman@videolan.org"
,
"Malte Tancred"
=>
"malte@frontbase.com"
,
"Mike Schrag"
=>
"mschrag@pobox.com"
,
"Rafaël Carré"
=>
"rafael.carre@gmail.com"
,
"Sebastien Zwickert"
=>
"dilaroga@free.fr"
,
"Toralf Niebuhr"
=>
"gmthor85@aim.com"
,
"Emmanuel de Roux"
=>
"lostbread@free.fr"
,
"Daniel Mierswa"
=>
"impulze@impulze.org"
,
"Rune Botten"
=>
"rbotten@gmail.com"
,
"Konstantin Pavlov"
=>
"thresh@videolan.org"
,
"Pere Orga"
=>
"gotrunks@gmail.com"
,
"Philippe Coent"
=>
"philippe.coent@gmail.com"
,
"Andrey Utkin"
=>
"andrey.krieger.utkin@gmail.com"
,
"Brendon Justin"
=>
"brendonjustin@gmail.com"
,
"Sylver Bruneau"
=>
"sylver.bruneau@gmail.com"
,
"Gleb Pinigin"
=>
"gpinigin@gmail.com"
,
"Kuang Rufan"
=>
"master@a1983.com.cn"
,
"Paul Williamson"
=>
"squarefrog@gmail.com"
,
"David Fuhrmann"
=>
"david.fuhrmann@googlemail.com"
,
"Brion Vibber"
=>
"brion@pobox.com"
,
"Martin Storsjö"
=>
"martin@martin.st"
,
"Winston Weinert"
=>
"winston@ml1.net"
,
"Florent Pillet"
=>
"fpillet@gmail.com"
,
"Paulo Vitor Magacho da Silva"
=>
"pvmagacho@gmail.com"
,
"James Dumay"
=>
"james.w.dumay@gmail.com"
,
"Jörg Bleyel"
=>
"jbleyel@gmx.net"
,
"Aleksandr Matuzok"
=>
"sherilynhope@gmail.com"
,
"Pierre SAGASPE"
=>
"pierre.sagaspe@me.com"
,
"Shenggang Hu"
=>
"mrhhsg@gmail.com"
,
"Filipe Cabecinhas"
=>
"vlc@filcab.net"
,
"Jeremy Marchand"
=>
"kodlian@users.noreply.github.com"
,
"Andre Silva"
=>
"andre.silva@blip.pt"
,
"Stefan Schmidt-Bilkenroth"
=>
"ssb@mac.com"
,
"Benjamin Adolphi"
=>
"b.adolphi@gmail.com"
}
s
.
source
=
{
:http
=>
'https://download.videolan.org/pub/cocoapods/unstable/MobileVLCKit-unstable-3.0.0a3
6
-59
6c05f42
.zip'
,
:sha256
=>
'
3a5b30828e307abf6cdc2f7c
38ea1
76d7c736853e061fa68a39e2ef5d3b86
5e8'
:http
=>
'https://download.videolan.org/pub/cocoapods/unstable/MobileVLCKit-unstable-3.0.0a3
7
-59
22bdb3
.zip'
,
:sha256
=>
'
f2b389217d3
38e
5
a1
b894fe5617529b443c27898a9b60d41d40f7db0912
5e8
93
'
}
s
.
ios
.
vendored_framework
=
'MobileVLCKit-binary/MobileVLCKit.framework'
s
.
source_files
=
'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
...
...
buildMobileVLCKit.sh
View file @
7aecdee2
...
...
@@ -22,7 +22,7 @@ OSVERSIONMINLDFLAG=ios_version_min
ROOT_DIR
=
empty
FARCH
=
"all"
TESTEDHASH
=
720149c6
TESTEDHASH
=
5922bdb3
CORE_COUNT
=
`
sysctl
-n
machdep.cpu.core_count
`
let
MAKE_JOBS
=
$CORE_COUNT
+1
...
...
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