summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/gegl: Drop 0.4.18* and obsolete patchesAndreas Sturmlechner2020-08-304-119/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/gegl: Drop 0.2.0-r6, 0.3.34* and 0.4.16*Andreas Sturmlechner2020-08-2213-566/+0
| | | | | | | | | Effectively dropping back to ~ppc. Bug: https://bugs.gentoo.org/685624 Closes: https://bugs.gentoo.org/735370 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/gegl: 0.3.34, add gegl-0.3.34-fno-common.patchSergey Torokhov2020-06-251-0/+11
| | | | | | | Closes: https://bugs.gentoo.org/719198 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: 0.3.34, drop failed tests using gegl-video, vp8Sergey Torokhov2020-06-251-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. The 'gegl-video' executable is built only 'with-gexiv2' option enabled. Enabling of 'gexiv2' option on test phase allows to built 'gegl-video' executable and then this part passed. As mentioned in gegl-0.3.34.ebuild (as mentioned by previous maintainer): "mrg is not in tree and gexiv2 support only has effect when mrg support is enabled". But as this option is disabled for build without USE="test" (or FEATURES="test") and therefore isn't used in provided package I see no reason to fix compilation instead of disabling this part of test. 2. The second error seems due to hardware doesn't support vp8 hardware encoding. AFAIK the vp8 hardware support is presented for intel since Broadwell (2014 year) and I didn't find if it's support by AMD CPUs or for other ARCHs. So this part of test is disabled here too. Closes: https://bugs.gentoo.org/631930 Bug: https://bugs.gentoo.org/686202 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: Fix compilation error due to non-ascii symbolsband-a-prend2020-01-201-0/+30
| | | | | | | | | | | | | | | | | This patch force using utf8 while reading files on converting .cl files to .h files in env where for some reasons sandbox system codepage isn't utf8. The patch provides compatibility both with python2.7 and python3.x. When python2.7 support will be dropped the addition of from __future__ import unicode_literals import io and "io." could be removed as not neccessary for python3.x. Closes: https://bugs.gentoo.org/705286 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/14387 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: add missing -lm to tests, bug #639986Sergei Trofimovich2020-01-051-0/+13
| | | | | | | | | | | | | The change fixes underlinking on ia64: ``` gnu/bin/ld: buffer-test.o: undefined reference to symbol 'floor@@GLIBC_2.2' /usr/lib/gcc/ia64-unknown-linux-gnu/9.2.0/../../../../ia64-unknown-linux-gnu/bin/ld: /lib/libm.so.6.1: error adding symbols: DSO missing from command line ``` Closes: https://bugs.gentoo.org/639986 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/gegl: Use upstream CPU detection patchLars Wendler2019-11-142-11/+51
| | | | | | Bug: https://bugs.gentoo.org/698744 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/gegl: Fix 0.4.18 for arches unlike amd64/ppc/ppc64/x86Sebastian Pipping2019-10-281-0/+11
| | | | | | | Closes: https://bugs.gentoo.org/698744 Thanks to Jeroen Roovers for the patch! Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
* media-libs/gegl: 0.4.18 with meson + sync 9999Sebastian Pipping2019-10-282-0/+82
| | | | | | Closes: https://bugs.gentoo.org/694506 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
* media-libs/gegl: remove unused patchMichael Mair-Keimberger2019-05-181-33/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/12034 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* media-libs/gegl: 0.2 with ffmpeg 4Sebastian Pipping2019-03-091-0/+13
| | | | | | Closes: https://bugs.gentoo.org/673378 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* media-libs/gegl: version bump to 0.4.8Jonathan Scruggs2018-08-251-0/+33
| | | | | | | | | | | | -0.4.x series is hardcoded to work with OpenEXR v2.2 --v0.4.6: Depend only on OpenEXR 2.2.x --v0.4.8: Made OpenEXR 2.2 the minimum version --v0.4.8: Added patch to remove hard-coded Imath_2_2 namespace ---Patch in upstream master -Removed unused versionator eclass -Synced 0.4.8 and 9999 ebuilds
* media-libs/gegl: Support ffmpeg 4.0Sebastian Pipping2018-05-132-0/+88
| | | | | Closes: https://bugs.gentoo.org/654172 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* media-libs/gegl-0.2.0-r5: fix ffmpeg/libav supportBob Brooks2018-01-101-0/+38
| | | | | | | ffmpeg has renamed avcodec_alloc_frame to av_frame_alloc Closes: https://bugs.gentoo.org/636780 Closes: https://github.com/gentoo/gentoo/pull/6154
* media-libs/gegl: Remove ghost dependency on media-gfx/exiv2Sebastian Pipping2018-01-101-0/+30
| | | | | | | | | | | | Configure option --without-exiv2 was used already but broken in a way where it would still do auto-detection for exiv2 and end up linking a non-inst programm against it. Ebuilds for 0.3.20+ do not need patching as its fixed upstream for a while now. Closes: https://bugs.gentoo.org/641872 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-libs/gegl: Drop old versionsSebastian Pipping2017-12-134-126/+0
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-libs/gegl: libopenraw-0.1 (bug 639834)Sebastian Pipping2017-12-041-0/+48
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-libs/gegl: Fix USE=introspection compilation (bug #617618)Sebastian Pipping2017-05-211-0/+47
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-libs/gegl: Fix 0.2.0-r2 underlinking (bug #617430)Sebastian Pipping2017-05-101-4/+18
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/gegl: 0.3.14Sebastian Pipping2017-04-021-0/+37
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/gegl: Disable two failing tests (bug #595332)Sebastian Pipping2017-03-221-0/+33
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-libs/gegl: Fix linking (bug #605216)Sebastian Pipping2017-01-091-0/+38
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/gegl: remove unused patchesMichael Mair-Keimberger (asterix)2016-12-235-187/+0
|
* media-libs/gegl: jpeg/png always on for >=0.3.4 (bug #589648)Sebastian Pipping2016-07-251-58/+0
| | | | | | | | Also affected: * media-gfx/gimp-2.9.4 * media-gfx/gimp-9999 Package-Manager: portage-2.2.28
* media-libs/gegl: Fix USE="-jpeg -png" (bug #567582)Sebastian Pipping2015-12-091-0/+58
| | | | Package-Manager: portage-2.2.26
* media-libs/gegl: Fix underlinkingJustin Lecher2015-12-051-0/+31
| | | | | | | Gnome-Bugs: https://bugzilla.gnome.org/show_bug.cgi?id=759065 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/gegl: Fix compiling on bigendian.Jeroen Roovers2015-12-051-0/+11
| | | | Package-Manager: portage-2.2.26
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0810-0/+438
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed