Skip to content

Commit ec06feb

Browse files
authored
144 maintenance bump to 070 (#145)
* devel -> develop * use libasound2-plugins instead of libasound2 * Device type homething not supported anymore * #144 bump to v0.7.0 * Add native-tls feature * Add libssl-dev for native-tls * #144 update README.md
1 parent c76d57c commit ec06feb

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apt-get install -y libclang-dev
1414
RUN apt-get install -y libasound2-dev
1515
RUN apt-get install -y libpulse-dev
1616
RUN apt-get install -y libavahi-compat-libdnssd-dev
17+
RUN apt-get install -y libssl-dev
1718
RUN apt-get install -y pkg-config
1819

1920
# runtime
@@ -23,9 +24,9 @@ RUN apt-get install -y git
2324

2425
RUN mkdir /src
2526
WORKDIR /src
26-
RUN git clone --depth 1 --branch dev-2025-08-11 https://github.com/GioF71/librespot.git
27+
RUN git clone --depth 1 --branch master-v0.7.0 https://github.com/GioF71/librespot.git
2728
WORKDIR /src/librespot
28-
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --no-default-features --features "alsa-backend pulseaudio-backend with-avahi with-dns-sd with-libmdns"
29+
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --no-default-features --features "native-tls alsa-backend pulseaudio-backend with-avahi with-dns-sd with-libmdns"
2930
RUN cp /src/librespot/target/release/librespot /usr/bin/librespot
3031
WORKDIR /
3132

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Just be careful to use the tag you have built.
316316

317317
Change Date|Major Changes
318318
---|---
319+
2025-08-31|Build using latest version (v0.7.0) (see [#144](https://github.com/GioF71/librespot-docker/issues/144))
319320
2025-08-12|Build using current `dev` branch at [this commit](https://github.com/librespot-org/librespot/commit/ba3d501b08345aadf207d09b3a0713853228ba64), using my fork
320321
2025-03-27|Fix autoplay (see [#122](https://github.com/GioF71/librespot-docker/issues/122))
321322
2025-01-27|Build latest tag v0.6.0 instead of default branch

0 commit comments

Comments
 (0)