[vdr-markad] Rebuilt for new VDR API version
by Martin Gansser
commit b386e79da7506261db8b4821aaa5c64f9627e1bf
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jun 30 19:22:54 2019 +0200
Rebuilt for new VDR API version
vdr-markad.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-markad.spec b/vdr-markad.spec
index a6a6fa4..2abfaab 100644
--- a/vdr-markad.spec
+++ b/vdr-markad.spec
@@ -4,7 +4,7 @@
Name: vdr-markad
Version: 0.1.4
-Release: 22.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 23.%{gitdate}git%{shortcommit0}%{?dist}
Summary: Advanced commercial detection for VDR
License: GPLv2+
# how to get the tarball
@@ -70,6 +70,9 @@ fi
%{vdr_vardir}/markad/
%changelog
+* Sun Jun 30 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-23.20170313gitea2e182
+- Rebuilt for new VDR API version
+
* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.1.4-22.20170313gitea2e182
- Rebuilt for new VDR API version
5 years, 4 months
[vdr-burn] Rebuilt for new VDR API version
by Martin Gansser
commit 0a02d5462ad3da0f99162e584fbfcc5c804d760e
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Jun 30 19:19:11 2019 +0200
Rebuilt for new VDR API version
vdr-burn.spec | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/vdr-burn.spec b/vdr-burn.spec
index 4674ec0..9535137 100644
--- a/vdr-burn.spec
+++ b/vdr-burn.spec
@@ -4,7 +4,7 @@
Name: vdr-%{pname}
Version: 0.3.0
-Release: 12%{?dist}
+Release: 13%{?dist}
Summary: DVD writing plugin for VDR
# genindex is GPLv2+, rest GPL+
@@ -47,6 +47,11 @@ mv %{pname}-%{version} burn ; cd burn
sed -i -e 's|/var/lib/vdr/|%{vdr_vardir}/|g' chain-archive.c jobs.c scripts/vdrburn-*.sh
sed -i -e 's|"Vera"|"DejaVuSans"|g' skins.c
+sed -i -e 's|std::auto_ptr|std::unique_ptr|' jobs.h
+sed -i -e 's|std::auto_ptr<chain_vdr> m_process;|std::unique_ptr<chain_vdr> m_process;|' jobs.h
+sed -i -e 's|std::auto_ptr<job> m_pending;|std::unique_ptr<job> m_pending;|' manager.h
+sed -i -e 's|auto_ptr<process> dtemp( proc );|std::unique_ptr<process> dtemp( proc );|' proctools/chain.cc
+
cd ../genindex-%{gver}
sed -i -e 's/-g -O2/$(RPM_OPT_FLAGS)/' Makefile
f=README ; iconv -f iso-8859-1 -t utf-8 -o ../README.genindex $f
@@ -97,6 +102,9 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Sun Jun 30 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-13
+- Rebuilt for new VDR API version
+
* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.0-12
- Rebuilt for new VDR API version
5 years, 4 months
[kodi] Drop wiiremote man page if support is disabled
by Michael Cronenworth
commit 68b7ad37fe6ca035689076c5139a1028306b87cd
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Jun 30 10:28:28 2019 -0500
Drop wiiremote man page if support is disabled
kodi.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/kodi.spec b/kodi.spec
index 4583d3b..d306d10 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -427,6 +427,11 @@ ln -sf %{_fontbasedir}/dejavu/DejaVuSans-Bold.ttf ${RPM_BUILD_ROOT}%{_datadir}/k
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/
mv docs/manpages ${RPM_BUILD_ROOT}%{_mandir}/man1/
+# Remove wiiremote man page if support was disabled
+%if ! 0%{?_with_cwiid}
+rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1.gz
+%endif
+
%post firewalld
%firewalld_reload
5 years, 4 months
[pulseaudio-module-bluetooth-freeworld] Correct Source0 field
by Gergely Gombos
commit 6a8cb9d37e2bb075cea3206914e81f7dafaf1005
Author: Gergely Gombos <gombosg(a)gmail.com>
Date: Sun Jun 30 11:31:16 2019 +0200
Correct Source0 field
pulseaudio-module-bluetooth-freeworld.spec | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/pulseaudio-module-bluetooth-freeworld.spec b/pulseaudio-module-bluetooth-freeworld.spec
index 88e4f10..1892306 100644
--- a/pulseaudio-module-bluetooth-freeworld.spec
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -5,16 +5,21 @@
Name: pulseaudio-module-bluetooth-freeworld
Summary: Bluetooth support for the PulseAudio sound server, supports aptX, LDAC codecs
Version: 1.1.99
-Release: 5%{?snap:.%{snap}git%{shortcommit}}%{?dist}
+Release: 6%{?snap:.%{snap}git%{shortcommit}}%{?dist}
License: GPLv3
URL: https://github.com/EHfive/pulseaudio-modules-bt/
%global pa_version 12.2
%global pa_archivename pulseaudio-%{pa_version}
+
+%if 0%{?snap}
+%global bt_archivename pulseaudio-modules-bt-%{gitcommit}
+%else
%global bt_archivename pulseaudio-modules-bt-%{version}
+%endif
-%if 0%{?gitrel}
-Source0: https://github.com/EHfive/pulseaudio-modules-bt/archive/%{gitcommit}.tar.gz
+%if 0%{?snap}
+Source0: https://github.com/EHfive/pulseaudio-modules-bt/archive/%{gitcommit}/%{bt...
%else
Source0: https://github.com/EHfive/pulseaudio-modules-bt/archive/v%{version}/%{bt_...
%endif
@@ -74,6 +79,9 @@ mv %{pa_archivename} pa
%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-policy.so
%changelog
+* Sun Jun 30 2019 Gergely Gombos <gombosg(a)disroot.org> - 1.1.99-6.20190630git2fde9
+- Correct Source0 field
+
* Sun Jun 30 2019 Gergely Gombos <gombosg(a)disroot.org> - 1.1.99-5.20190630git2fde9
- Compile with fixes from master commit 2fde9b7 until upstream releases
5 years, 4 months
[pulseaudio-module-bluetooth-freeworld] Compile with fixes from master commit 2fde9b7 until upstream releases
by Gergely Gombos
commit a14696b9fdab037687522dc52f821cb00ee8e03c
Author: Gergely Gombos <gombosg(a)gmail.com>
Date: Sun Jun 30 11:00:29 2019 +0200
Compile with fixes from master commit 2fde9b7 until upstream releases
pulseaudio-module-bluetooth-freeworld.spec | 13 ++++++++++++-
sources | 2 +-
2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/pulseaudio-module-bluetooth-freeworld.spec b/pulseaudio-module-bluetooth-freeworld.spec
index 18b5874..88e4f10 100644
--- a/pulseaudio-module-bluetooth-freeworld.spec
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -1,7 +1,11 @@
+%global snap 20190630
+%global gitcommit 2fde9b79449661afd162f5d6eeeba49f80eba37a
+%global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
+
Name: pulseaudio-module-bluetooth-freeworld
Summary: Bluetooth support for the PulseAudio sound server, supports aptX, LDAC codecs
Version: 1.1.99
-Release: 4%{?dist}
+Release: 5%{?snap:.%{snap}git%{shortcommit}}%{?dist}
License: GPLv3
URL: https://github.com/EHfive/pulseaudio-modules-bt/
@@ -9,7 +13,11 @@ URL: https://github.com/EHfive/pulseaudio-modules-bt/
%global pa_archivename pulseaudio-%{pa_version}
%global bt_archivename pulseaudio-modules-bt-%{version}
+%if 0%{?gitrel}
+Source0: https://github.com/EHfive/pulseaudio-modules-bt/archive/%{gitcommit}.tar.gz
+%else
Source0: https://github.com/EHfive/pulseaudio-modules-bt/archive/v%{version}/%{bt_...
+%endif
Source1: http://freedesktop.org/software/pulseaudio/releases/%{pa_archivename}.tar.xz
Provides: pulseaudio-module-bluetooth = %{pa_version}-100
@@ -66,6 +74,9 @@ mv %{pa_archivename} pa
%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-policy.so
%changelog
+* Sun Jun 30 2019 Gergely Gombos <gombosg(a)disroot.org> - 1.1.99-5.20190630git2fde9
+- Compile with fixes from master commit 2fde9b7 until upstream releases
+
* Sat Jun 29 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1.99-4
- Add fdk-aac-free as hard dependency (it's not dlopened)
diff --git a/sources b/sources
index 4fa7629..350b2a9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5b85dfb8f30fba333e190b62f326f6dc pulseaudio-modules-bt-1.1.99.tar.gz
+80647c3a069bfefcabadb0d2a835134c pulseaudio-modules-bt-2fde9b79449661afd162f5d6eeeba49f80eba37a.tar.gz
c42f1f1465e8df9859d023dc184734bf pulseaudio-12.2.tar.xz
5 years, 4 months
[pulseaudio-module-bluetooth-freeworld] add missing description field
by Gergely Gombos
commit 646d9b40724e81ad440d98bff1b8fa5167c25d10
Author: Gergely Gombos <gombosg(a)gmail.com>
Date: Sat Jun 29 00:50:40 2019 +0200
add missing description field
pulseaudio-module-bluetooth-freeworld.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/pulseaudio-module-bluetooth-freeworld.spec b/pulseaudio-module-bluetooth-freeworld.spec
index ca07761..18b5874 100644
--- a/pulseaudio-module-bluetooth-freeworld.spec
+++ b/pulseaudio-module-bluetooth-freeworld.spec
@@ -66,6 +66,9 @@ mv %{pa_archivename} pa
%{_libdir}/pulse-%{pa_version}/modules/module-bluetooth-policy.so
%changelog
+* Sat Jun 29 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1.99-4
+- Add fdk-aac-free as hard dependency (it's not dlopened)
+
* Sat Jun 29 2019 Gergely Gombos <gombosg(a)gmail.com> - 1.1.99-3
- Add fdk-aac-free BuildRequires
5 years, 4 months