2 Commits

Author SHA256 Message Date
d558684f62 Accepting request 1325795 from multimedia:apps
- Update to 1.2
  * More consistent external album art finding with mpv
  * Use audio-client-name when naming mpv session bus
  * Fix shuffle functionality
  * Fix race condition at initialisation which sometimes caused
    error logging
  * Fix using multiple instances with flatpak by using a random
    string rather than pid to identify multiple players
  * Now properly report of Next and previous are available based on
    current position in playlist
- Don’t create symlink in no-longer-packaged /etc/mpv directory

OBS-URL: https://build.opensuse.org/request/show/1325795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv-mpris?expand=0&rev=8
2026-01-08 14:26:14 +00:00
05a090d5bb - Update to 1.2
* More consistent external album art finding with mpv
  * Use audio-client-name when naming mpv session bus
  * Fix shuffle functionality
  * Fix race condition at initialisation which sometimes caused
    error logging
  * Fix using multiple instances with flatpak by using a random
    string rather than pid to identify multiple players
  * Now properly report of Next and previous are available based on
    current position in playlist
- Don’t create symlink in no-longer-packaged /etc/mpv directory

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv-mpris?expand=0&rev=15
2026-01-07 14:18:21 +00:00
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71008aa181bccf4bc7b2b5b9673e9993b1d1f5b7e2c189dc3724ab23ef1f6ebb
size 14511

3
mpv-mpris-1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecdc66f0182a38164b8bdc79502c575df3d2c4453bae5bff225c4e5ce9dbef6c
size 15181

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 7 14:11:04 UTC 2026 - Mia Herkt <mia@0x0.st>
- Update to 1.2
* More consistent external album art finding with mpv
* Use audio-client-name when naming mpv session bus
* Fix shuffle functionality
* Fix race condition at initialisation which sometimes caused
error logging
* Fix using multiple instances with flatpak by using a random
string rather than pid to identify multiple players
* Now properly report of Next and previous are available based on
current position in playlist
- Dont create symlink in no-longer-packaged /etc/mpv directory
-------------------------------------------------------------------
Sat Nov 16 16:46:08 UTC 2024 - Mia Herkt <mia@0x0.st>

View File

@@ -1,7 +1,7 @@
#
# spec file for package mpv-mpris
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,10 @@
Name: mpv-mpris
Version: 1.1
Version: 1.2
Release: 0
Summary: MPRIS plugin for mpv
License: MIT
Group: Productivity/Multimedia/Video/Players
URL: https://github.com/hoyon/mpv-mpris
Source0: https://github.com/hoyon/mpv-mpris/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: dbus-1
@@ -43,16 +42,13 @@ multimedia keys in desktop environments such as GNOME and KDE
as well as through tools like playerctl.
%prep
%setup -q
%autopatch -p1
%autosetup -p1
%build
%make_build
%install
install -Dm0755 mpris.so %{buildroot}%{_libdir}/mpv/mpris.so
mkdir -p %{buildroot}%{_sysconfdir}/mpv/scripts
ln -s %{_libdir}/mpv/mpris.so %{buildroot}%{_sysconfdir}/mpv/scripts/mpris.so
# test suite does not work on OBS VM
# %%check
@@ -61,7 +57,5 @@ ln -s %{_libdir}/mpv/mpris.so %{buildroot}%{_sysconfdir}/mpv/scripts/mpris.so
%files
%license LICENSE
%{_libdir}/mpv
%dir %{_sysconfdir}/mpv/scripts
%{_sysconfdir}/mpv/scripts/mpris.so
%changelog