Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
3aaa214c
Commit
3aaa214c
authored
Jul 02, 2013
by
Felix Paul Kühne
Browse files
add tested hashes for VLCKit and MediaLibraryKit
parent
a722dcc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
3aaa214c
...
...
@@ -10,6 +10,8 @@ SDK_MIN=5.1
VERBOSE
=
no
CONFIGURATION
=
"Release"
TESTEDHASH
=
ac636adef
TESTEDVLCKITHASH
=
790e7e31b
TESTEDMEDIALIBRARYKITHASH
=
727303baf
usage
()
{
...
...
@@ -117,7 +119,7 @@ if ! [ -e vlc ]; then
git clone git://git.videolan.org/vlc.git
info
"Applying patches to vlc.git"
cd
vlc
git checkout
-B
aspen
${
TESTEDHASH
}
git checkout
-B
localAspenBranch
${
TESTEDHASH
}
git am ../../patches/
*
.patch
if
[
$?
-ne
0
]
;
then
git am
--abort
...
...
@@ -128,18 +130,11 @@ cd ..
fi
if
!
[
-e
MediaLibraryKit
]
;
then
git clone git://git.videolan.org/MediaLibraryKit.git
git checkout
-B
localAspenBranch
${
TESTEDMEDIALIBRARYKITHASH
}
fi
if
!
[
-e
VLCKit
]
;
then
git clone git://git.videolan.org/vlc-bindings/VLCKit.git
#info "Applying patches to VLCKit.git"
#cd VLCKit
#git am ../../patches/vlckit/*.patch
#if [ $? -ne 0 ]; then
#git am --abort
#info "Applying the patches failed, aborting git-am"
#exit 1
#fi
#cd ..
git checkout
-B
localAspenBranch
${
TESTEDVLCKITHASH
}
fi
if
!
[
-e
OBSlider
]
;
then
git clone git://github.com/ole/OBSlider.git
...
...
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