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
6e8cb6bf
Commit
6e8cb6bf
authored
1 year ago
by
Johannes Kauffmann
Committed by
Marvin Scholz
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
vlc-debian-unstable: add gstreamer packages
This enables building the gstreamer decode plugin in CI.
parent
f5a46723
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-unstable/Dockerfile
+1
-1
1 addition, 1 deletion
vlc-debian-unstable/Dockerfile
with
1 addition
and
1 deletion
vlc-debian-unstable/Dockerfile
+
1
−
1
View file @
6e8cb6bf
...
...
@@ -32,7 +32,7 @@ RUN set -x && \
qml-module-qtquick-layouts qml-module-qtquick-templates2 qml-module-qttest
\
qml-module-qtgraphicaleffects flex bison libxkbcommon-x11-dev libx11-xcb-dev libplacebo-dev
\
meson doxygen graphviz libsqlite3-dev rapidjson-dev nasm cmake libxcb-damage0-dev
\
clang libc++-dev libc++abi-dev llvm-13 gperf
&&
\
clang libc++-dev libc++abi-dev llvm-13 gperf
libgstreamer-plugins-base1.0-dev
&&
\
apt-get build-dep
--no-install-suggests
--no-install-recommends
-y
vlc
&&
\
apt-get remove
-y
libprotobuf-dev protobuf-compiler
&&
\
apt-get clean
-y
&&
rm
-rf
/var/lib/apt/lists/
*
&&
\
...
...
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