[vdr-xineliboutput] Update to 2.1.0-11.20190516git22d2fb4 Enable wayland support
by Martin Gansser
commit 9c3cddf46f40e98b9eb8bf2ab96f3aae42dfa08a
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri May 17 08:53:24 2019 +0200
Update to 2.1.0-11.20190516git22d2fb4
Enable wayland support
vdr-xineliboutput.spec | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index 85059c2..1d1e0df 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -7,12 +7,12 @@
%global gitdate 20190514
# build bluray support (disabled for now)
%global have_bluray 1
+%global have_wayland 1
Name: vdr-%{pname}
Version: 2.1.0
Release: 11.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
-Group: Applications/Multimedia
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
# checkout instructions
@@ -52,6 +52,10 @@ Requires: xine-lib >= %{xinever}
BuildRequires: libbluray-devel
%endif
+%if %{have_wayland}
+BuildRequires: wayland-devel
+%endif
+
%description
VDR plugin: xine-lib based software output device for VDR
@@ -59,7 +63,6 @@ This package contain plugin for Xine
%package plugin
Summary: Plugins for watching VDR over Xine
-Group: Applications/Multimedia
License: GPLv2+
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: libxineliboutput-fbfe.so = %{version}
@@ -77,7 +80,10 @@ This package contain plugin for VDR
--enable-x11 \
--enable-fb \
--enable-vdr \
- --enable-libxine \
+ --enable-libxine \
+%if %{have_wayland}
+ --enable-wayland \
+%endif
--debug \
%if !%{have_bluray}
--disable-libbluray \
@@ -130,7 +136,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%{_bindir}/vdr-fbfe
%{_bindir}/vdr-sxfe
%{_bindir}/mpg2c
+%if %{have_wayland}
%{_bindir}/vdr-wlfe
+%endif
%{xineplugindir}/xineplug_inp_xvdr.so
%{xineplugindir}/post/xineplug_post_audiochannel.so
@@ -146,11 +154,14 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
%{vdr_plugindir}/libxineliboutput-fbfe.so.%{xinepluginver}
%{vdr_plugindir}/libxineliboutput-sxfe.so.%{xinepluginver}
+%if %{have_wayland}
%{vdr_plugindir}/libxineliboutput-wlfe.so.%{xinepluginver}
+%endif
%changelog
* Thu May 16 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-11.20190514git22d2fb4
- Update to 2.1.0-11.20190516git22d2fb4
+- Enable wayland support
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2.1.0-10.20181005gitb298178
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 6 months
[gstreamer1-plugins-ugly/f29] update changelog
by Leigh Scott
commit 2e4f6c5f6f9919b6dc98aef9f42f695a92583593
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 16 16:57:56 2019 +0100
update changelog
gstreamer1-plugins-ugly.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index b8eb6a6..88010aa 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Version: 1.14.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: https://gstreamer.freedesktop.org/
@@ -105,6 +105,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Thu May 16 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.14.4-3
+- Disable mpeg2dec, it's been moved to the fedora package
+
* Wed Nov 07 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1.14.4-2
- rebuild for x264 (rf#5071)
5 years, 6 months
[gstreamer1-plugins-ugly/f29] Disable mpeg2dec, it's been moved to the fedora package
by Leigh Scott
commit 95945bb9409f28dd85352374f365a628c1b96180
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 16 16:54:10 2019 +0100
Disable mpeg2dec, it's been moved to the fedora package
gstreamer1-plugins-ugly.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 0d643b2..b8eb6a6 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -14,7 +14,6 @@ BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0
-BuildRequires: libmpeg2-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
@@ -72,7 +71,8 @@ be shipped in gstreamer-plugins-good because:
--disable-a52dec \
--disable-xingmux \
--disable-lame \
- --disable-twolame
+ --disable-twolame \
+ --disable-mpeg2dec
%make_build V=1
@@ -97,7 +97,6 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstamrnb.so
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
-%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
%{_libdir}/gstreamer-1.0/libgstx264.so
#files devel-docs
5 years, 6 months
[gstreamer1-plugins-ugly] update changelog
by Leigh Scott
commit b168b9b5c325e1e8fe59fe89ffd257e6c2d75231
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 16 16:55:29 2019 +0100
update changelog
gstreamer1-plugins-ugly.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index d186b22..18c51ee 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Version: 1.16.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -81,6 +81,9 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
%changelog
+* Thu May 16 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.16.0-2
+- Disable mpeg2dec, it's been moved to the fedora package
+
* Wed Apr 24 2019 Leigh Scott <leigh123linux(a)gmail.com> - 1.16.0-1
- 1.16.0
5 years, 6 months
[gstreamer1-plugins-ugly] Disable mpeg2dec, it's been moved to the fedora package
by Leigh Scott
commit 98e98c11c4f2bcb7afb5adf89c6b5233fdd8e54d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 16 16:54:10 2019 +0100
Disable mpeg2dec, it's been moved to the fedora package
gstreamer1-plugins-ugly.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 80e5c2f..d186b22 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -13,7 +13,6 @@ BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel
BuildRequires: libid3tag-devel >= 0.15.0
-BuildRequires: libmpeg2-devel >= 0.4.0
BuildRequires: orc-devel >= 0.4.5
BuildRequires: x264-devel >= 0.0.0-0.28
BuildRequires: opencore-amr-devel
@@ -53,7 +52,8 @@ gstreamer-plugins-good because:
--disable-a52dec \
--disable-xingmux \
--disable-lame \
- --disable-twolame
+ --disable-twolame \
+ --disable-mpeg2dec
%make_build V=1
@@ -77,7 +77,6 @@ rm -fv %{buildroot}%{_datadir}/gtk-doc/html/%{src_name}-plugins-1.0/*
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgstamrnb.so
%{_libdir}/gstreamer-1.0/libgstamrwbdec.so
-%{_libdir}/gstreamer-1.0/libgstmpeg2dec.so
%{_libdir}/gstreamer-1.0/libgstx264.so
5 years, 6 months