Skip to content

Commit

Permalink
Update mpv-mpris to version 0.8.1 / rev 3 via SR 983511
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/983511
by user mia + dimstar_suse
- Update to 0.8.1
  * Fix Unknown Artist for YouTube videos
    #gh/hoyon/mpv-mpris#76
  * Emit signal for fullscreen event
    #gh/hoyon/mpv-mpris#78

- Update to 0.7.1
  * Add test suite
  * Emit Stopped Signal on exit.
    #gh/hoyon/mpv-mpris#61
    #gh/hoyon/mpv-mpris#22
  * Set xesam:artist to channel name for YouTube videos.
    #gh/hoyon/mpv-mpris#50
  • Loading branch information
mia authored and bmwiedemann committed Jun 18, 2022
1 parent 51780e3 commit 5e4d378
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
Binary file modified packages/m/mpv-mpris/.files
Binary file not shown.
20 changes: 20 additions & 0 deletions packages/m/mpv-mpris/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,24 @@
<comment></comment>
<requestid>933396</requestid>
</revision>
<revision rev="3" vrev="1">
<srcmd5>dd395df05310ecce030d57e8913123c9</srcmd5>
<version>0.8.1</version>
<time>1655582765</time>
<user>dimstar_suse</user>
<comment>- Update to 0.8.1
* Fix Unknown Artist for YouTube videos
#gh/hoyon/mpv-mpris#76
* Emit signal for fullscreen event
#gh/hoyon/mpv-mpris#78

- Update to 0.7.1
* Add test suite
* Emit Stopped Signal on exit.
#gh/hoyon/mpv-mpris#61
#gh/hoyon/mpv-mpris#22
* Set xesam:artist to channel name for YouTube videos.
#gh/hoyon/mpv-mpris#50</comment>
<requestid>983511</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/m/mpv-mpris/mpv-mpris-0.6.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/m/mpv-mpris/mpv-mpris-0.8.1.tar.gz
20 changes: 20 additions & 0 deletions packages/m/mpv-mpris/mpv-mpris.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 17 23:04:06 UTC 2022 - Mia Herkt <[email protected]>

- Update to 0.8.1
* Fix Unknown Artist for YouTube videos
#gh/hoyon/mpv-mpris#76
* Emit signal for fullscreen event
#gh/hoyon/mpv-mpris#78

-------------------------------------------------------------------
Wed Jun 15 17:02:27 UTC 2022 - Mia Herkt <[email protected]>

- Update to 0.7.1
* Add test suite
* Emit Stopped Signal on exit.
#gh/hoyon/mpv-mpris#61
#gh/hoyon/mpv-mpris#22
* Set xesam:artist to channel name for YouTube videos.
#gh/hoyon/mpv-mpris#50

-------------------------------------------------------------------
Sun Nov 21 11:43:51 UTC 2021 - Enrico Belleri <[email protected]>

Expand Down
14 changes: 11 additions & 3 deletions packages/m/mpv-mpris/mpv-mpris.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package mpv-mpris
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,21 +17,24 @@


Name: mpv-mpris
Version: 0.6
Version: 0.8.1
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
BuildRequires: mpv
BuildRequires: pkgconfig
# BuildRequires: sound-theme-freedesktop
# BuildRequires: xvfb-run
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.58
BuildRequires: pkgconfig(mpv)
Supplements: mpv
Obsoletes: mpv-plugin-mpris
Conflicts: mpv-plugin-mpris

%description
This package contains a plugin for mpv which allows control of the
Expand All @@ -41,6 +44,7 @@ as well as through tools like playerctl.

%prep
%setup -q
%autopatch -p1

%build
%make_build
Expand All @@ -50,6 +54,10 @@ 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
# %%make_build test

%files
%license LICENSE
%{_libdir}/mpv
Expand Down

0 comments on commit 5e4d378

Please sign in to comment.