File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 11default :
22 tags :
33 - docker
4- # Image from https://hub.docker.com/_/gcc/ based on Debian
5- image : gcc:9
4+ image : debian:bookworm
65
76autoconf :
87 stage : build
98 before_script :
109 - apt-get update &&
11- apt-get install -y libogg-dev libopus-dev libopusfile-dev libflac-dev libpcap-dev zip
10+ apt-get install -y autoconf gcc libtool make libogg-dev libopus-dev libopusenc-dev libopusfile-dev libflac-dev libpcap-dev xz-utils zip
1211 script :
13- # build libopusenc
14- - git clone "https://gitlab.xiph.org/xiph/libopusenc.git"
15- - cd libopusenc
16- - ./autogen.sh
17- - ./configure --prefix="$(pwd)/_inst" || cat config.log
18- - make check
19- - make install
20- - export PKG_CONFIG_PATH="$(pwd)/_inst/lib/pkgconfig"
21- - cd ..
2212 # build opus-tools
2313 - ./autogen.sh
2414 - ./configure || cat config.log
You can’t perform that action at this time.
0 commit comments