summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/gst-plugins-base: keyworded 1.14.4-r1 for ppc, bug #662458Sergei Trofimovich2018-10-061-1/+1
| | | | | | | Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* media-libs/gst-plugins-base: keyworded 1.14.3-r1 for ppc, bug #662458Sergei Trofimovich2018-10-061-2/+2
| | | | | | | Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* media-libs/gst-plugins-base: bump to 1.14.4 for upstream bug fixesMart Raudsepp2018-10-033-0/+363
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-libs/gst-plugins-base: remove oldMart Raudsepp2018-10-012-90/+0
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* media-libs/gst-plugins-base: stable 1.14.1 for ia64, bug #661288Sergei Trofimovich2018-09-191-1/+1
| | | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* media-libs/gst-plugins-base-1.14.1: ppc64 stable, bug 661288Matt Turner2018-09-171-1/+1
|
* media-libs/gst-plugins-base-1.14.1: ppc stable, bug 661288Matt Turner2018-09-171-1/+1
|
* media-libs/gst-plugins-base: bump to 1.14.3 for upstream bug fixesMart Raudsepp2018-09-183-0/+363
| | | | | | | | | Two revisions (broken automagic graphene dep in -r0), because otherwise the deptree would be broken for many slow architectures necessitating de-keywording of ALL gstreamer plugin packages on 1.14.3 bumps.. Bug: https://bugs.gentoo.org/662458 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* media-libs/gst-plugins-base: keyworded 1.14.2-r1 for sparc, bug #662458Rolf Eike Beer2018-08-281-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* media-libs/gst-plugins-base: arm stable, bug #661288Markus Meier2018-08-221-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm"
* media-libs/gst-plugins-base: Add ~arm keyword wrt bug #662458Mikle Kolyada2018-08-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base: keyworded 1.14.2-r1 for ppc64, bug #662458Sergei Trofimovich2018-08-071-1/+1
| | | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* media-libs/gst-plugins-base: x86 keyworded (bug #662458)Thomas Deutschmann2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* media-libs/gst-plugins-base: x86 stable (bug #661288)Thomas Deutschmann2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* media-libs/gst-plugins-base: add media-libs/graphene using revisionMart Raudsepp2018-07-301-0/+180
| | | | | | | | | | | | | GL elements automagically use graphene. But we want them always anyways, if GL is enabled, so add a revision that just forces the dependency. This is a separate revision, as it involves dropping keywords and it would cascade into dozens of packages for other 1.14.2 version bumps, thus keep a 1.14.2-r0 without it forced to avoid that for now. If newly packaged graphene is installed separately, then 1.14.2-r0 will have an automagic dependency on it, but this here is the work to fix that. Package-Manager: Portage-2.3.43, Repoman-2.3.10
* media-libs/gst-plugins-base: bump to 1.14.2 for upstream bug fixesMart Raudsepp2018-07-302-0/+181
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* media-libs/gst-plugins-base-1.14.1-r0: alpha stableTobias Klausmann2018-07-211-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/661288
* media-libs/gst-plugins-base: amd64 stable wrt bug #661288Mikle Kolyada2018-07-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base: remove oldMart Raudsepp2018-07-162-88/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base: add reminder comment about opengl USE flags syncMart Raudsepp2018-06-161-0/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base-1.14: skip opengl tests, fix the rest to passMart Raudsepp2018-06-161-0/+11
| | | | | | | | | | | | | | | OpenGL tests fail with EGL init trouble, like they did in gst-plugins-bad (if the whole testsuite wouldn't be restricted), so disable the opengl tests for now. Ideally we'd get them to work without skipping, but that's a battle for a much much rainier day. Other failures happening on my machine were caused by GSETTINGS_BACKEND=dconf export from env.d due to having dconf installed, so unset it to use memory backend by GSettings. Apparently there were more test failures under some conditions for 1.12, but I couldn't reproduce those in 1.14, and probably not with 1.12 either. Those will need to be rechecked by people having the failures or new +1's. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base: bump to 1.14.1Mart Raudsepp2018-06-163-0/+176
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/gst-plugins-base-1.12.4: ppc64 stable, bug 650540Matt Turner2018-05-241-1/+1
|
* media-libs/gst-plugins-base-1.12.4: ppc stable, bug 650540Matt Turner2018-05-241-1/+1
|
* media-libs/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-112-9/+3
|
* */*: Remove emul-linux-x86-* blockersDavid Seifert2018-04-203-11/+7
| | | | 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-272-0/+90
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/gst-plugins-base: remove oldMart Raudsepp2018-01-052-87/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/gst-plugins-base: arm stable, bug #635900Markus Meier2017-12-251-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* media-libs/gst-plugins-base: remove oldMart Raudsepp2017-12-162-87/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-libs/gst-plugins-base-1.12.3-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635900
* media-libs/*: Update Manifest hashesMichał Górny2017-12-101-4/+4
|
* Revert "media-libs/gst-plugins-base: Stable on amd64"Marek Szuba2017-11-211-1/+1
| | | | | | This reverts commit e39cf86c10210144634f40fd15efedf29f74ce48. Gentoo-Bug: 635900
* media-libs/gst-plugins-base: Stable on amd64Manuel Rüger2017-11-201-1/+1
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* media-libs/gst-plugins-base: x86 stable (bug #635900)Thomas Deutschmann2017-11-111-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* media-libs/gst-plugins-base-1.12.3-r0: alpha stableTobias Klausmann2017-11-081-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/635900
* media-libs/gst-plugins-base: stable 1.12.3 for hppa, bug #635900Sergei Trofimovich2017-11-071-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="hppa"
* media-libs/gst-plugins-base: stable 1.12.3 for ppc64, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc64"
* media-libs/gst-plugins-base: stable 1.12.3 for ppc, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc"
* media-libs/gst-plugins-base: stable 1.12.3 for ia64, bug #635900Sergei Trofimovich2017-11-011-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --include-arches="ia64"
* media-libs/gst-plugins-base: stable 1.10.5 for ppc/ppc64, bug #624180Sergei Trofimovich2017-10-261-1/+1
| | | | | Package-Manager: Portage-2.3.12, Repoman-2.3.4 RepoMan-Options: --include-arches="ppc ppc64"
* media-libs/gst-plugins-base: x86 stable (bug #624180)Thomas Deutschmann2017-10-101-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* media-libs/gst-plugins-base: remove oldMart Raudsepp2017-09-182-90/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2