[xt7-player-mpv] Update to 0.30.3140-0.1.20191030.git6e211df
by Martin Gansser
commit ae06f2a32d1da0b006d7a9fb738bb7b978382b7f
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Nov 22 08:44:43 2019 +0100
Update to 0.30.3140-0.1.20191030.git6e211df
.gitignore | 1 +
sources | 2 +-
xt7-player-mpv.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 470b40d..6461990 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/xt7-player-mpv-0.28.3100.tar.gz
/xt7-player-mpv-0.29.3122.tar.gz
/xt7-player-mpv-3fac617.tar.gz
+/xt7-player-mpv-6e211df.tar.gz
diff --git a/sources b/sources
index 54f6539..b1d5ba8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xt7-player-mpv-3fac617.tar.gz) = 6332cfb9c8c1cf4c51c757f8749ddbd6c2f73bcfdfa1e53050bdac63821a7f7766c198d5165f275ca745e8b7561a469344eb8a54a8c087be7d003b484d6b82c3
+SHA512 (xt7-player-mpv-6e211df.tar.gz) = 10efd76b95032a70e077410d65163870a96fc9cf432e8217bcea8adea795b84ed77df9f6870ecdfd1932a13cbda2e73063692f6a56ad1fd06ff4f1be723b4be4
diff --git a/xt7-player-mpv.spec b/xt7-player-mpv.spec
index 09098e6..12156a4 100644
--- a/xt7-player-mpv.spec
+++ b/xt7-player-mpv.spec
@@ -1,11 +1,11 @@
%global giturl https://github.com/kokoko3k/xt7-player-mpv
-%global commit 3fac617d75389bc9c85c49131ad4cbbb5707c09e
-%global gitdate 20191016
+%global commit 6e211dfbc6af44f3f68e1d6da3f1c27db6c329fd
+%global gitdate 20191030
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitrelease .%{gitdate}.git%{shortcommit}
Name: xt7-player-mpv
-Version: 0.29.3142
+Version: 0.30.3140
Release: 0.1%{?gitrelease}%{?dist}
Summary: Qt/Gambas gui to mpv media player
License: GPLv3+
@@ -112,6 +112,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_metainfodir}/%{name}*.xml
%changelog
+* Fri Nov 22 2019 Leigh Scott Martin Gansser <martinkg(a)fedoraproject.org> - 0.30.3140-0.1.20191030.git6e211df
+- Update to 0.30.3140-0.1.20191030.git6e211df
+
* Sun Oct 27 2019 Leigh Scott <leigh123linux(a)googlemail.com> - 0.29.3142-0.1.20191016.git3fac617
- Update to the latest git snapshot to fix compatibility with new mpv
5 years, 1 month
[chromium-freeworld] Add: missing header to fix build
by hellbanger
commit 37a36abddbdcae883955f991c88593e69d4f8224
Author: Akarshan Biswas <akarshanbiswas(a)fedoraproject.org>
Date: Fri Nov 22 09:53:51 2019 +0530
Add: missing header to fix build
add-missing-include-for-unique_ptr.patch | 30 ++++++++++++++++++++++++++++++
chromium-freeworld.spec | 1 +
2 files changed, 31 insertions(+)
---
diff --git a/add-missing-include-for-unique_ptr.patch b/add-missing-include-for-unique_ptr.patch
new file mode 100644
index 0000000..113e08f
--- /dev/null
+++ b/add-missing-include-for-unique_ptr.patch
@@ -0,0 +1,30 @@
+From bbfe2665923225b4a7c436ba2b6c7e5f695f2e52 Mon Sep 17 00:00:00 2001
+From: David Landell <landell(a)vewd.com>
+Date: Fri, 13 Sep 2019 12:24:13 +0000
+Subject: [PATCH] Add missing include for unique_ptr
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Change-Id: I614d2f42868d563eb6a92dfb2aae08286e20d687
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803137
+Reviewed-by: Henrik Boström <hbos(a)chromium.org>
+Commit-Queue: Henrik Boström <hbos(a)chromium.org>
+Cr-Commit-Position: refs/heads/master@{#696355}
+---
+ third_party/blink/public/platform/web_rtc_rtp_source.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/third_party/blink/public/platform/web_rtc_rtp_source.h b/third_party/blink/public/platform/web_rtc_rtp_source.h
+index 959440f7a5..c3fd5421aa 100644
+--- a/third_party/blink/public/platform/web_rtc_rtp_source.h
++++ b/third_party/blink/public/platform/web_rtc_rtp_source.h
+@@ -5,6 +5,8 @@
+ #ifndef THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_RTC_RTP_SOURCE_H_
+ #define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_RTC_RTP_SOURCE_H_
+
++#include <memory>
++
+ #include "base/optional.h"
+ #include "third_party/blink/public/platform/web_common.h"
+
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index b704dfc..6b22005 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -230,6 +230,7 @@ Patch75: chromium-gcc9-r696834.patch
Patch76: chromium-gcc9-r706467.patch
Patch77: chromium-v8-gcc9.patch
Patch78: chromium-gcc9-dns_util-ambiguous-ctor.patch
+Patch79: add-missing-include-for-unique_ptr.patch
%description
%{name} is an open-source web browser, powered by WebKit (Blink)
5 years, 1 month
[chromium-freeworld] Update to 78.0.3904.108.
by Vasiliy Glazov
commit 16a663c859e8651630adec707429ed96623335bc
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Thu Nov 21 12:08:02 2019 +0300
Update to 78.0.3904.108.
chromium-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index cf2338f..b704dfc 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -67,7 +67,7 @@
%global ozone 0
##############################Package Definitions######################################
Name: chromium-freeworld
-Version: 78.0.3904.97
+Version: 78.0.3904.108
Release: 1%{?dist}
Summary: Chromium-freeworld is an open-source web browser, powered by WebKit (Blink). It comes with all freeworld codecs and video acceleration enabled.
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)
@@ -733,6 +733,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/swiftshader/libvk_swiftshader.so
#########################################changelogs#################################################
%changelog
+* Thu Nov 21 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 78.0.3904.108-1
+- Update to 78.0.3904.108
+
* Tue Nov 12 2019 Vasiliy Glazov <vascom2(a)gmail.com> - 78.0.3904.97-1
- Update to 78.0.3904.97
diff --git a/sources b/sources
index 8f5d913..f768e2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (chromium-78.0.3904.97.tar.xz) = e29312fe5c15eb6888a2e4d7e197c710d53feeecdf4e534c59f3db26973fee13f48880b46a7c3b132bb9989eb617db9c6138b809c3cb762332a9db25ad6d33dc
+SHA512 (chromium-78.0.3904.108.tar.xz) = 9801634358974dbe61484963599719b7c5571d32c70d7568287ab6b72054ed82afa146a0470c53129266a9fbc4a24dc50a43d552b8f1756776907c2760f15589
5 years, 1 month
[wxsvg/f30] (3 commits) ...Update to 1.5.21
by Martin Gansser
Summary of changes:
6e54809... Rebuild for new ffmpeg version (*)
b58b06a... Update wxsvg to 1.5.20 (*)
6237cbc... Update to 1.5.21 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[wxsvg/f31] (2 commits) ...Update to 1.5.21
by Martin Gansser
Summary of changes:
b58b06a... Update wxsvg to 1.5.20 (*)
6237cbc... Update to 1.5.21 (*)
(*) This commit already existed in another branch; no separate mail sent
5 years, 1 month
[wxsvg] Update to 1.5.21
by Martin Gansser
commit 6237cbce4cad77f4e5eb4b2ef5ae7b6c019bbe27
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Nov 20 17:16:09 2019 +0100
Update to 1.5.21
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2bd41a..bbffe7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.18.tar.bz2
/wxsvg-1.5.19.tar.bz2
/wxsvg-1.5.20.tar.bz2
+/wxsvg-1.5.21.tar.bz2
diff --git a/sources b/sources
index ab6b42b..07f7fc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a56b8c6b29599e1d7404120093072ce0 wxsvg-1.5.20.tar.bz2
+SHA512 (wxsvg-1.5.21.tar.bz2) = 8c775cf21163ae2a4cecbd1ad4e0ac9198024f83947416e8e76f2ca9095e48fce631bc7660b43d0401a4f606dfab8b477d5532ec9ae865a8af12ee068972cbf6
diff --git a/wxsvg.spec b/wxsvg.spec
index a7ea9d1..8682878 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.20
+Version: 1.5.21
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Wed Nov 20 2019 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.21-1
+- Update to 1.5.21
+
* Mon Aug 26 2019 Sérgio Basto <sergio(a)serjux.com> - 1.5.20-1
- Update wxsvg to 1.5.20
5 years, 1 month