[vdr-mpv] Use fork because its under maintenance Update to 0.2.1
by Martin Gansser
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
3 years, 10 months
[vdr-softhddevice] Update to 1.0.11
by Martin Gansser
commit b5e1e09e590e1ecc6d5ac7042210cc94efd1cbc9
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jan 5 11:28:31 2021 +0100
Update to 1.0.11
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6533aef..a358ac7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/vdr-plugin-softhddevice-6dfa88aecf1b5a4c5932ba278209d9f22676547f.tar.bz2
/vdr-softhddevice-1.0.9.tar.gz
/vdr-softhddevice-1.0.10.tar.gz
+/vdr-softhddevice-1.0.11.tar.gz
diff --git a/sources b/sources
index 45d6c18..e31531a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.0.10.tar.gz) = 4edf1eec5cfa850c8a8c012b3a6c25d6d500f82d00b5a5d8862ac9e9e5220dc3f4054ea2b7cf2fc4b607a90a1ac8d4d0989eb8af5c9637b055eb0d8e75fbc107
+SHA512 (vdr-softhddevice-1.0.11.tar.gz) = 91a854e1549869a22f2fa4aa5ffffe5f38546d66da2261c30e1986ee426ab69bbdff5cd3244bf3a0252e33fef273c08d2868927e43bf65aa024ec3fdca5f55f5
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index b9fc3b6..b2f8cbf 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,5 +1,5 @@
Name: vdr-softhddevice
-Version: 1.0.10
+Version: 1.0.11
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
@@ -78,6 +78,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Tue Jan 05 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.11-1
+- Update to 1.0.11
+
* Mon Jan 04 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.10-1
- Update to 1.0.10
3 years, 10 months
[performous] Update to 20201029git57ad2fc
by Sérgio M. Basto
commit 0d81f9d205259418ea6cd72bc4b584c054f0bcfe
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 4 17:04:34 2021 +0000
Update to 20201029git57ad2fc
.gitignore | 1 +
performous.spec | 21 +++++++++------------
sources | 2 +-
3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 647b5f3..ac6d91a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/performous-997f488.tar.gz
/ced-26faf8f.tar.gz
/aubio-712511e.tar.gz
+/performous-57ad2fc.tar.gz
diff --git a/performous.spec b/performous.spec
index fee8cfc..30b1c6b 100644
--- a/performous.spec
+++ b/performous.spec
@@ -1,12 +1,12 @@
-%global commit0 997f48846e67a36cf1362ee037adc08f824d6336
-%global gitdate 20200604
+%global commit0 57ad2fc71f625a432f5e82b15bcf44081a29e8f8
+%global gitdate 20201029
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%undefine __cmake_in_source_build
Name: performous
Version: 2.0.0
-Release: 0.2.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 0.3.%{gitdate}git%{shortcommit0}%{?dist}
Summary: Free cross-platform music and rhythm / party game
# The main code is GPLv2+, and there are fonts under ASL 2.0 and SIL licenses
@@ -14,8 +14,7 @@ License: GPLv2+ and ASL 2.0 and OFL
URL: https://performous.org
Source0: https://github.com/performous/performous/archive/%{commit0}/%{name}-%{sho...
Source1: https://github.com/performous/compact_enc_det/archive/26faf8f/ced-26faf8f...
-Source4: https://github.com/performous/aubio/archive/712511e/aubio-712511e.tar.gz
-Source2: https://raw.githubusercontent.com/performous/performous/master/licence.txt
+Source2: https://github.com/performous/aubio/archive/712511e/aubio-712511e.tar.gz
Source3: performous.appdata.xml
BuildRequires: alsa-lib-devel
@@ -80,15 +79,14 @@ package.
%prep
%autosetup -p1 -n %{name}-%{commit0}
tar -xf %{SOURCE1} -C 3rdparty/ced/ --strip 1
-tar -xf %{SOURCE4} -C 3rdparty/aubio/ --strip 1
-cp -p %{SOURCE2} .
+tar -xf %{SOURCE2} -C 3rdparty/aubio/ --strip 1
cp -p "docs/license/SIL OFL Font License New Rocker.txt" SIL-OFL.txt
%build
# Jack support is disabled because the engine can't be chosen at run-time and
# jack will always take precedence over pulseaudio
-#%%cmake -DSHARE_INSTALL:PATH=share/performous \
+#cmake -DSHARE_INSTALL:PATH=share/performous \
%cmake -DSHARE_INSTALL:PATH=%{_datadir}/performous \
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DUSE_BOOST_REGEX=1
%cmake_build
@@ -109,10 +107,6 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%find_lang Performous
-
-%ldconfig_scriptlets
-
-
%files -f Performous.lang
%license licence.txt
%doc docs/*.txt
@@ -130,6 +124,9 @@ rm -rf %buildroot%{_libdir}/*.{a,la}
%changelog
+* Mon Jan 04 2021 Sérgio Basto <sergio(a)serjux.com> - 2.0.0-0.3.20201029git57ad2fc
+- Update to 20201029git57ad2fc
+
* Fri Jan 1 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.0.0-0.2.20200604git997f488
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index 8aa955e..f44ce5f 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (performous-997f488.tar.gz) = a9aa3125b26debf5f07b6518d296d00620793f667cebca4856b95c7371b6c20484a6d326183293a696527f42995b06a5dfb1b806c481734fee1d73cc0d61445c
SHA512 (ced-26faf8f.tar.gz) = 6dbd8f99e18f9b1aa6562938a148789b540d6d52f48289d140a02745ef5190bd84f3f658ec89e7fa72f2640f4d42e165bf4fba29a5b1a51f4aea2490613341ab
SHA512 (aubio-712511e.tar.gz) = bebfba9b53d22f078b3c0a4a77deeaf3fe8f1015ce441d2309311c4b1c696f8596b94182bb1f2bf65d40e91227d69d696f42a1dadb2944344ab76c21844b9a86
+SHA512 (performous-57ad2fc.tar.gz) = 5b58698cf80a49aa0e56c5580701b281e156f4898a9ea58ad40a382297bdf69db1e57674d86ec26f2b77a6055a5a8e3f1b5b853cde3c0dd953f6f2bb719f4447
3 years, 10 months