commit 1c04e2c6d73a0b23f12a87bb1cce56c7c911419e
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jan 5 11:44:34 2021 +0100
Use fork because its under maintenance
Update to 0.2.1
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 16 +++++++++++-----
3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cc976c..4134fd0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/vdr-plugin-mpv-0.0.4.tar.bz2
+/vdr-mpv-0.2.1.tar.gz
diff --git a/sources b/sources
index bf9a4dc..89a96f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-mpv-0.0.4.tar.bz2) =
f71573cddbb17004091cdea228e4fe7f7c10842bf8571b4f9b31f615b7f14111b0d33b114dd3f2afc3c1926fd0244ff6e20af2ac494c8173517dce62274a4596
+SHA512 (vdr-mpv-0.2.1.tar.gz) =
83bce975b1a5bc3d24476e4b3265185e124ad398b1ea3b14880a0e6a9079b031f63106b97e16ddc6f55928f5b29da9b2428a71c85b3746d1c38b269723158031
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index a81222d..6bf8332 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,12 +1,12 @@
%global pname mpv
Name: vdr-%{pname}
-Version: 0.0.4
-Release: 19%{?dist}
+Version: 0.2.1
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
-URL:
http://projects.vdr-developer.org/projects/plg-mpv
-Source0:
http://projects.vdr-developer.org/git/vdr-plugin-mpv.git/snapshot/vdr-plu...
+URL:
https://github.com/ua0lnj/vdr-plugin-mpv
+Source0:
https://github.com/ua0lnj/vdr-plugin-mpv/archive/v%{version}.tar.gz#/%{na...
BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
@@ -19,7 +19,9 @@ Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
Requires: lxrandr
%description
-A mpv player plugin for VDR
+vdr-mpv is a fork of the vdr-play plugin from Johns. It uses libmpv for playing
+media (video, audio, picture) in VDR and also displays the VDR OSD (On Screen
+Display) during playback.
%prep
%setup -qn vdr-plugin-%{pname}-%{version}
@@ -38,6 +40,10 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="-std=gnu++14
%{optflags} -fPIC" %{?_sm
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Tue Jan 05 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.1-1
+- Use fork because its under maintenance
+- Update to 0.2.1
+
* Mon Jan 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.4-19
- Rebuilt for new VDR API version
- Force C++14 as this code is not C++17 ready, needed for gcc11