summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove emul-linux-x86-* blockersDavid Seifert2018-04-201-2/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/8073
* media-libs/gst-plugins-base-1.12.4-r0: alpha stableTobias Klausmann2018-04-011-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/650540
* media-libs/gst-plugins-base: arm stable, bug #650540Markus Meier2018-03-281-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* media-libs/gst-plugins-base: stable 1.12.4 for ia64, bug #650540Sergei Trofimovich2018-03-181-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* media-libs/gst-plugins-base: x86 stable (bug #650540)Thomas Deutschmann2018-03-181-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/gst-plugins-base: amd64 stable wrt bug #650540Mikle Kolyada2018-03-171-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-libs/gst-plugins-base: filter out -mno-sse* flags that break ↵Mart Raudsepp2018-01-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | introspection build People who copy-paste the whole -march=native meaning out in full detail from the various commands that give the equivalent face issues with the build here, because the build system adds -msse4.1 and other flags explicitly itself to build runtime tested SSE accelerated code, which doesn't get used if the runtime CPU doesn't support them. Because of CFLAGS ordering of -mno-sse4.1 from make.conf and -msse4.1 from gst-plugins-base configure, and apparently slightly different flags used for introspection generation, this ends up with introspection build thinking the SSE specific symbols are there, while they actually aren't. People who do this copy-pasting, really shouldn't be copying it all over verbatim, especially the -mno-* flags, which are redundant in the usual situation (the specific -march= probably doesn't enable them, so no need to -mno them), but causes issues for such specific runtime checked optimizations. Because we have a concrete list of instruction set flags in configure.ac that we'd hit the issue with when the opposite -mno is present in CFLAGS, be nice to these users by explicitly filtering out these redundant flags. I think there's still something to fix in an upstream patch instead (the different flags between library and introspection build?) , hence leaving the bug open for the time being still. Bug: https://bugs.gentoo.org/610340 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/gst-plugins-base: explicitly inherit ltprune for the usageMart Raudsepp2018-01-271-1/+1
| | | | | | instead of relying on eutils.eclass from gstreamer.eclass Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/gst-plugins-base: bump to 1.12.4 for upstream bug fixesMart Raudsepp2018-01-271-0/+89
Package-Manager: Portage-2.3.19, Repoman-2.3.6