Tom Callaway
f525a513b3
try use_custom_libcxx=true on epel7
2018-03-20 10:54:37 -04:00
Tom Callaway
f7e3b54d1f
use bundled libdrm on epel7
2018-03-19 14:18:55 -04:00
Tom Callaway
6d9e418792
use bundled freetype on epel7
2018-03-19 10:30:17 -04:00
Tom Callaway
bdba7c7bda
disable StartupNotify in chromium-browser.desktop (not in google-chrome desktop file) (bz1545241)
2018-03-16 14:32:58 -04:00
Tom Callaway
9e38b7c8af
fix skia build issue on aarch64
2018-03-15 15:32:44 -04:00
Tom Callaway
8cfa28d974
fix bool issue triggered by newer gcc
2018-03-15 13:12:01 -04:00
Tom Callaway
3534f5e56f
use bundled libjpeg on epel7
2018-03-15 12:56:27 -04:00
Tom Callaway
fe5b552f8e
version conditionalize gnome-keyring-devel
2018-03-15 12:29:18 -04:00
Tom Callaway
4e6c6ef24d
65.0.3325.162
2018-03-15 12:17:21 -04:00
Tom Callaway
c5342c3e97
this gets past prep...
2018-03-07 12:58:11 -05:00
Tom Callaway
e36a0c82bf
65.0.3325.146
2018-03-07 11:13:05 -05:00
Tom Callaway
c558cc1c58
64.0.3282.186
2018-03-05 12:16:13 -05:00
Tom Callaway
ff8eb292e4
update to 64.0.3282.167, include workaround for gcc8 bug in gn, disable unnecessary aarch64 glibc symbol change
2018-02-19 11:57:56 -05:00
Tom Callaway
745106217b
64.0.3282.140
2018-02-02 07:47:16 -05:00
Tom Callaway
7bfd513198
include user-session binary in chrome-remote-desktop subpackage
2018-02-01 11:59:06 -05:00
Tom Callaway
867ed1fbbc
64.0.3282.119
2018-01-26 22:48:09 -05:00
Tomas Popela
dfd304e9d4
Add python2 as BR
2017-12-15 10:13:25 +01:00
Tomas Popela
41a88702e4
Update to 63.0.3239.108
2017-12-15 09:40:28 +01:00
Tomas Popela
7bb0a21760
Don't require libcanberra-gtk2 GTK+ 3 build is enabled
...
But require libcanberra-gtk3. Also remove provides for bundled gtk3 as
it's not bundling one.
2017-12-14 11:57:26 +01:00
Tom Callaway
42ed3387ba
fix aarch64 patch
2017-12-12 09:59:11 -05:00
Tom Callaway
6af85f90fe
63.0.3239.84
2017-12-12 09:18:37 -05:00
Tom Callaway
07c88ef87f
Merge #3 Remove support for running the unit tests
2017-12-07 14:49:09 +00:00
Tomas Popela
06c182be2e
Adapt to man page changes for Chromium 63
...
Starting from Chromium 63 the man page is not installed by default, but
it is generated from the template.
2017-11-15 12:41:11 +01:00
Tomas Popela
db2acc00d9
Remove support for running the unit tests
...
They are not being run for more than a year and we really don't have
a manpower to support them.
2017-11-15 12:39:05 +01:00
Tom Callaway
bc9e77bbac
62.0.3202.89
2017-11-08 12:59:00 -05:00
Tom Callaway
4b560f7401
62.0.3202.75
2017-10-27 11:02:21 -04:00
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