Commit graph

23352 commits

Author SHA1 Message Date
Thomas Tuegel
094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Vladimír Čunát
94efde5119
Merge #31402: mlt, ffado: fix includeds with glibc-2.26 2017-11-08 23:01:47 +01:00
aszlig
a2045e029a
libstdc++5: Add patch to fix type for ucontext_t
Since glibc 2.26, struct ucontext no longer exists but is wrapped in a
typedef ucontext_t.

This is basically a backport of the patch to gcc version 4.5 which was
introduced by @vcunat in f04b64c1e9.

Building against x86_64-linux and i686-linux now succeeds.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2017-11-08 20:52:20 +01:00
Piotr Bogdan
2704fdd710 mlt: fix build with glibc-2.26
see https://github.com/mltframework/mlt/pull/248
2017-11-08 17:35:48 +00:00
Orivej Desh
26ac0de8be
Merge pull request #31391 from devhell/mediainfo
{lib-}mediainfo{-gui},libzen: 0.7.99 -> 17.10, 0.4.35 -> 0.4.37
2017-11-08 12:13:38 +00:00
Orivej Desh
82973dfc04 mediainfo: enable parallel building 2017-11-08 10:36:21 +00:00
devhell
5bfeeef850 {lib-}mediainfo{-gui},libzen: 0.7.99 -> 17.10, 0.4.35 -> 0.4.37
Update to the latest version (note versioning change).

From the changelog for 'mediainfo' (libzen changelog is unavailable):
===
Version 17.10, 2017-11-02
--------------
+ We need your support! Visit https://mediaarea.net/SupportUs
+ Version scheme is now YY.MM (year dot month, 2 digits each)
+ New MediaInfo XML output, with XSD, more suitable for automatic
parsing. Use Option("Inform", "OLDXML") for keeping previous behavior
+ New "Info_OutputFormats" option for listing supported output formats
+ Universal Ad ID: refactored display, better display of value and
registry, XML name slightly modified
+ MOV: support of HDR metadata (MasteringDisplayColorVolume, MaxCLL,
 MaxFALL)
+ BWF: display of UMID and loudness info
+ AAC: show program_config_element in trace
+ MPEG Audio: frame rate info
+ PCM in WAV and Matroska: Support of ValidBitsPerSample
+ I197, EBUCore: 1.8 output uses now final version of XSD and final XSD
location
+ Matroska: tweaking frame rate empirical detection for some corner
cases
x I1070, LAME 3.100 info tag was incorrectly parsed
x B1068, MPEG Audio: Incoherent duration between General and Audio
parts, Audio part duration fixed
x Matroska: showing "A_MS/ACM" Matroska CodecID
x MXF: Fix crash with some buggy files
x MXF: was not well supporting MXF referencing only 1 file
x PCM in WAV: 8-bit content is unsigned and without endianess
x PCM in WAV and Matroska: More coherency between Wave info and
ExtensibleWave Info (bitdepth, sign)
x WAV: GUID display was with first 8 bytes in wrong order
x Several crash fixes
2017-11-08 10:06:57 +00:00
dywedir
ffa60968a3 wlc: 0.0.10 -> 0.0.11 2017-11-08 10:40:00 +02:00
Tuomas Tynkkynen
3b9fbfc162 libnsl: init at 1.1.0
This code was formerly part of glibc, but is now standalone to
be able to link against TI-RPC for IPv6 support.
2017-11-07 20:38:11 +02:00
Vladimír Čunát
6ffafc78fb
Merge branch 'staging'
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes,
and various features and deprecations.  Unfortunately, some of the
latter still cause (transitively) a couple hundred newly failing jobs.
I'm not delaying anymore, so that we have the security fix on master.
I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07 16:00:35 +01:00
Thomas Tuegel
a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel
ae6ac0ed3e
qt5: Add instructions for updating and patching 2017-11-07 07:18:50 -06:00
Thomas Tuegel
bf117e3205
qtstyleplugins: remove obsolete install prefix hack 2017-11-07 07:18:49 -06:00
Thomas Tuegel
abb3479fcb
qscintilla: fix qmake install paths 2017-11-07 07:18:48 -06:00
Thomas Tuegel
d817095208
qoauth: fix Qt mkspecs install path 2017-11-07 07:18:48 -06:00
Thomas Tuegel
afac783343
mlt: extra CFLAGS for QtSvg 2017-11-07 07:18:48 -06:00
Thomas Tuegel
fe0ab944db
qt5: factor out common definitions and remove symlink farm
The module definitions are factored out and shared between qt56 and qt59. The
symlink farm which was created during builds is no longer needed.
2017-11-07 07:18:46 -06:00
Michael Weiss
52d6eecc24 iniparser: 4.0 -> 4.1 2017-11-07 09:18:55 +01:00
Vladimír Čunát
7ba482a74a
live555: fixup build with glibc-2.26 2017-11-07 07:27:32 +01:00
Vladimír Čunát
2d3149f4a8
icu: only patch-out xlocale if using glibc 2017-11-07 06:33:09 +01:00
Vladimír Čunát
f47e13866d
libtirpc: fix missing include after glibc-2.26 2017-11-06 20:33:58 +01:00
Vladimír Čunát
6c3bae563e
icu: fix build with glibc-2.26 2017-11-06 17:05:33 +01:00
gnidorah
b0d193f596 SDL2: wayland support 2017-11-06 16:09:03 +02:00
Vladimír Čunát
1d9a8e2289
Merge branch 'master' into staging 2017-11-06 13:24:06 +01:00
Vladimír Čunát
f245fe9c50
Merge #28622: glibc-2.26 2017-11-06 13:02:41 +01:00
Vladimír Čunát
bc90fe1fbb
Merge #30371: update misc. gnome3-related libraries 2017-11-06 13:00:15 +01:00
Peter Hoeg
9b9dacb5fe
Merge pull request #31224 from peterhoeg/u/tds
freetds: 0.91 -> 1.00.70
2017-11-06 12:28:53 +08:00
Peter Hoeg
8b0014ae5a freetds: 0.91 -> 1.00.70 2017-11-06 12:26:03 +08:00
Orivej Desh
1130f1eaf6
Merge pull request #31289 from rnhmjoj/vapour
vapoursynth: R38 -> R39
2017-11-05 20:25:45 +00:00
rnhmjoj
99cf2b6eec
vapoursynth: R38 -> R39 2017-11-05 21:12:56 +01:00
Jan Tojnar
09bda3529d
libinput: enable tests
Three tests are ran, libinput-test-suite-runner is skipped because it
must be run as root.
2017-11-05 20:44:24 +01:00
Jan Tojnar
8f8de4a34b
libevdev: 1.5.6 → 1.5.7 2017-11-05 20:44:22 +01:00
Jan Tojnar
e14e705d82
telepathy_glib: cleanup 2017-11-05 20:44:20 +01:00
Jan Tojnar
e7795a6dd7
appstream-glib: clean up 2017-11-05 20:44:16 +01:00
Jan Tojnar
360f9b7706
zeitgeist: 0.9.15 → 1.0 2017-11-05 20:44:14 +01:00
Jan Tojnar
01d7bb6dc4
json_glib: 1.2.0 → 1.4.2 2017-11-05 20:44:14 +01:00
Jan Tojnar
c2bc772203
gobjectIntrospection: 1.52.1 → 1.54.1 2017-11-05 20:44:12 +01:00
Jan Tojnar
a5a8bb0a62
libwacom: 0.22 → 0.26 2017-11-05 20:44:11 +01:00
Jan Tojnar
c01fd4a3e3
libinput: 1.7.3 → 1.9.1 2017-11-05 20:44:10 +01:00
Jan Tojnar
fd115ece29
libgudev: 231 → 232 2017-11-05 20:44:09 +01:00
Jan Tojnar
55abc42a1e
glib-networking: 2.50.0 → 2.54.0 2017-11-05 20:44:08 +01:00
Jan Tojnar
a51f6474d2
libical: 1.0.1 → 2.0.0 2017-11-05 20:44:07 +01:00
John Ericson
4a3e7564b0
Merge pull request #30883 from bgamari/ben-cross-no-check
Don't run tests when cross-compiling
2017-11-05 19:32:56 +00:00
Orivej Desh
62e18a947b libgit2: delete obsolete patch 2017-11-05 18:43:30 +00:00
Orivej Desh
ce1b0c05a5 libgit2: 0.25.1 -> 0.26.0 2017-11-05 18:43:30 +00:00
Ricardo M. Correia
1aef6f40bb libgit2: fix hash
... and switch to fetchFromGitHub to avoid future hash changes.
2017-11-05 18:43:30 +00:00
Vladimír Čunát
9bb67d5c1e
glibc: 2.25-49 -> 2.26-75
Security: the NEWS claims a couple more CVEs are fixed than what we
patched, though perhaps nothing critical.

I personally don't find DNS fragmentation attacks that interesting
anymore, as it's just about weaker improvements for cases that choose
not to use DNSSEC.

Largest expected caveat: upstream bumped the minimal supportable kernel
to 3.2.0.  That's the oldest kernel still supported upstream, released
in Jan 2012, but most notably RHEL 6 and derivates still use a heavily
patched 2.6.32 kernel and those systems are still supported and in use
(production support is scheduled to last till the end of 2020!).
2017-11-05 19:10:42 +01:00
Jan Tojnar
0979856cdf appstream-glib: remove unneeded rpath wrapping 2017-11-05 19:53:48 +02:00
rnhmjoj
38dd08bc77 zimg: 2.4 -> 2.6.1 2017-11-05 17:48:20 +01:00
Jan Tojnar
716af52fe1
gstreamer: 1.10.4 → 1.12.2 2017-11-05 17:02:30 +01:00