Skip to content

Commit

Permalink
disable chromaprint until
Browse files Browse the repository at this point in the history
  • Loading branch information
jrottenberg committed Jan 17, 2022
1 parent 4de843f commit 4469881
Show file tree
Hide file tree
Showing 74 changed files with 73 additions and 876 deletions.
13 changes: 1 addition & 12 deletions docker-images/3.2/alpine313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -513,17 +513,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -534,7 +524,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.2/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -549,17 +549,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -570,7 +560,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.2/scratch313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -515,17 +515,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -536,7 +526,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.2/ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -516,17 +516,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -537,7 +527,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.2/vaapi2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -517,17 +517,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -538,7 +528,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/alpine313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -513,17 +513,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -534,7 +524,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -549,17 +549,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -570,7 +560,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/centos8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -518,17 +518,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -539,7 +529,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/nvidia2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -540,17 +540,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -561,7 +551,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/scratch313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -515,17 +515,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -536,7 +526,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/ubuntu1804/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -513,17 +513,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -534,7 +524,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/ubuntu2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -516,17 +516,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -537,7 +527,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.3/vaapi2004/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -517,17 +517,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -538,7 +528,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
13 changes: 1 addition & 12 deletions docker-images/3.4/alpine313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -513,17 +513,7 @@ RUN \
make ; make install


## chromaprint https://github.com/acoustid/chromaprint
RUN \
echo "Building Chromaprint." && \
DIR=/tmp/chromaprint && \
mkdir -p ${DIR} && \
cd ${DIR} && \
curl -sL https://github.com/acoustid/chromaprint/releases/download/v${CHROMAPRINT_VERSION}/chromaprint-${CHROMAPRINT_VERSION}.tar.gz | tar -zx --strip-components=1 && \
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TOOLS=ON . && \
make && \
make install && \
rm -rf ${DIR}



## Build ffmpeg https://ffmpeg.org/
Expand All @@ -534,7 +524,6 @@ RUN \
--disable-doc \
--disable-ffplay \
--enable-avresample \
--enable-chromaprint \
--enable-fontconfig \
--enable-gpl \
--enable-libass \
Expand Down
Loading

0 comments on commit 4469881

Please sign in to comment.