Skip to content
Snippets Groups Projects
Unverified Commit a23db0b9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

dockerfile: add nasm (necessary for x264)

Change-Id: I90999754457ef714757bb60787c91f89ec9953bd
parent 3f22ac55
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 19 deletions
...@@ -15,6 +15,7 @@ RUN apt-get update && \ ...@@ -15,6 +15,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -29,7 +30,6 @@ RUN apt-get update && \ ...@@ -29,7 +30,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -19,6 +19,7 @@ RUN apt-get update && \ ...@@ -19,6 +19,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -33,7 +34,6 @@ RUN apt-get update && \ ...@@ -33,7 +34,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -19,6 +19,7 @@ RUN apt-get update && \ ...@@ -19,6 +19,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -33,7 +34,6 @@ RUN apt-get update && \ ...@@ -33,7 +34,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -15,6 +15,7 @@ RUN apt-get update && \ ...@@ -15,6 +15,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -29,7 +30,6 @@ RUN apt-get update && \ ...@@ -29,7 +30,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -15,6 +15,7 @@ RUN apt-get update && \ ...@@ -15,6 +15,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -29,7 +30,6 @@ RUN apt-get update && \ ...@@ -29,7 +30,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -19,6 +19,7 @@ RUN apt-get update && \ ...@@ -19,6 +19,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -33,7 +34,6 @@ RUN apt-get update && \ ...@@ -33,7 +34,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -15,6 +15,7 @@ RUN apt-get update && \ ...@@ -15,6 +15,7 @@ RUN apt-get update && \
automake \ automake \
autopoint \ autopoint \
cmake \ cmake \
nasm \
libtool \ libtool \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
...@@ -29,7 +30,6 @@ RUN apt-get update && \ ...@@ -29,7 +30,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -9,6 +9,7 @@ RUN dnf upgrade -y && \ ...@@ -9,6 +9,7 @@ RUN dnf upgrade -y && \
git \ git \
rpm-build \ rpm-build \
tar \ tar \
nasm \
make \ make \
autoconf \ autoconf \
automake \ automake \
...@@ -27,7 +28,6 @@ RUN dnf upgrade -y && \ ...@@ -27,7 +28,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -9,6 +9,7 @@ RUN dnf upgrade -y && \ ...@@ -9,6 +9,7 @@ RUN dnf upgrade -y && \
git \ git \
rpm-build \ rpm-build \
tar \ tar \
nasm \
make \ make \
autoconf \ autoconf \
automake \ automake \
...@@ -27,7 +28,6 @@ RUN dnf upgrade -y && \ ...@@ -27,7 +28,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -12,6 +12,7 @@ RUN dnf upgrade -y && \ ...@@ -12,6 +12,7 @@ RUN dnf upgrade -y && \
git \ git \
rpm-build \ rpm-build \
tar \ tar \
nasm \
make \ make \
autoconf \ autoconf \
automake \ automake \
...@@ -31,7 +32,6 @@ RUN dnf upgrade -y && \ ...@@ -31,7 +32,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \ ...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \
make \ make \
autoconf \ autoconf \
automake \ automake \
nasm \
cmake \ cmake \
speexdsp-devel \ speexdsp-devel \
pulseaudio-libs-devel \ pulseaudio-libs-devel \
...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \ ...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \ ...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \
make \ make \
autoconf \ autoconf \
automake \ automake \
nasm \
cmake \ cmake \
speexdsp-devel \ speexdsp-devel \
pulseaudio-libs-devel \ pulseaudio-libs-devel \
...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \ ...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \ ...@@ -14,6 +14,7 @@ RUN dnf upgrade -y && \
make \ make \
autoconf \ autoconf \
automake \ automake \
nasm \
cmake \ cmake \
speexdsp-devel \ speexdsp-devel \
pulseaudio-libs-devel \ pulseaudio-libs-devel \
...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \ ...@@ -30,7 +31,6 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -18,6 +18,7 @@ RUN zypper --non-interactive up -y && \ ...@@ -18,6 +18,7 @@ RUN zypper --non-interactive up -y && \
autoconf \ autoconf \
automake \ automake \
cmake \ cmake \
nasm \
speexdsp-devel \ speexdsp-devel \
libpulse-devel \ libpulse-devel \
libcanberra-devel \ libcanberra-devel \
...@@ -32,7 +33,6 @@ RUN zypper --non-interactive up -y && \ ...@@ -32,7 +33,6 @@ RUN zypper --non-interactive up -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
libgsm-devel \ libgsm-devel \
chrpath \ chrpath \
......
...@@ -21,6 +21,7 @@ RUN apt-get update && \ ...@@ -21,6 +21,7 @@ RUN apt-get update && \
autopoint \ autopoint \
cmake \ cmake \
libtool \ libtool \
nasm \
libdbus-1-dev \ libdbus-1-dev \
libdbus-c++-dev \ libdbus-c++-dev \
libargon2-0-dev \ libargon2-0-dev \
...@@ -34,7 +35,6 @@ RUN apt-get update && \ ...@@ -34,7 +35,6 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -21,6 +21,7 @@ RUN dnf upgrade -y && \ ...@@ -21,6 +21,7 @@ RUN dnf upgrade -y && \
autoconf \ autoconf \
automake \ automake \
cmake \ cmake \
nasm \
pulseaudio-libs-devel \ pulseaudio-libs-devel \
libcanberra-devel \ libcanberra-devel \
libcurl-devel \ libcurl-devel \
......
...@@ -86,7 +86,7 @@ ZYPPER_INSTALL_SCRIPT = [ ...@@ -86,7 +86,7 @@ ZYPPER_INSTALL_SCRIPT = [
ZYPPER_DEPENDENCIES = [ ZYPPER_DEPENDENCIES = [
# build system # build system
'autoconf', 'autoconf-archive', 'automake', 'cmake', 'patch', 'gcc-c++', 'autoconf', 'autoconf-archive', 'automake', 'cmake', 'patch', 'gcc-c++',
'libtool', 'which', 'pandoc', 'libtool', 'which', 'pandoc','nasm',
# contrib dependencies # contrib dependencies
'curl', 'gzip', 'bzip2', 'curl', 'gzip', 'bzip2',
# daemon # daemon
...@@ -115,7 +115,7 @@ DNF_DEPENDENCIES = [ ...@@ -115,7 +115,7 @@ DNF_DEPENDENCIES = [
'gtk3-devel', 'clutter-devel', 'clutter-gtk-devel', 'gtk3-devel', 'clutter-devel', 'clutter-gtk-devel',
'libnotify-devel', 'libappindicator-gtk3-devel', 'patch', 'libva-devel', 'openssl-devel', 'libnotify-devel', 'libappindicator-gtk3-devel', 'patch', 'libva-devel', 'openssl-devel',
'webkitgtk4-devel', 'NetworkManager-libnm-devel', 'libvdpau-devel', 'msgpack-devel', 'libcanberra-devel', 'webkitgtk4-devel', 'NetworkManager-libnm-devel', 'libvdpau-devel', 'msgpack-devel', 'libcanberra-devel',
'sqlite-devel', 'openssl-static', 'pandoc' 'sqlite-devel', 'openssl-static', 'pandoc', 'nasm'
] ]
APT_DEPENDENCIES = [ APT_DEPENDENCIES = [
...@@ -130,7 +130,7 @@ APT_DEPENDENCIES = [ ...@@ -130,7 +130,7 @@ APT_DEPENDENCIES = [
'libudev-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'libqt5sql5-sqlite', 'sip-tester', 'swig', 'libudev-dev', 'libyaml-cpp-dev', 'qtbase5-dev', 'libqt5sql5-sqlite', 'sip-tester', 'swig',
'uuid-dev', 'yasm', 'libqrencode-dev', 'libjsoncpp-dev', 'libappindicator3-dev', 'uuid-dev', 'yasm', 'libqrencode-dev', 'libjsoncpp-dev', 'libappindicator3-dev',
'libva-dev', 'libwebkit2gtk-4.0-dev', 'libnm-dev', 'libvdpau-dev', 'libmsgpack-dev', 'libcanberra-gtk3-dev', 'libva-dev', 'libwebkit2gtk-4.0-dev', 'libnm-dev', 'libvdpau-dev', 'libmsgpack-dev', 'libcanberra-gtk3-dev',
'pandoc' 'pandoc', 'nasm'
] ]
PACMAN_DEPENDENCIES = [ PACMAN_DEPENDENCIES = [
...@@ -140,7 +140,7 @@ PACMAN_DEPENDENCIES = [ ...@@ -140,7 +140,7 @@ PACMAN_DEPENDENCIES = [
'opus', 'pcre', 'libpulse', 'speex', 'speexdsp', 'libtool', 'yaml-cpp', 'opus', 'pcre', 'libpulse', 'speex', 'speexdsp', 'libtool', 'yaml-cpp',
'qt5-base', 'swig', 'yasm', 'qrencode', 'make', 'patch', 'pkg-config', 'qt5-base', 'swig', 'yasm', 'qrencode', 'make', 'patch', 'pkg-config',
'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanberra', 'automake', 'libva', 'webkit2gtk', 'libnm', 'libvdpau', 'libcanberra',
'openssl', 'pandoc' 'openssl', 'pandoc', 'nasm'
] ]
OSX_DEPENDENCIES = [ OSX_DEPENDENCIES = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment