[vdr-mp3] Rebuilt for new VDR API version
by Martin Gansser
commit 248fe518d91472f54999800c2bc4048da1018e7d
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Jun 20 20:46:56 2019 +0200
Rebuilt for new VDR API version
vdr-mp3.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index d3c2f60..55b837e 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -5,10 +5,8 @@
Name: vdr-mp3
Version: 0.10.2
-Release: 19%{?dist}
+Release: 20%{?dist}
Summary: Sound playback plugin for VDR
-
-Group: Applications/Multimedia
License: GPLv2+
URL: http://www.muempf.de/
Source0: http://www.muempf.de/down/%{name}-%{version}.tar.gz
@@ -179,6 +177,9 @@ fi
%changelog
+* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.2-20
+- Rebuilt for new VDR API version
+
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.10.2-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 5 months
[vdr-softhddevice-openglosd] Rebuilt for new VDR API version
by Martin Gansser
commit 754aa1bbddf32a125e4bfbe94c556971f0d96321
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Jun 20 16:52:12 2019 +0200
Rebuilt for new VDR API version
vdr-softhddevice-openglosd.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-softhddevice-openglosd.spec b/vdr-softhddevice-openglosd.spec
index f617387..a739b3a 100644
--- a/vdr-softhddevice-openglosd.spec
+++ b/vdr-softhddevice-openglosd.spec
@@ -11,7 +11,7 @@
Name: vdr-softhddevice-openglosd
Version: 0.6.1
-Release: 21.%{gitdate}git%{shortcommit}%{?dist}
+Release: 22.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -109,6 +109,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Tue Jun 18 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 0.6.1-22.20160717git569fde5
+- Rebuilt for new VDR API version
+
* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.6.1-21.20160717git569fde5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5 years, 5 months
[chromium-vaapi/f29: 7/7] Merge branch 'master' into f29
by Vasiliy Glazov
commit bb3ced7042aa4cebcbcb1ae41bd57de69c6dee45
Merge: 7e80706 2742ca6
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Jun 20 13:47:09 2019 +0300
Merge branch 'master' into f29
Add-missing-header-to-fix-webrtc-build.patch | 16 +
chromium-angle-gcc9.patch | 44 ++
chromium-gcc9-r654570.patch | 39 ++
chromium-gcc9-r666279.patch | 59 ++
chromium-gcc9-r666714.patch | 111 ++++
chromium-glibc-2.29.patch | 98 ---
chromium-vaapi.spec | 99 +--
enable-vaapi.patch | 33 +-
fix-gn-74.patch | 917 ---------------------------
fixwindowflashm74.patch | 95 ---
sources | 2 +-
11 files changed, 339 insertions(+), 1174 deletions(-)
---
diff --cc chromium-vaapi.spec
index c897b49,21416ca..ae8ba3e
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@@ -202,12 -192,14 +192,13 @@@ Patch54: brand.patc
#Stolen from Fedora to fix building with pipewire
# https://src.fedoraproject.org/rpms/chromium/blob/master/f/chromium-73.0.3...
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
- Patch68: fix-gn-74.patch
+ # Fix header
+ Patch68: Add-missing-header-to-fix-webrtc-build.patch
+ # GCC patches
+ Patch70: chromium-angle-gcc9.patch
+ Patch71: chromium-gcc9-r654570.patch
+ Patch72: chromium-gcc9-r666279.patch
+ Patch73: chromium-gcc9-r666714.patch
-
%description
chromium-vaapi is an open-source web browser, powered by WebKit (Blink)
############################################PREP###########################################################
@@@ -470,19 -464,6 +463,12 @@@ find -depth -type f -writable -name "*.
sed -i 's|//third_party/usb_ids|/usr/share/hwdata|g' device/usb/BUILD.gn
+
- # Remove compiler flags not supported by our system clang
- # sed -i \
- # -e '/"-Wno-ignored-pragma-optimize"/d' \
- # build/config/compiler/BUILD.gn
-
+
+# Remove compiler flags not supported by our system clang
+ sed -i \
+ -e '/"-Wno-ignored-pragma-optimize"/d' \
+ build/config/compiler/BUILD.gn
-
-
rmdir third_party/markupsafe
ln -s %{python2_sitearch}/markupsafe third_party/markupsafe
5 years, 5 months
[chromium-vaapi/f29] (7 commits) ...Merge branch 'master' into f29
by Vasiliy Glazov
Summary of changes:
d8f20b8... Update to 75.0.3770.80 (*)
b76762b... Upload new sources (*)
51b388c... Use %autosetup and switch back to GCC (build fails on clang (*)
5eaf680... Update to 75.0.3770.90 Re bundle icu; requires 64 and up Us (*)
836f1f3... Use linux/sockios.h instead of sys/socket.h (linux 5.2) (*)
2742ca6... Update to 75.0.3770.100. (*)
bb3ced7... Merge branch 'master' into f29
(*) This commit already existed in another branch; no separate mail sent
5 years, 5 months
[openhantek] Package moved to Fedora.
by Vasiliy Glazov
commit 684b0984e5b0255b365df8de2b3ce2b65c99f187
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Jun 20 09:05:58 2019 +0300
Package moved to Fedora.
dead.package | 1 +
openhantek.desktop | 9 -----
openhantek.spec | 115 -----------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 125 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..768badb
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora.
5 years, 5 months
[chromium-vaapi/f30: 2/2] Merge branch 'master' into f30
by Vasiliy Glazov
commit 4b7d14fe08684557ca85c932b87dc3395ac499e3
Merge: 7bf836e 2742ca6
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Jun 20 09:03:58 2019 +0300
Merge branch 'master' into f30
chromium-vaapi.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
5 years, 5 months
[chromium-vaapi] Update to 75.0.3770.100.
by Vasiliy Glazov
commit 2742ca64aab05de60fb2bc9669d509e3610c4f93
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Wed Jun 19 17:02:31 2019 +0300
Update to 75.0.3770.100.
chromium-vaapi.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index bfa7436..21416ca 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -55,7 +55,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 75.0.3770.90
+Version: 75.0.3770.100
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)
@@ -661,6 +661,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Wed Jun 19 2019 Vasiliy N. Glazov <vascom2(a)gmail.com> - 75.0.3770.100-1
+- Update to 75.0.3770.100
+
* Sat Jun 15 2019 Akarshan Biswas <akarshanbiswas(a)fedoraproject.org> 75.0.3770.90-1
- Update to 75.0.3770.90
- Re bundle icu; requires 64 and up
diff --git a/sources b/sources
index 5d1b450..d3fa504 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9188549b97adb8f6410a223f2f376941 chromium-75.0.3770.90.tar.xz
+89e08b5a7f6f7ad006ce8eeec858a4d8 chromium-75.0.3770.100.tar.xz
5 years, 5 months