Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,17 @@ First, check and see if Playerctl is available from your package manager (if it
sudo dnf install playerctl
```

### Mageia, openSUSE
### openSUSE

`playerctl` is available for Mageia and openSUSE via [this COPR repository](https://copr.fedorainfracloud.org/coprs/jflory7/playerctl/). First, install the repository file for your distribution from COPR. Then, install `playerctl` with your package manager of choice.
`playerctl` is available for openSUSE Tumbleweed and Leap 15:

```
sudo zypper install playerctl
```

### Mageia

`playerctl` is available for Mageia via [this COPR repository](https://copr.fedorainfracloud.org/coprs/jflory7/playerctl/). First, install the repository file for your distribution from COPR. Then, install `playerctl` with your package manager of choice.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we may want to remove:

https://copr.fedorainfracloud.org/coprs/jflory7/playerctl

Since the last packaged version is 2.1.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we may want to remove:

https://copr.fedorainfracloud.org/coprs/jflory7/playerctl

Since the last packaged version is 2.1.1

Yeah, I noticed that when I got a COPR account. Not only that, but it's for old versions of Mageia (versions 7 and 8). I have builds for the latest versions of Mageia in my COPR repository, in case you want to change that URL (I do have it built for Mageia 8, which despite being EOL, COPR allows building for it).


### Guix

Expand Down