mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed boost version for zesty.
This commit is contained in:
parent
992568b1c7
commit
fface704c8
@ -38,7 +38,7 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: apt-get update
|
||||
- run: apt-get -y install build-essential clang cmake libboost-thread1.61-dev libboost-system1.61-dev libboost-filesystem1.61-dev libboost-date-time1.61-dev libboost-atomic1.61-dev libboost-chrono1.61-dev libogg-dev libvorbis-dev libflac-dev libfaad-dev libncursesw5-dev libasound2-dev libpulse-dev pulseaudio libmicrohttpd-dev libmp3lame-dev libcurl4-openssl-dev
|
||||
- run: apt-get -y install build-essential clang cmake libboost-thread1.62-dev libboost-system1.62-dev libboost-filesystem1.62-dev libboost-date-time1.62-dev libboost-atomic1.62-dev libboost-chrono1.62-dev libogg-dev libvorbis-dev libflac-dev libfaad-dev libncursesw5-dev libasound2-dev libpulse-dev pulseaudio libmicrohttpd-dev libmp3lame-dev libcurl4-openssl-dev
|
||||
- run: cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=amd64 -DDEB_DISTRO=zesty -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
|
||||
- run: make -j2
|
||||
- run: cmake .
|
||||
|
@ -9,6 +9,7 @@ musikcube:
|
||||
the transport view next to the volume slider.
|
||||
* added initial support for FreeBSD using sndio. big thanks to gregf for the
|
||||
support and troubleshooting.
|
||||
* added scroll indicators to list windows (disabled on FreeBSD for now)
|
||||
* exposed extended metadata -- browse by new fields like year, composer,
|
||||
language, etc. press `6` in library > browse view.
|
||||
* fixed a couple bugs in the metadata indexer -- extended metadata properties
|
||||
|
Loading…
Reference in New Issue
Block a user