[vdr-xineliboutput] Update to 2.1.0-11.20190516git22d2fb4
by Martin Gansser
commit c3a8f2f7aa35b4ddfd60c14948c621b958804587
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu May 16 16:58:20 2019 +0200
Update to 2.1.0-11.20190516git22d2fb4
.gitignore | 1 +
sources | 2 +-
vdr-xineliboutput.spec | 13 +++++++++----
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 759f45c..2bc5663 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ vdr-xineliboutput-1.1.0-20150422.tgz
/vdr-xineliboutput-2.1.0-747f03e.tar.gz
/vdr-xineliboutput-2.1.0-97b7e78.tar.gz
/vdr-xineliboutput-2.1.0-b298178.tar.gz
+/vdr-xineliboutput-2.1.0-22d2fb4.tar.gz
diff --git a/sources b/sources
index e95e9bf..d2554b4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25185efae4bc2224db0c0f5f02b6083c vdr-xineliboutput-2.1.0-b298178.tar.gz
+11c42247e74d33a403ceabc1ef4867a6 vdr-xineliboutput-2.1.0-22d2fb4.tar.gz
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index bf9bd08..85059c2 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -3,20 +3,20 @@
%global xinepluginver 2.1.0
%global pname xineliboutput
%global vdrver %(pkg-config --modversion vdr 2>/dev/null || echo ERROR)
-%global gitrev b298178
-%global gitdate 20181005
+%global gitrev 22d2fb4
+%global gitdate 20190514
# build bluray support (disabled for now)
%global have_bluray 1
Name: vdr-%{pname}
Version: 2.1.0
-Release: 10.%{gitdate}git%{gitrev}%{?dist}
+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
-# git clone git://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
+# git clone https://git.code.sf.net/p/xineliboutput/git vdr-xineliboutput
# cd vdr-xineliboutput
# git rev-parse --short HEAD
# git archive --format=tar.gz --prefix=vdr-xineliboutput/ %%{gitrev} \
@@ -130,6 +130,7 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%{_bindir}/vdr-fbfe
%{_bindir}/vdr-sxfe
%{_bindir}/mpg2c
+%{_bindir}/vdr-wlfe
%{xineplugindir}/xineplug_inp_xvdr.so
%{xineplugindir}/post/xineplug_post_audiochannel.so
@@ -145,8 +146,12 @@ 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}
+%{vdr_plugindir}/libxineliboutput-wlfe.so.%{xinepluginver}
%changelog
+* Thu May 16 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 2.1.0-11.20190514git22d2fb4
+- Update to 2.1.0-11.20190516git22d2fb4
+
* 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
[telegram-desktop] Switched to special metainfo macro instead of hardcoded path.
by Vitaly Zaitsev
commit 7da828c7e2e857e600439ed77032fbdcb2fcb1ed
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu May 16 15:22:32 2019 +0200
Switched to special metainfo macro instead of hardcoded path.
telegram-desktop.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 1f8f53e..0ad03bc 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -116,6 +116,7 @@ TDESKTOP_BUILD_DEFINES+='TDESKTOP_DISABLE_AUTOUPDATE,'
TDESKTOP_BUILD_DEFINES+='TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME,'
TDESKTOP_BUILD_DEFINES+='TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION,'
TDESKTOP_BUILD_DEFINES+='TDESKTOP_DISABLE_CRASH_REPORTS,'
+TDESKTOP_BUILD_DEFINES+='TDESKTOP_LAUNCHER_FILENAME=%{name}.desktop,'
# Generating cmake script using GYP...
pushd Telegram/gyp
@@ -154,11 +155,11 @@ for size in 16 32 48 64 128 256 512; do
done
# Installing appdata for Gnome Software...
-%{__install} -d "%{buildroot}%{_datadir}/metainfo"
-%{__install} -m 0644 -p lib/xdg/telegramdesktop.appdata.xml "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
+%{__install} -d %{buildroot}%{_metainfodir}
+%{__install} -m 0644 -p lib/xdg/telegramdesktop.appdata.xml %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%check
-appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml"
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%files
%doc README.md changelog.txt
@@ -166,7 +167,7 @@ appstream-util validate-relax --nonet "%{buildroot}%{_datadir}/metainfo/%{name}.
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/metainfo/%{name}.appdata.xml
+%{_metainfodir}/%{name}.appdata.xml
%changelog
* Thu May 09 2019 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.7.0-1
5 years, 6 months
[chromium-vaapi/f29: 3/3] Merge branch 'master' into f29
by hellbanger
commit 859482e7ad2dd7419dc7ce18f60905ecd92a30b1
Merge: 4eb0a6e f728a8c
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Thu May 16 09:12:40 2019 +0530
Merge branch 'master' into f29
chromium-vaapi.sh | 1 -
chromium-vaapi.spec | 9 ++++-
fixwindowflashm74.patch | 95 +++++++++++++++++++++++++++++++++++++++++++++++++
sources | 2 +-
4 files changed, 104 insertions(+), 3 deletions(-)
---
diff --cc chromium-vaapi.spec
index f9801f0,e261e36..fdf34e2
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -204,6 -204,10 +204,9 @@@ Patch54: brand.patc
Patch65: chromium-73.0.3683.75-pipewire-cstring-fix.patch
# Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork
Patch66: chromium-glibc-2.29.patch
+ # Fix some chromium regressions against certain type of window compositors
+ # Patch status: backported from https://chromium-review.googlesource.com/c/chromium/src/+/1597388
+ Patch67: fixwindowflashm74.patch
-
%description
chromium-vaapi is an open-source web browser, powered by WebKit (Blink)
############################################PREP###########################################################
5 years, 6 months
[chromium-vaapi/f30: 3/3] Merge branch 'master' into f30
by hellbanger
commit 0dc6aab17ac5facc36bb09f0bc5742327354da3f
Merge: b5ae81c f728a8c
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Thu May 16 09:10:47 2019 +0530
Merge branch 'master' into f30
chromium-vaapi.sh | 1 -
chromium-vaapi.spec | 9 ++++-
fixwindowflashm74.patch | 95 +++++++++++++++++++++++++++++++++++++++++++++++++
sources | 2 +-
4 files changed, 104 insertions(+), 3 deletions(-)
---
5 years, 6 months
[chromium-vaapi] Update to 74.0.3729.157
by hellbanger
commit f728a8cc75d8697a70a26246f62d45e1cba59e16
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Thu May 16 09:02:28 2019 +0530
Update to 74.0.3729.157
chromium-vaapi.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index a807c6e..e261e36 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -63,7 +63,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 74.0.3729.131
+Version: 74.0.3729.157
Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -669,6 +669,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Thu May 16 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 74.0.3729.157-1
+- Update to 74.0.3729.157
+
* Sun May 05 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> - 74.0.3729.131-1
- Update to 74.0.3729.131 and spec cleanup
diff --git a/sources b/sources
index 39fe869..7f5d742 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5d3df1b1229191b1b7095863780a83d chromium-74.0.3729.131.tar.xz
+ce32bcc07548886a2456217ef3f8af79 chromium-74.0.3729.157.tar.xz
5 years, 6 months