summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/libgphoto2: update link to upstream bug report.Francesco Turco2018-08-202-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/9565
* media-libs/libdmtx: fix building testsMichael Palimaka2018-08-201-0/+3
| | | | | Closes: https://bugs.gentoo.org/663346 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* media-libs/mesa-18.1.6: alpha stable, bug 664002Matt Turner2018-08-181-1/+1
|
* media-libs/mesa-18.1.6: ppc64 stable, bug 664002Matt Turner2018-08-181-1/+1
|
* media-libs/mesa-18.1.6: ppc stable, bug 664002Matt Turner2018-08-181-1/+1
|
* media-libs/mesa: amd64 stable wrt bug #664002Mikle Kolyada2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/chromaprint: amd64 stable wrt bug #663628Mikle Kolyada2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/libmtp: stable 1.1.15 for ppc64, bug #661162Sergei Trofimovich2018-08-181-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* media-libs/libjpeg-turbo: stable 1.5.3-r2 for ppc, bug #658624Sergei Trofimovich2018-08-181-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* media-libs/chromaprint: stable 1.4.3 for ia64, bug #663628Sergei Trofimovich2018-08-181-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* media-libs/libjpeg-turbo: stable 1.5.3-r2 for ia64, bug #658624Sergei Trofimovich2018-08-181-1/+1
| | | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10 RepoMan-Options: --include-arches="ia64"
* media-libs/libjpeg-turbo: x86 stable (bug #658624)Thomas Deutschmann2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/chromaprint: x86 stable (bug #663628)Thomas Deutschmann2018-08-191-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/chromaprint: stable 1.4.3 for hppa/sparc, bug #663628Rolf Eike Beer2018-08-181-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa sparc"
* media-libs/freeglut: Fix DESCRIPTION lengthAndreas Sturmlechner2018-08-182-2/+2
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/freeglut: EAPI-6 bumpAndreas Sturmlechner2018-08-181-1/+2
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/game-music-emu: EAPI-6 bumpAndreas Sturmlechner2018-08-181-3/+4
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/openjpeg: EAPI-6 bumpAndreas Sturmlechner2018-08-181-8/+10
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/id3lib: EAPI-6 bumpAndreas Sturmlechner2018-08-189-54/+58
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/id3lib: DOCS to arrayAndreas Sturmlechner2018-08-181-2/+2
| | | | Package-Manager: Portage-2.3.47, Repoman-2.3.10
* media-libs/libfishsound: EAPI-7 bump, sort deps, fix descriptionAndreas Sturmlechner2018-08-182-11/+13
| | | | | | Thanks-to: Michael Mair-Keimberger (iamnr3) <bu9zilla@gmail.com> Closes: https://bugs.gentoo.org/663800 Closes: https://github.com/gentoo/gentoo/pull/9032
* media-libs/mesa: Depend on x11-libs/libXrandr[${MULTILIB_USEDEP}]Matt Turner2018-08-182-2/+2
| | | | Closes: https://bugs.gentoo.org/663756
* media-libs/opencv: disable implied CPU flagsȘtefan Talpalaru2018-08-181-10/+2
| | | | | | | | | | | | | | | | The OpenCV build system tries to be helpful by enabling unrequested CPU flags based on requested ones. Unfortunately, this breaks the build on AMD Piledriver because FMA3 implies AVX2 which is not available on this architecture. Further more, these CPU flags should only be handled by the corresponding Portage flags, instead of CMake's hard-coded automagic. This commit fixes that by disabling the whole "implication" mechanism for CPU flags, while also undoing the previous attempt at solving the problem by translating those broken "implications" into REQUIRED_USE. Authored-by: Ștefan Talpalaru <stefantalpalaru@yahoo.com> Bug: https://bugs.gentoo.org/656638
* media-libs/mesa: Drop old versionsMatt Turner2018-08-174-1561/+0
|
* media-libs/mesa: Version bump to 18.2.0_r3Matt Turner2018-08-172-0/+548
|
* media-libs/mesa: Replace REQUIRED_USE with ewarnsMatt Turner2018-08-171-15/+111
| | | | | | | | | | | | | | | | | | | Mesa has a lot of configuration options and many of them are only meaningful when specific Gallium drivers are enabled. Previously we attempted to specify all of those dependencies with REQUIRED_USE logic which was tedious for users to configure but ensured they knew what they were getting. With the transition to Meson, some configuration combinations that had not been specified in REQUIRED_USE (and with autotools were silently ignored) began producing configuration errors. Rather than extend REQUIRED_USE instead provide a warning in pkg_prepare(). Closes: https://bugs.gentoo.org/658892 Closes: https://bugs.gentoo.org/658938 Closes: https://bugs.gentoo.org/663418 Closes: https://bugs.gentoo.org/663470 Closes: https://bugs.gentoo.org/663660
* media-libs/mesa: Raise dev-python/mako requirement to 0.8.0Matt Turner2018-08-171-1/+1
| | | | Upstream commit 52194ae4df18 raised the required version.
* media-libs/mesa: Drop USE=openmax supportMatt Turner2018-08-171-29/+2
| | | | | No known consumers. Reverse dependency media-libs/libomxil-bellagio seems to be unmaintained upstream.
* media-libs/libmtp:Mikle Kolyada2018-08-181-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/libart_lgpl: mark s390 stableMikle Kolyada2018-08-181-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/avidemux-plugins: Fix build with Qt 5.11Andreas Sturmlechner2018-08-182-1/+52
| | | | | Closes: https://bugs.gentoo.org/659330 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/glu: mark s390 stableMikle Kolyada2018-08-171-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/woff2: Tested on ~amd64-fbsd, #661356Michał Górny2018-08-161-1/+1
|
* media-libs/libjpeg-turbo: stable 1.5.3-r2 for sparc, bug #658624Rolf Eike Beer2018-08-161-1/+1
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* media-libs/opencv: remove non existing dep sci-libs/ippAmy Liffey2018-08-165-14/+9
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/opencv: remove old revisionsAmy Liffey2018-08-163-1147/+0
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/opencv: add required use for cpu_flagsAmy Liffey2018-08-161-0/+508
| | | | | | | | | - Add required_use for cpu_flag Submitted-by: Hector Martin <marcan@marcan.st> - Add ninja as default Closes: https://bugs.gentoo.org/656638 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/libjpeg-turbo-1.5.3-r2: arm64 stable (bug #658624)Mart Raudsepp2018-08-161-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/libjpeg-turbo: amd64 stableJason Zaman2018-08-161-1/+1
| | | | | Gentoo-bug: 658624 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/libjpeg-turbo-1.5.3-r2: Fix CVE-2018-11813Jason Zaman2018-08-162-0/+46
| | | | | | | | | libjpeg 9c has a large loop because read_pixel in rdtarga.c mishandles EOF https://nvd.nist.gov/vuln/detail/CVE-2018-11813 Bug: https://bugs.gentoo.org/658624 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/libmtp: x86 stable (bug #661162)Thomas Deutschmann2018-08-161-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USEMatt Turner2018-08-152-2/+4
|
* media-libs/osl: bump to version 1.9.9Jonathan Scruggs2018-08-152-0/+69
| | | | Closes: https://bugs.gentoo.org/659884
* media-libs/openimageio: bump to version 1.8.13Jonathan Scruggs2018-08-152-0/+115
|
* media-libs/ptex: bump to version 2.3.0Jonathan Scruggs2018-08-153-0/+46
| | | | | Restrict tests as not fixed upstream: Closes: https://bugs.gentoo.org/646006
* media-libs/partio: bump to version 1.5.4Jonathan Scruggs2018-08-152-0/+44
| | | | Closes: https://github.com/gentoo/gentoo/pull/9581
* media-libs/babl: 0.1.56Sebastian Pipping2018-08-152-0/+58
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/harfbuzz: Removed old.Lars Wendler2018-08-153-220/+0
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/harfbuzz: Bump to version 1.8.8Lars Wendler2018-08-152-0/+110
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-libs/urt: Add USE=tools.Jeroen Roovers2018-08-152-2/+6
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10