Skip to content

Commit

Permalink
Merge pull request #5148 from claudiux/Radio3.0_v1.10.1
Browse files Browse the repository at this point in the history
Remove libmpv1 or libmpv2 dependency for LM and Debian
  • Loading branch information
claudiux authored Nov 26, 2023
2 parents e6594fb + a480224 commit f92f843
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Radio3.0@claudiux/files/Radio3.0@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v1.10.1~20231126
* Remove libmpv1 or libmpv2 dependency for LM and Debian.

### v1.10.0~20231126
* Added the ability to swap artist and song title for certain radio stations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const NEEDS_FONTS_SYMBOLA = false;
*
* Example: To install the executable 'sox' and the library 'libsox-fmt-mp3.so', we need to install two packages in
* Debian and derivatives distros (default) and only one package (named sox) in Arch and Fedora distros.
const DEPENDENCIES = {
var DEPENDENCIES = {
"default": [
["sox", "/usr/bin/sox", "sox"],
["", "/usr/share/doc/libsox-fmt-mp3/copyright", "libsox-fmt-mp3"]
Expand All @@ -66,7 +66,6 @@ var DEPENDENCIES = {
"default": [
["mpv", "/usr/bin/mpv", "mpv"],
["wget", "/usr/bin/wget", "wget"],
["", "/usr/share/doc/libmpv1/copyright", "libmpv1"],
["", "/usr/share/doc/libmpv-dev/copyright", "libmpv-dev"],
["pacmd", "/usr/bin/pacmd", "pulseaudio-utils"],
["pulseaudio", "/usr/bin/pulseaudio", "pulseaudio"],
Expand Down Expand Up @@ -94,7 +93,6 @@ var DEPENDENCIES = {
"debian": [
["mpv", "/usr/bin/mpv", "mpv"],
["wget", "/usr/bin/wget", "wget"],
["", "/usr/lib/x86_64-linux-gnu/libmpv.so", "libmpv?"],
["", "/usr/share/doc/libmpv-dev/copyright", "libmpv-dev"],
["pacmd", "/usr/bin/pacmd", "pulseaudio-utils"],
["pulseaudio", "/usr/bin/pulseaudio", "pulseaudio"],
Expand Down
2 changes: 1 addition & 1 deletion Radio3.0@claudiux/files/Radio3.0@claudiux/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "The Ultimate Internet Radio Receiver & Recorder for Cinnamon",
"max-instances": 1,
"version": "1.10.0",
"version": "1.10.1",
"uuid": "Radio3.0@claudiux",
"name": "Radio3.0",
"author": "claudiux",
Expand Down

0 comments on commit f92f843

Please sign in to comment.