Skip to content

Commit

Permalink
Merge pull request #66 from Polochon-street/update-packages-fix-build
Browse files Browse the repository at this point in the history
Update cargo.lock
  • Loading branch information
Polochon-street committed Dec 24, 2023
2 parents 7fcaedd + 534554a commit cefd480
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-02-16
toolchain: nightly-2023-02-16
override: false
- name: Packages
run: sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run example tests
run: cargo test --verbose --examples
- name: Build benches
run: cargo +nightly-2022-02-16 bench --verbose --features=bench --no-run
run: cargo +nightly-2023-02-16 bench --verbose --features=bench --no-run
- name: Build examples
run: cargo build --examples --verbose --features=serde,library

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## bliss 0.6.10
* Make the `analyze` function public, for people who don't want to use
ffmpeg
* Run `cargo update`

## bliss 0.6.9
* Add a feature flag for compilation on raspberry pis.
Expand Down
111 changes: 47 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ For now (and if you're looking for an easy-to use smooth play experience),
[MPD](https://www.musicpd.org/).

There are also [python](https://pypi.org/project/bliss-audio/) bindings.
The wheels are compiled used [maturin](https://github.com/PyO3/maturin/); the
sources [are available here](https://github.com/Polochon-street/bliss-python)
for inspiration.

Note 1: the features bliss-rs outputs is not compatible with the ones
used by C-bliss, since it uses
Expand Down

0 comments on commit cefd480

Please sign in to comment.