Commit Graph

121 Commits

Author SHA1 Message Date
Tom Callaway
2f12a9278f even moar c++11 2017-10-25 10:23:22 -04:00
Tom Callaway
2180bdba87 more C++11 type handling (enable_if) 2017-10-25 09:17:17 -04:00
Tom Callaway
f6767a1977 fix decay_t usage for gcc 4.8/c++11 2017-10-25 08:59:45 -04:00
Tomas Popela
d8f6aaaf5d Fix the policy templates handling
Basically revert my previous commits as the policy templates are
generated during the build. The only thing that we were copying out from
the tarballs was the policy templates documentation, but that one is
generated as well so use that one and remove the policy_templates zip
file from sources
2017-10-25 10:36:02 +02:00
Tom Callaway
7abe45ef20 do not attempt to use std=c++14 on epel7 2017-10-24 22:25:28 -04:00
Tom Callaway
69e53044ee 62.0.3202.62 2017-10-24 16:59:02 -04:00
Tom Callaway
79d8235f4c 61.0.3163.100 and lots of epel7 fixes 2017-09-22 18:36:45 -04:00
Tom Callaway
1144ae5d3c i think this will build 2017-09-19 10:07:30 -04:00
Tom Callaway
a0a687b685 ugly hack to make epel7 build. maybe 2017-09-14 14:19:52 -04:00
Tom Callaway
5ff888b012 will it never stop? 2017-09-14 11:17:31 -04:00
Tom Callaway
c00dedb7b5 more epel gcc fixes 2017-09-14 10:24:23 -04:00
Tom Callaway
92bd8d8d23 try different cc/paint fix 2017-09-14 09:30:58 -04:00
Tom Callaway
bcf9692901 use fpermissive on cc/paint 2017-09-13 13:27:32 -04:00
Tom Callaway
f43b0abeb4 drop unnecessary patch for epel7 2017-09-13 12:41:20 -04:00
Tom Callaway
2484dd808e fix aarch64 compile in rawhide 2017-09-12 09:38:46 -04:00
Tom Callaway
9debcb008e 61.0.3163.79 2017-09-11 11:16:31 -04:00
Miro Hrončok
1c11a82cbd Require explicit version-release of chromium-libs from media-freeworld
Since the freeworld package is built in another repository,
it may be out of sync. This makes sure `dnf update` won't just
remove the installed version of chromium in order to update
chromium-libs-media-freeworld if that happens to be in the repo
sooner than chromium.

Reported as #4572 in that other repository.
2017-09-01 12:04:43 +02:00
Tom Callaway
a54623014c disable aarch64 on rhel7, missing libatomic.so for some reason 2017-08-28 15:59:18 -04:00
Tom Callaway
321d5de034 fix include pathing in libavutil/timer.h 2017-08-25 15:31:37 -04:00
Tom Callaway
984bf67d42 update to 60.0.3112.113, fix ffmpeg clean script to not delete aarch64 file 2017-08-24 16:03:00 -04:00
Tom Callaway
c74ab79e4c add BR: ninja-build 2017-08-23 16:34:59 -04:00
Tom Callaway
b413a74418 Another player has entered the game: aarch64! 2017-08-23 14:53:36 -04:00
Tom Callaway
ae08a775d9 fix dep issue with chrome-remote-desktop on el7 2017-08-17 09:31:37 -04:00
Tom Callaway
5922b5cfc9 update to 60.0.3112.101, apply upstream fix for cameras which report zero resolution formats (bz1465357) 2017-08-16 17:20:49 -04:00
Tom Callaway
efb66ad8f9 apply more workarounds to force code to compile with epel7 gcc 2017-08-14 10:45:51 -04:00
Tom Callaway
682675b7f8 try to trick old gcc 2017-08-09 14:48:34 -04:00
Tom Callaway
bbbf61dadd apply upstream commit to work around EPEL7 compiler issues 2017-08-09 13:48:24 -04:00
Tom Callaway
bf4b08a13e BR: mesa-libGL-devel 2017-08-07 13:16:48 -04:00
Tom Callaway
0d0973d539 add minizip, conditionalize webp bundling for rhel7 2017-08-07 10:30:46 -04:00
Tom Callaway
7de0af7e04 fix typo from merge 2017-08-05 17:18:54 -04:00
Tom Callaway
fae045bc88 merge 2017-08-05 17:18:07 -04:00
Tom Callaway
29aa9da06f 60.0.3112.90 + headless + fixes for freeworld 2017-08-05 17:16:08 -04:00
Fedora Release Engineering
b5526c1f70 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 18:47:02 +00:00
Fedora Release Engineering
5a7429033f - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 04:48:28 +00:00
Tom Callaway
2d02baa29c BR: mesa-libGL-devel 2017-07-21 11:42:08 -04:00
Tom Callaway
d2fc3a146d use posttrans to ensure that old shared libs are gone before trying to make symlinks 2017-07-21 10:17:22 -04:00
Tom Callaway
b7162c3694 add missing \ in freeworld scriptlet 2017-07-17 12:56:43 -04:00
Tom Callaway
7c2fb50f20 fix scriptlets 2017-07-13 14:00:05 -04:00
Tom Callaway
03f0b9be07 include copy of third_party/freetype from previous source tree 2017-07-12 16:32:37 -04:00
Tom Callaway
d9e2499e54 Change struct ucontext to ucontext_t in breakpad 2017-07-12 15:41:05 -04:00
Tom Callaway
8c7674af70 apply Rathann freeworld changes, update to 59.0.3071.115 2017-07-12 14:52:03 -04:00
Tom Callaway
aeacc875b0 fix path in pretrans scriptlet 2017-06-26 09:55:26 -04:00
Tom Callaway
c23d66f1de fix path in pretrans scriptlet 2017-06-26 09:51:59 -04:00
Tom Callaway
f88e19764b moar chrome-remote-desktop fixes 2017-06-23 16:25:05 -04:00
Tom Callaway
5efd1e8143 use pretrans scriptlet to remove symlink on /etc/opt/chrome/native-messaging-hosts (it is now a directory) 2017-06-23 13:31:03 -04:00
Tom Callaway
4b6e8a7590 fix duplication between chrome-remote-desktop and chromium 2017-06-22 14:41:57 -04:00
Tom Callaway
d0bdacb9f6 fix path 2017-06-22 13:21:58 -04:00
Tom Callaway
6e0d3b5f40 59.0.3071.109 2017-06-22 13:20:23 -04:00
Tom Callaway
c68232bc2d actually fix mp3, update to .104 2017-06-16 16:43:48 -04:00
Tom Callaway
74ee2445da actually fix mp3 playback support 2017-06-16 15:40:59 -04:00