Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-images
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthias Dressel
docker-images
Commits
120bea85
Commit
120bea85
authored
1 year ago
by
Steve Lhomme
Committed by
Marvin Scholz
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-android-3.0: Add meson/ninja & ARM cross-files
Similar to
772a78a8
for 3.0. We need meson for dav1d.
parent
c6312dbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vlc-debian-android-3.0/Dockerfile
+4
-2
4 additions, 2 deletions
vlc-debian-android-3.0/Dockerfile
with
4 additions
and
2 deletions
vlc-debian-android-3.0/Dockerfile
+
4
−
2
View file @
120bea85
...
...
@@ -4,6 +4,8 @@ MAINTAINER VideoLAN roots <roots@videolan.org>
ENV
IMAGE_DATE=202306200801
COPY
crossfiles/ /opt/crossfiles/
ENV
ANDROID_NDK="/sdk/android-ndk" \
ANDROID_SDK="/sdk/android-sdk-linux"
...
...
@@ -24,8 +26,8 @@ RUN groupadd --gid ${VIDEOLAN_CI_UID} videolan && \
apt-get update
&&
\
apt-get
install
--no-install-suggests
--no-install-recommends
-y
\
openjdk-17-jdk-headless ca-certificates autoconf m4 automake ant autopoint bison
\
flex build-essential libtool libtool-bin patch pkg-config cmake
\
git yasm ragel g++ gettext
\
flex build-essential libtool libtool-bin patch pkg-config cmake
meson
\
git yasm ragel g++ gettext
ninja-build
\
wget expect unzip python3 locales libltdl-dev curl
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
&&
\
localedef
-i
en_US
-c
-f
UTF-8
-A
/usr/share/locale/locale.alias en_US.UTF-8
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment