[steam/f24] Requires libdbusmenu-gtk2 >= 16.04.0
by Simone Caronni
commit 90619a3dbe5940deb227b0c1ebc874593984fa0c
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 19 15:20:52 2017 +0200
Requires libdbusmenu-gtk2 >= 16.04.0
steam.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index e4d067f..568112e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -6,7 +6,7 @@
Name: steam
Version: 1.0.0.54
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -87,11 +87,8 @@ Requires: libva-intel-driver%{?_isa}
# Required for hardware decoding during In-Home Streaming (radeon/nouveau)
Requires: libvdpau%{?_isa}
-%if 0%{?fedora}
-# Required for having a functioning menu on the tray icon on Fedora
-# https://github.com/ValveSoftware/steam-for-linux/issues/4795
-Requires: libdbusmenu-gtk3%{?_isa}
-%endif
+# Required for having a functioning menu on the tray icon
+Requires: libdbusmenu-gtk2%{?_isa} >= 16.04.0
Provides: steam-noruntime = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: steam-noruntime < %{?epoch:%{epoch}:}%{version}-%{release}
@@ -178,6 +175,10 @@ fi
%{_udevrulesdir}/*
%changelog
+* Wed Apr 19 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.54-9
+- GTK 2 version of libdbusmenu at version 16.04.0 is required for a working tray
+ menu.
+
* Mon Apr 10 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.54-8
- Update udev rules.
7 years, 7 months
[steam/el7] Requires libdbusmenu-gtk2 >= 16.04.0
by Simone Caronni
commit 417340ef5d21a528b20d40ba67a4b5262d7c9575
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Wed Apr 19 15:20:52 2017 +0200
Requires libdbusmenu-gtk2 >= 16.04.0
steam.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/steam.spec b/steam.spec
index e4d067f..568112e 100644
--- a/steam.spec
+++ b/steam.spec
@@ -6,7 +6,7 @@
Name: steam
Version: 1.0.0.54
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Installer for the Steam software distribution service
# Redistribution and repackaging for Linux is allowed, see license file
License: Steam License Agreement
@@ -87,11 +87,8 @@ Requires: libva-intel-driver%{?_isa}
# Required for hardware decoding during In-Home Streaming (radeon/nouveau)
Requires: libvdpau%{?_isa}
-%if 0%{?fedora}
-# Required for having a functioning menu on the tray icon on Fedora
-# https://github.com/ValveSoftware/steam-for-linux/issues/4795
-Requires: libdbusmenu-gtk3%{?_isa}
-%endif
+# Required for having a functioning menu on the tray icon
+Requires: libdbusmenu-gtk2%{?_isa} >= 16.04.0
Provides: steam-noruntime = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: steam-noruntime < %{?epoch:%{epoch}:}%{version}-%{release}
@@ -178,6 +175,10 @@ fi
%{_udevrulesdir}/*
%changelog
+* Wed Apr 19 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.54-9
+- GTK 2 version of libdbusmenu at version 16.04.0 is required for a working tray
+ menu.
+
* Mon Apr 10 2017 Simone Caronni <negativo17(a)gmail.com> - 1.0.0.54-8
- Update udev rules.
7 years, 7 months
[libva-intel-driver] Update to 1.8.1
by Nicolas Chauvet
commit a8286f34bc7fe432acb7560991f2fe9a92269731
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Apr 18 17:18:53 2017 +0200
Update to 1.8.1
libva-intel-driver-1.7.3-glvnd-fix.patch | 29 -----------------------------
libva-intel-driver.spec | 5 ++++-
sources | 2 +-
3 files changed, 5 insertions(+), 31 deletions(-)
---
diff --git a/libva-intel-driver.spec b/libva-intel-driver.spec
index c2f45f2..93fb3d3 100644
--- a/libva-intel-driver.spec
+++ b/libva-intel-driver.spec
@@ -1,7 +1,7 @@
#global _with_gen4asm 1
Name: libva-intel-driver
-Version: 1.8.0
+Version: 1.8.1
Release: 1%{?dist}
Summary: HW video decode support for Intel integrated graphics
License: MIT and EPL
@@ -70,6 +70,9 @@ gendiff . .prebuilt
%changelog
+* Tue Apr 18 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8.1-1
+- Update to 1.8.1
+
* Fri Apr 07 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8.0-1
- Update to 1.8.0
- Move to 01.org
diff --git a/sources b/sources
index a447926..548b78f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86d49ea797b54631fad1f5e1c985c3d9 libva-intel-driver-1.8.0.tar.gz
+2b0e8f69e30a1302c0064eab9584fcf0 libva-intel-driver-1.8.1.tar.gz
7 years, 7 months
[gstreamer1-plugins-bad-nonfree] Update to 1.11.90
by Leigh Scott
commit ee6a4a42c421ca859a089b5b44187d6ef2121cd9
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 18 11:35:54 2017 +0100
Update to 1.11.90
gstreamer1-plugins-bad-nonfree.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-nonfree.spec b/gstreamer1-plugins-bad-nonfree.spec
index a6cf7d5..aea3d60 100644
--- a/gstreamer1-plugins-bad-nonfree.spec
+++ b/gstreamer1-plugins-bad-nonfree.spec
@@ -3,8 +3,8 @@
Summary: GStreamer 1.0 streaming media framework "bad" non-free plug-ins
Name: gstreamer1-plugins-bad-nonfree
-Version: 1.11.2
-Release: 2%{?dist}
+Version: 1.11.90
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
@@ -67,6 +67,9 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstfdkaac.so
%changelog
+* Tue Apr 18 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.90-1
+- Update to 1.11.90
+
* Sat Mar 25 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.11.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 51afb7d..1990e14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef5ea52481620048b79db93b9d66294d gst-plugins-bad-1.11.2.tar.xz
+7d345962e3a10c6aa074f5f2bd20cecd gst-plugins-bad-1.11.90.tar.xz
7 years, 7 months
[gstreamer1-plugins-ugly] Update to 1.11.90
by Leigh Scott
commit 3551949775243b2e3a093acfeed845cf3c3f1a78
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Apr 18 11:30:57 2017 +0100
Update to 1.11.90
asfdemux-Fix-compilation-with-gcc-7.patch | 31 -------------------------------
gstreamer1-plugins-ugly.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 9 insertions(+), 37 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index ee69df6..6a607a7 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -1,13 +1,12 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
-Version: 1.11.2
-Release: 2%{?dist}
+Version: 1.11.90
+Release: 1%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://gstreamer.freedesktop.org/
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-%{...
-# Upstream fix
-Patch0: asfdemux-Fix-compilation-with-gcc-7.patch
+
BuildRequires: gstreamer1-devel >= %{version}
BuildRequires: gstreamer1-plugins-base-devel >= %{version}
BuildRequires: gettext-devel gtk-doc
@@ -78,7 +77,7 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%{_libdir}/gstreamer-1.0/libgstasf.so
%{_libdir}/gstreamer-1.0/libgstdvdlpcmdec.so
%{_libdir}/gstreamer-1.0/libgstdvdsub.so
-%{_libdir}/gstreamer-1.0/libgstrmdemux.so
+%{_libdir}/gstreamer-1.0/libgstrealmedia.so
%{_libdir}/gstreamer-1.0/libgstxingmux.so
# Plugins with external dependencies
%{_libdir}/gstreamer-1.0/libgsta52dec.so
@@ -97,6 +96,10 @@ rm %{buildroot}%{_libdir}/gstreamer-1.0/*.la
%changelog
+* Tue Apr 18 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.90-1
+- Update to 1.11.90
+- Upstream renamed libgstrmdemux.so to libgstrealmedia.so
+
* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.11.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index 301b863..408ffa1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7afd2d1df8789f918fb533bc023a467 gst-plugins-ugly-1.11.2.tar.xz
+ee77bed21e4dbe35e220675b91deca8e gst-plugins-ugly-1.11.90.tar.xz
7 years, 7 months