[unifi/el7] Fix conditional for bundled libs.
by Richard Shaw
commit 8da43e51cbd1f0f1f957fd78b298f6723b20262d
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Thu Oct 11 09:33:14 2018 -0500
Fix conditional for bundled libs.
unifi.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/unifi.spec b/unifi.spec
index cd13493..577eb18 100644
--- a/unifi.spec
+++ b/unifi.spec
@@ -170,7 +170,7 @@ install -pm 0644 %{SOURCE3} %{buildroot}%{_prefix}/lib/firewalld/services/
# Remove non-native executables
rm -rf %{buildroot}%{_datadir}/unifi/lib/native/{Windows,Mac}
-# webrtc is only supported on x86_64, aarch64 and armv7hf.
+# Bundled libs are only supported on x86_64, aarch64 and armv7hf.
# Move libraries to the correct location and symlink back
mv %{buildroot}%{_datadir}/unifi/lib/native/Linux ./
%ifarch x86_64 armv7hl aarch64
6 years, 1 month
[vdr-plex] Add BR gcc-c++
by Martin Gansser
commit 720aa7ad21e375ce05ab609154a80900ccb30892
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Oct 11 16:10:06 2018 +0200
Add BR gcc-c++
vdr-plex.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index 1151600..50b943f 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,6 +1,6 @@
Name: vdr-plex
Version: 0.4.0
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: A Plex Client for the VDR
Group: Applications/Multimedia
@@ -9,6 +9,7 @@ URL: http://projects.vdr-developer.org/projects/plg-plex
SOURCE: https://projects.vdr-developer.org/git/vdr-plugin-plex.git/snapshot/vdr-p...
Patch0: %{name}-namespace.patch
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: openssl-devel
BuildRequires: xcb-util-wm-devel
@@ -42,6 +43,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-9
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.4.0-8
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[vdr-skindesigner] Add BR gcc-c++
by Martin Gansser
commit f63e4e2248da89d953ff2a41495f52ab70daabbc
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Oct 11 15:06:20 2018 +0200
Add BR gcc-c++
vdr-skindesigner.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 8d8aac7..683dcdf 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,6 +1,6 @@
Name: vdr-skindesigner
Version: 1.2.7
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -10,6 +10,7 @@ Source0: http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.gi
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: gettext
BuildRequires: libcurl-devel
@@ -116,6 +117,9 @@ ldconfig -n %{buildroot}%{_libdir}
%{_includedir}/libskindesignerapi/*
%changelog
+* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.7-5
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1.2.7-4
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[vdr-softhddevice] Add BR gcc-c++
by Martin Gansser
commit bbd4600b591fb11a2a6f7037f45afe13f304ae22
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Oct 11 14:41:55 2018 +0200
Add BR gcc-c++
vdr-softhddevice.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 6dd9782..46ccabb 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -10,7 +10,7 @@
Name: vdr-softhddevice
Version: 0.6.1
-Release: 17.%{gitdate}git%{shortcommit0}%{?dist}
+Release: 18.%{gitdate}git%{shortcommit0}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -25,6 +25,7 @@ Patch1: chartype.patch
# https://projects.vdr-developer.org/issues/2424
Patch2: ffmpeg_2.9.patch
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 1.7.22
BuildRequires: gettext
BuildRequires: libva-devel
@@ -100,6 +101,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.1-18.20151103git6dfa88a
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.6.1-17.20151103git6dfa88a
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[vdr-mpv] Add BR gcc-c++
by Martin Gansser
commit 7738b06dcd80b3f4802e91a33f123d8aaa3a4991
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Oct 11 14:19:06 2018 +0200
Add BR gcc-c++
vdr-mpv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index d603668..a1cf3b2 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -2,13 +2,13 @@
Name: vdr-%{pname}
Version: 0.0.4
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A mpv player plugin for VDR
-Group: Applications/Multimedia
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...
+BuildRequires: gcc-c++
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: libmpv-devel >= 0.9.2
BuildRequires: libxcb-devel
@@ -38,6 +38,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Thu Oct 11 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.4-8
+- Add BR gcc-c++
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.0.4-7
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month