[chromium-libs-media-freeworld: 3/35] Merge branch 'master' into f24
by Miro Hrončok
commit 65d2fdcbcc1ee9b943e6ec83353f492943072cdf
Merge: 084ba54 ed93147
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Aug 15 14:16:23 2016 -0400
Merge branch 'master' into f24
chromium-52.0.2743.116-unset-madv_free.patch | 15 ++++++
chromium.spec | 77 +++++++++++++++++++++++++---
2 files changed, 86 insertions(+), 6 deletions(-)
---
7 years, 5 months
[chromium-libs-media-freeworld: 2/35] Merge branch 'master' into f24
by Miro Hrončok
commit 084ba5491f5158ab63c08c9b2e034b0c2b8d7de6
Merge: a5504ee 8a15fdf
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Mon Aug 8 13:38:46 2016 -0400
Merge branch 'master' into f24
.gitignore | 1 +
chromium-52.0.2743.82-arm-icu-fix.patch | 12 ++
chromium-52.0.2743.82-arm-webrtc.patch | 51 ++++++++
chromium-52.0.2743.82-master-prefs-path.patch | 15 +++
chromium-52.0.2743.82-more-codec-aliases.patch | 15 +++
chromium-52.0.2743.82-sandbox-pie.patch | 15 +++
chromium.spec | 158 ++++++++++++++++++++++++-
master_preferences | 18 +++
sources | 4 +-
9 files changed, 282 insertions(+), 7 deletions(-)
---
7 years, 5 months
[chromium-libs-media-freeworld] (35 commits) ...Merge 'fedora/master' 356c8fb, 59.0.3071.86
by Miro Hrončok
Summary of changes:
a5504ee... trivial: Fix up the <translation> tag in the AppData file
084ba54... Merge branch 'master' into f24
65d2fdc... Merge branch 'master' into f24
bdd1207... Merge branch 'master' into f24
a27e11b... Merge branch 'master' into f24
c5612ae... Merge branch 'master' into f24
cd8e259... Merge branch 'master' into f24
283dc97... Merge branch 'master' into f24
77af42b... Merge branch 'master' into f24
f0dc722... Merge branch 'master' into f24
bbee19f... Merge branch 'master' into f24
eb0653c... Merge branch 'master' into f24
65b9550... Merge branch 'master' into f24
840da84... Merge branch 'master' into f24
d63500b... Merge branch 'master' into f24
45c06de... Merge branch 'master' into f24
0bdd4ee... Merge branch 'master' into f24
bfb9e2b... Merge branch 'master' into f24
c24537e... Merge branch 'master' into f24
97d2e2b... Merge branch 'master' into f24
66f8a0a... Merge branch 'master' into f24
f46c327... Merge branch 'master' into f24
fb09fb1... Merge branch 'master' into f24
3739ffe... Merge branch 'master' into f24
b5aa03d... Merge branch 'master' into f24
8d1afda... strip provides/requires on libsensors
eb56abd... Merge branch 'master' into f24
5180a1c... 59.0.3071.86
a9d450a... fix condit
7fc3a99... Merge branch 'master' into f24
bc41d94... pnacl/nacl now needs llvm to build the bootstrap lib
e1e1b51... Merge branch 'master' into f24
76f7bf9... fix hicolor file listing to be more inclusive
356c8fb... fix filtering
4410ae3... Merge 'fedora/master' 356c8fb, 59.0.3071.86
7 years, 5 months
[qt5-qtwebengine-freeworld] Bump changelog date
by Kevin Kofler
commit 68033659f8e5113bd70a16ee1eb171348efe006b
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Jun 15 10:56:03 2017 +0200
Bump changelog date
qt5-qtwebengine-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 842296a..81b3d33 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -406,7 +406,7 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
-* Tue Jun 13 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.0-1
+* Thu Jun 15 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> - 5.9.0-1
- Update to 5.9.0
- Update version numbers of bundled stuff
- Use bundled libsrtp and protobuf, Chromium dropped unbundling support for them
7 years, 5 months
[qt5-qtwebengine-freeworld] Omit debuginfo for webcore and v8base on ARM to avoid running out of memory
by Kevin Kofler
commit 58ba5a54fd99823ac774c11028def99b5a99a85a
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Thu Jun 15 10:20:43 2017 +0200
Omit debuginfo for webcore and v8base on ARM to avoid running out of memory
qt5-qtwebengine-freeworld.spec | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index 2ad05da..842296a 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -23,6 +23,17 @@
# FTBFS due to e.g. GCC bug https://bugzilla.redhat.com/show_bug.cgi?id=1282495
%global arm_neon 1
+# the QMake CONFIG flags to force debugging information to be produced in
+# release builds, and for all parts of the code
+%ifarch %{arm}
+# the RPM Fusion ARM builder runs out of memory during linking with the full
+# setting below, so omit debugging information for the parts upstream deems it
+# dispensable for (webcore, v8base)
+%global debug_config force_debug_info
+%else
+%global debug_config webcore_debug v8base_debug force_debug_info
+%endif
+
#global prerelease rc
# exclude plugins (all architectures) and libv8.so (i686, it's static everywhere
@@ -365,7 +376,7 @@ export NINJA_PATH=%{_bindir}/ninja-build
mkdir %{_target_platform}
pushd %{_target_platform}
-%{qmake_qt5} CONFIG+="webcore_debug v8base_debug force_debug_info" \
+%{qmake_qt5} CONFIG+="%{debug_config}" \
WEBENGINE_CONFIG+="use_system_icu %{?system_ffmpeg_flag} use_spellchecker use_proprietary_codecs" ..
make %{?_smp_mflags}
@@ -417,6 +428,7 @@ echo "%{_libdir}/%{name}" \
- Fix src/3rdparty/chromium/build/linux/unbundle/re2.gn
- Delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn
- arm-fpu-fix patch: Also build the host tools (i.e., GN) with the correct FPU
+- Omit debuginfo for webcore and v8base on ARM to avoid running out of memory
* Sun Apr 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 5.8.0-4
- Rebuild for ffmpeg update
7 years, 5 months
[VirtualBox/el7] (3 commits) ...Update VBox to 5.1.22
by Sérgio M. Basto
Summary of changes:
4becef1... Build pdf doc on f26+ (*)
c1b7442... Remove Plague-specific weirdness with EOL of RHEL5 (*)
a5ee8b4... Update VBox to 5.1.22 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months
[VirtualBox/f24] (3 commits) ...Update VBox to 5.1.22
by Sérgio M. Basto
Summary of changes:
4becef1... Build pdf doc on f26+ (*)
c1b7442... Remove Plague-specific weirdness with EOL of RHEL5 (*)
a5ee8b4... Update VBox to 5.1.22 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months
[VirtualBox/f25] (3 commits) ...Update VBox to 5.1.22
by Sérgio M. Basto
Summary of changes:
4becef1... Build pdf doc on f26+ (*)
c1b7442... Remove Plague-specific weirdness with EOL of RHEL5 (*)
a5ee8b4... Update VBox to 5.1.22 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months
[VirtualBox/f26] (2 commits) ...Update VBox to 5.1.22
by Sérgio M. Basto
Summary of changes:
c1b7442... Remove Plague-specific weirdness with EOL of RHEL5 (*)
a5ee8b4... Update VBox to 5.1.22 (*)
(*) This commit already existed in another branch; no separate mail sent
7 years, 5 months