From 674d07de1b7360feefa5b34ac8fe05d8178ffad5 Mon Sep 17 00:00:00 2001 From: Polochon_street Date: Wed, 3 Jan 2024 22:00:16 +0100 Subject: [PATCH] Bump bliss version for more fixes --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb04d0..bdc3471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## blissify 0.3.8 +* Bump bliss to fix build on raspberry pis. + ## blissify 0.3.7 * Bump bliss to get new ffmpeg version and utf-8 fix. diff --git a/Cargo.lock b/Cargo.lock index 3f37356..fa6fd3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "blissify" -version = "0.3.6" +version = "0.3.7" dependencies = [ "anyhow", "bliss-audio", diff --git a/Cargo.toml b/Cargo.toml index ce50189..fcc5d81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blissify" -version = "0.3.7" +version = "0.3.8" authors = ["Polochon-street "] edition = "2021" license = "GPL-3.0-only" diff --git a/README.md b/README.md index 1c84746..7672b34 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ On Archlinux: Finally, use `cargo install blissify` to install it. +Note: if you are using a raspberry pi and its corresponding ffmpeg +(i.e. `ffmpeg -version|grep rpi` gives back something), use +`cargo install --features=rpi blissify` instead. + All the commands below read the `MPD_HOST` and `MPD_PORT` environment variables and try to reach MPD using that. You might want to change