3434 sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
3535 DEBIAN_FRONTEND=noninteractive apt-get -qq update
3636 DEBIAN_FRONTEND=noninteractive apt-get -yqq build-dep mlt
37- DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev
37+ DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev liblilv-dev
3838 git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
3939 cd /tmp/rnnoise
4040 ./autogen.sh
4747 sed -i 's/^Types: deb/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
4848 DEBIAN_FRONTEND=noninteractive apt-get -qq update
4949 DEBIAN_FRONTEND=noninteractive apt-get -yqq build-dep mlt
50- DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev
50+ DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev liblilv-dev
5151 git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
5252 cd /tmp/rnnoise
5353 ./autogen.sh
6060 sed -i '/^#\sdeb-src /s/^#//' "/etc/apt/sources.list"
6161 DEBIAN_FRONTEND=noninteractive apt-get -qq update
6262 DEBIAN_FRONTEND=noninteractive apt-get -yqq build-dep mlt
63- DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev libqt6core5compat6-dev
63+ DEBIAN_FRONTEND=noninteractive apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev libqt6core5compat6-dev liblilv-dev
6464 git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
6565 cd /tmp/rnnoise
6666 ./autogen.sh
7373 echo 'deb-src http://deb.debian.org/debian testing main' >> /etc/apt/sources.list
7474 apt-get -qq update
7575 apt-get -yqq build-dep mlt
76- apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev
76+ apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev liblilv-dev
7777 git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
7878 cd /tmp/rnnoise
7979 ./autogen.sh
8787 echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list
8888 apt-get -qq update
8989 apt-get -yqq build-dep mlt
90- apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev
90+ apt-get -yqq install autoconf automake git libtool pkg-config wget cmake qt6-base-dev libqt6svg6-dev liblilv-dev
9191 git clone --depth 1 --branch v0.2 https://github.com/xiph/rnnoise.git /tmp/rnnoise
9292 cd /tmp/rnnoise
9393 ./autogen.sh
@@ -102,7 +102,7 @@ jobs:
102102 yasm gavl-devel libsamplerate-devel libxml2-devel \
103103 ladspa-devel jack-audio-connection-kit-devel sox-devel \
104104 SDL2-devel fftw-devel frei0r-devel gtk2-devel libexif-devel \
105- qt6-qtbase-devel qt6-qtsvg-devel \
105+ qt6-qtbase-devel qt6-qtsvg-devel lilv-devel \
106106 libtheora-devel libvorbis-devel libvdpau-devel \
107107 libsoup-devel liboil-devel python-devel alsa-lib \
108108 pulseaudio-libs-devel gcc-c++ cmake ffmpeg-free-devel \
@@ -115,7 +115,7 @@ jobs:
115115 yasm gavl-devel libsamplerate-devel libxml2-devel \
116116 ladspa-devel jack-audio-connection-kit-devel sox-devel \
117117 SDL2-devel fftw-devel frei0r-devel gtk2-devel libexif-devel \
118- qt6-qtbase-devel qt6-qtsvg-devel \
118+ qt6-qtbase-devel qt6-qtsvg-devel lilv-devel \
119119 libtheora-devel libvorbis-devel libvdpau-devel \
120120 libsoup-devel liboil-devel python-devel alsa-lib \
121121 pulseaudio-libs-devel gcc-c++ cmake ffmpeg-free-devel \
0 commit comments