summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/vips: drop 8.15.1Ionen Wolkens2024-04-272-168/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: Stabilize 8.15.2 amd64, #928458Arthur Zamarin2024-04-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/vips: add 8.15.2Ionen Wolkens2024-03-132-0/+170
| | | | | | | | | | Upstream did a last minute ChangeLog correction by doing v8.15.2a but the tarball, source dir name, and official release version is still 8.15.2. For convenience keep it as 8.15.2 but add the "a" only to the URI. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: drop 8.14.5Ionen Wolkens2024-02-223-161/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: Stabilize 8.15.1 amd64, #922318Matoro Mahri2024-01-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: Keyword 8.15.1 arm64, #923244Arthur Zamarin2024-01-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/vips: Add := dep on media-libs/libjxlMichał Górny2024-01-241-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/vips: Stabilize 8.14.5 amd64, #914908Matoro Mahri2024-01-161-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* Move {app-doc → app-text}/doxygenMichał Górny2024-01-122-3/+3
| | | | | | | | Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/vips: sort inheritsIonen Wolkens2024-01-101-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: filter-lto when lld is usedIonen Wolkens2024-01-101-2/+5
| | | | | | | wrt bug #921728, remember to revert this when trying to reproduce. Bug: https://bugs.gentoo.org/921728 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: drop 8.15.0Ionen Wolkens2023-12-193-187/+0
| | | | | | | Keeping 8.14.5 for now as the stable candidate given it does not need newer still-not-stable newer dev-cpp/highway. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add 8.15.1Ionen Wolkens2023-12-182-0/+165
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: fix build with USE=-jpegIonen Wolkens2023-12-012-0/+22
| | | | | Closes: https://bugs.gentoo.org/918954 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add 8.15.0Ionen Wolkens2023-11-113-0/+167
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: Remove redundant local flag descsMichał Górny2023-10-271-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/vips: drop 8.14.4Ionen Wolkens2023-10-102-160/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add 8.14.5Ionen Wolkens2023-09-182-0/+160
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: drop 8.14.3Ionen Wolkens2023-09-122-155/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add 8.14.4Ionen Wolkens2023-08-152-0/+160
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: drop 8.14.2Ionen Wolkens2023-08-062-155/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add 8.14.3Ionen Wolkens2023-07-202-0/+155
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: enable py3.12Ionen Wolkens2023-07-141-1/+1
| | | | | | | Seems(?) fine, python is only used by a small bin/ script with no tests and haven't really messed with --vips-profile to be sure. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: bdepend on glib-utilsIonen Wolkens2023-05-211-0/+1
| | | | | | | | Seems unconditionally required with the way meson.build is setup (from `enumtypes = gnome.mkenums`). Closes: https://bugs.gentoo.org/906905 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: add xorg-proto dep for USE=pango/svg/pdfIonen Wolkens2023-05-131-0/+3
| | | | | | | | | | | | | Not really used directly but results in meson error'ing out if missing when checking for pango, cairo (also done with USE=svg), or poppler -- or at least if pango/cairo were built with USE=X. Unless a new EAPI adds a way for e.g. cairo to tell revdeps to pull xorg-proto if it was built with USE=X, then not much else to do than depend on it either way. Ultimately it's just a header-only package and feel it's not worth risking errors over missing it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: skip unnecessary fuzz subdirIonen Wolkens2023-05-121-0/+2
| | | | | Bug: https://bugs.gentoo.org/901291 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: new package, add 8.14.2Ionen Wolkens2023-05-123-0/+169
| | | | | | | | | | | | | | | Adding for media-gfx/ueberzugpp, but is either way a generally nice library to have in the tree with some useful standalone cli tools. Debated between the naming libvips(github+website) and vips(tarball), but the latter makes things a bit simpler if using the release tarball and overlays have already used media-libs/vips and so can stay consistent (also uses vips.pc). On repology it seems to be a 1/2 mix. Preemptively using a subslot as soname been bumped several times in the past. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-libs/vips: remove last rited packageMikle Kolyada2018-01-283-92/+0
|
* media-libs/vips: Update Manifest hashes.Ulrich Müller2018-01-131-1/+1
| | | | Closes: https://bugs.gentoo.org/642890
* media-libs/vips: Remove old (python.eclass)Michał Górny2017-03-222-74/+0
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-libs/vips: Depend on virtual/imagemagick-toolsDavid Seifert2017-02-112-7/+5
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3907
* media-libs/vips: Drop oldPacho Ramos2017-01-153-150/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* media-libs/vips: remove unused patchMichael Mair-Keimberger (asterix)2016-12-291-57/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/3224
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-011-1/+1
|
* media-libs/vips: 7.38 version bumpAndrew Savchenko2016-09-143-0/+80
| | | | | | | | Update to 7.38, not the newest one, but better than other versions from the tree, needed for nip2 update. See bugs 412447 and 453810. Package-Manager: portage-2.3.0 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
* media-libs/vips: update dependencies as per changelog, bug #416815Fabian Groffen2016-03-201-0/+74
| | | | Package-Manager: portage-2.2.27-prefix
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-011-2/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update hashes in ManifestJustin Lecher2015-09-231-2/+2
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-085-0/+217
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