summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/gegl: drop sparc because of broken depsRolf Eike Beer2020-04-097-7/+7
| | | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/gegl: arm64 stable (bug #706368)Sam James (sam_c)2020-04-071-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-032-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl-0.4.22: add ~alpha, bug 685624Matt Turner2020-03-171-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl: 0.4.22 version bumpSergey Torokhov2020-03-052-0/+164
| | | | | | | | | | | | 'pdf' USE-flag now also enables new meson option 'poppler'. "gegl-0.4.18-cltostring_force_utf8.patch" isn't nessessary anymore because implemented in upstream. Closes: https://bugs.gentoo.org/711536 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Remove redundant --disable-{dependency-tracking,silent-rules}David Seifert2020-02-223-4/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14738 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/gegl: [QA] inherit ltprune.eclass directlyDavid Seifert2020-02-151-1/+1
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-112-2/+2
| | | | | | | Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gegl: Remove py2 where possibleMichał Górny2020-02-103-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gegl: x86 stable wrt bug #706368Agostino Sarubbo2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/gegl: amd64 stable wrt bug #706368Agostino Sarubbo2020-01-271-1/+1
| | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-252-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl: Drop 0.4.14, 0.3.0 and 0.2.0-r2Andreas Sturmlechner2020-01-254-515/+0
| | | | | Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/gegl: 0.4.20 version bump, 9999 deps updateband-a-prend2020-01-253-6/+168
| | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-libs/gegl: Fix compilation error due to non-ascii symbolsband-a-prend2020-01-202-2/+33
| | | | | | | | | | | | | | | | | 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>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-052-4/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gegl: don't enable introspection by defaultJoonas Niilola2019-12-132-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-114-0/+4
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gegl: Use python-any-r1.eclass again (and more correctly).Arfrever Frehtes Taifersar Arahesis2019-12-092-8/+26
| | | | | | | | | Define python_check_deps() function which was previously missing. Move some dependencies from DEPEND to BDEPEND. Closes: https://bugs.gentoo.org/699522 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: keyworded 0.4.18 for ia64, bug #698696Sergei Trofimovich2019-12-081-1/+1
| | | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* media-libs/gegl: 0.4.18 fix skipping mipmap testsSergey Torokhov2019-12-081-0/+6
| | | | | | Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/13826 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: {0.4.18,9999} fix USE="introspection" dependenciesSergey Torokhov2019-12-083-70/+73
| | | | | | | | | | | | | | | | | | | USE="test ffmpeg" don't require media-libs/gexiv2 as there is internal test check of presence of this package in system while there is no USE flag to handle gexiv2 build option. USE="introspection" now handles oly the meson "introspection" option without switchon "pygobject" meson option (used now only for tests) so dev-python/pygobject:3 dependency is moved to DEPEND test?(). Dependencies and build options are sorted. pkg_setup() is removed as unesseccery. Closes: https://bugs.gentoo.org/699522 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/gegl: arm stable wrt bug #700642Mikle Kolyada2019-11-271-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/gegl: arm64 keyworded (bug #698696)Aaron Bauman2019-11-251-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* media-libs/gegl: arm64 stable (bug #700642)Aaron Bauman2019-11-221-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.79, Repoman-2.3.18
* media-libs/gegl: x86 stable wrt bug #700642Agostino Sarubbo2019-11-201-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/gegl: amd64 stable wrt bug #700642Agostino Sarubbo2019-11-201-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/gegl: Re-added ~x86 keywordLars Wendler2019-11-141-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-libs/gegl: Use upstream CPU detection patchLars Wendler2019-11-143-12/+52
| | | | | | 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: Stop enforcing USE=introspectionSebastian Pipping2019-10-283-3/+3
| | | | | | Closes: https://bugs.gentoo.org/698754 Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.78, Repoman-2.3.16
* media-gfx/{gimp,mypaint-brushes} + media-libs/{babl,gegl,libmypaint}: ↵Sebastian Pipping2019-10-281-3/+1
| | | | | | maintainer-needed Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* media-libs/gegl: Fix 0.4.18 for arches unlike amd64/ppc/ppc64/x86Sebastian Pipping2019-10-282-0/+12
| | | | | | | 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-285-71/+288
| | | | | | 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: Drop old versionsMatt Turner2019-10-134-527/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl-0.2.0-r6: ppc64 stable, bug 682558Matt Turner2019-10-131-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl-0.2.0-r6: ppc stable, bug 682558Matt Turner2019-10-131-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs/gegl-0.2.0-r6: alpha stable, bug 682558Matt Turner2019-10-121-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-libs: Remove *-fbsd KEYWORDSMichał Górny2019-10-119-9/+9
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gegl: ia64 stable wrt bug #682558Mikle Kolyada2019-09-261-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/gegl: [QA] Remove media-libs/jasper depDavid Seifert2019-08-2810-35/+25
| | | | | | Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/gegl: arm stable wrt bug #682558Mikle Kolyada2019-07-281-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/gegl: arm stable wrt bug #684522Mikle Kolyada2019-07-281-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-libs/gegl: arm64 stableAaron Bauman2019-07-241-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* media-libs/gegl: x86 stable (bug #682558)Thomas Deutschmann2019-07-081-1/+1
| | | | | Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* media-libs/gegl: ppc stable wrt bug #684522Agostino Sarubbo2019-06-061-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* media-libs/gegl: ia64 stable wrt bug #684522Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* media-libs/gegl: ppc64 stable wrt bug #684522Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* media-libs/gegl: amd64 stableAaron Bauman2019-05-281-1/+1
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-libs/gegl: arm64 stableAaron Bauman2019-05-201-1/+1
| | | | | | | | | * fails tests when stack smashing protection is enabled... so don't do that if you want tests to work * maybe upstream will fix that thing... that would be nice Signed-off-by: Aaron Bauman <bman@gentoo.org>