aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/mmg: updated dependency nameHorea Christian2024-01-223-3/+3
| | | | Signed-off-by: Horea Christian <chr@chymera.eu>
* media-libs/imglib2: add 6.3.0, drop 6.2.0Israel Hernandez2023-12-303-3/+3
| | | | | | Signed-off-by: IAHMCOL <IAHMCOL@thejabberwocky.net> Closes: https://github.com/gentoo/sci/pull/1230 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/scifio-jai-imageio: new package, add 1.1.1, 9999Israel Hernandez2023-08-174-0/+89
| | | | | | Signed-off-by: IAHMCOL <IAHMCOL@thejabberwocky.net> Closes: https://github.com/gentoo/sci/pull/1204 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/imglib2: Add new packageIsrael Hernandez2023-08-174-0/+123
| | | | | Signed-off-by: IAHMCOL <IAHMCOL@thejabberwocky.net> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* add github remote-id when possibleJérôme Carretero2022-11-152-0/+6
| | | | | | | | Semi-automatically done with: https://gitlab.com/cJ/gentoo-bug-881037-github-reproducible-downloads Closes: https://github.com/gentoo/sci/pull/1182 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/charls: new packageFrançois-Xavier Carton2022-08-233-0/+42
| | | | | Signed-off-by: François-Xavier Carton <fx.carton91@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* */*: virtual/jpeg deprecationAndrew Ammerlaan2022-05-024-4/+4
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/imgui: remove opticks libAndrew Ammerlaan2022-01-234-95/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/DualContouringSample: remove opticks libAndrew Ammerlaan2022-01-233-69/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/yocto-gl: remove opticks libAndrew Ammerlaan2022-01-233-47/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/implicitmesher: remove packageAndrew Ammerlaan2022-01-234-77/+0
| | | | | | lib for opticks, but does not seem to be required for new versions anyway Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/libgfx: version bump to 1.1.1 which is hosted on githubLucas Mitrak2021-07-312-0/+42
| | | | | | | | | | | | | | | | | | | | | * Version bump to 1.1.1 which is hosted on github on its own branch Currently, the science repo only has media-libs/libgfx-1.1.0. Upstream has made available version 1.1.1; however, it is not located in 1.1.0's SRC_URI [1]. Instead, he made version 1.1.1 available on github in its own branch [2]. This new version implements both patches stored in the ebuild's files directory[3]. These patches were made available upstream by me, Lucas Mitrak, via email. This commit was tested in a docker image with dev-util/ebuildtester. This commit was written, tested, and submitted by Lucas Mitrak. [1] http://mgarland.org/files/dist/ [2] https://github.com/mjgarland/libgfx/tree/branch-1.1.1 [3] https://github.com/gentoo/sci/tree/master/media-libs/libgfx/files Closes: https://github.com/gentoo/sci/pull/1100 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Lucas Mitrak <lucas@lucasmitrak.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/libgfx: Remove test use flagLucas Mitrak2021-06-051-1/+1
| | | | | | | | | | * Remove the unnecessary test use flag. This commit was tested in a docker image with dev-util/ebuildtester. This commit was written, tested, and submitted by Lucas Mitrak. Signed-off-by: Lucas Mitrak <lucas@lucasmitrak.com> Closes: https://github.com/gentoo/sci/pull/1088 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/libgfx: Fix patch nameLucas Mitrak2021-06-051-1/+1
| | | | | | | | | * Fixes patch name from an incorrect name to a correct name This commit was tested in a docker image with dev-util/ebuildtester. This commit was written, tested, and submitted by Lucas Mitrak. Signed-off-by: Lucas Mitrak <lucas@lucasmitrak.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/libgfx: add test, dependencies, patchesLucas Mitrak2021-06-054-13/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add test, dependencies, and new patches to ebuild * Add cstring to needed files due to newer version of gcc * Change png jmpbuf to use the newer safer method due to GLSA 200408-03 Currently, media-libs/libgfx will not compile due to a vulnerability in libpng which has since been patched [1]. Therefore, the patch libPNG-1.2.5 updates the code to libPNG's newer and safer method. This also fixes bug https://bugs.gentoo.org/756061. However, even with this patch the package will not compile due to outdated C++, so the patch gcc-4.3 updates two files to include cstring, which is neccessary for memcpy. These patches will allow the package to compile. Without these patches, the package will not compile. In addition, the ebuild was updated to include these patches, as well as add the dependencies listed on upstream's homepage [2]. Without these dependencies, the package will not compile. Finally, a test IUSE flag as well as the src_test() function were added. Due to the package using outdated FLTK code, some of the tests had to be disabled using a sed command. This commit was tested in a docker image with dev-util/ebuildtester. This commit was written, tested, and submitted by Lucas Mitrak. [1] https://security.gentoo.org/glsa/200408-03 [2] http://mgarland.org/software/libgfx.html Closes: https://bugs.gentoo.org/756061 Signed-off-by: Lucas Mitrak <lucas@lucasmitrak.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/libredwg: move to ::gentooAndrew Ammerlaan2021-05-243-84/+0
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/embree-bin: version bump to 3.13.0Aisha Tammy2021-05-202-0/+59
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/libredwg: add packageAndrew Ammerlaan2021-05-113-0/+84
| | | | | | | | use this with >=media-gfx/freecad-0.19 to import autocad dwg files (2D only) Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/libgfx: EAPI bumpAndrew Ammerlaan2021-03-031-3/+3
| | | | | Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/embree-bin: version bump to 3.12.2Aisha Tammy2021-01-252-0/+56
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/yocto-gl: version bump 3.3.0Andrew Ammerlaan2021-01-244-54/+40
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/implicitmesher: update snapshotAndrew Ammerlaan2021-01-243-25/+32
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/imgui: version bump 1.80Andrew Ammerlaan2021-01-242-8/+10
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/DualContouringSample: cmake-utils --> cmakeAndrew Ammerlaan2021-01-241-3/+3
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
* media-libs/mmg: drop old versionAisha Tammy2020-12-232-44/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/mmg: drop old versionAisha Tammy2020-12-232-41/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/mmg: version bump to 5.5.2Aisha Tammy2020-12-232-0/+41
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/mmg: version bump to 5.5.1Aisha Tammy2020-10-172-0/+41
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/embree-bin: version bump to 3.12.1Aisha Tammy2020-10-152-0/+55
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/mmg: version bump to 5.5.0Aisha Tammy2020-10-122-0/+41
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/mmg: bi-tridimensional remesherAisha Tammy2020-10-114-0/+101
| | | | | | | new dependency for elmerfem Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/embree-bin: efficient cpu ray tracerAisha Tammy2020-10-014-0/+68
| | | | | | | from intel Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/avbin-bin: removed deprecated packageHorea Christian2020-09-273-43/+0
| | | | | | | https://github.com/gentoo/sci/issues/663 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
* media-libs/glbinding: update to latestAisha Tammy2020-09-227-67/+114
| | | | | | | | also drop old version as checksum fails and it no longer compiles Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
* media-libs/DualContouringSample: depend on media-libs/glmBenda Xu2020-03-261-2/+3
| | | | | | Reported-By: Xuewei Liu Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* media-libs/imgui: initial commit.Benda Xu2019-12-033-0/+93
| | | | | | | This is included as a dependency of sci-physics/opticks. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* media-libs/yocto-gl: initial commit of 0_p20191111.Benda Xu2019-12-033-0/+61
| | | | | | | This is included as a dependency of sci-physics/opticks. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* media-libs/implicitmesher: initial commit of 0_p20191111Benda Xu2019-12-013-0/+70
| | | | | | | This is included as a dependency of sci-physics/opticks. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* media-libs/DualContouringSample: initial commit of 0_p20191111Benda Xu2019-12-013-0/+68
| | | | | | | This is included as a dependency of sci-physics/opticks. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* media-libs/avbin-bin: non-maintainer commitMartin Mokrejs2019-03-282-6/+7
| | | | | | | | | | | | | Trying to get rids of FATAL errors reported by Travis.CI. Use `if [ "${ABI}" == "amd64" ]; then` instead of `if use amd64; then` Also bump to EAPI7. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
* Sort keywordsJustin Lecher2018-10-271-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/avbin-bin: Clean oldJustin Lecher2018-10-272-29/+0
| | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
* Update Manifests to new hashesJustin Lecher2017-12-102-4/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/OpenMOIV: moved to main tree (as media-libs/openmoiv)Andreas K. Hüttel2017-12-063-50/+0
|
* Second try to clean spaces in metadata.xmlJustin Lecher2017-11-181-11/+11
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Consistently ident with tabsJustin Lecher2017-11-182-22/+22
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Cleanup remote IDsJustin Lecher2017-04-301-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop leftover from CVS in HEADERJustin Lecher2017-02-255-5/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/libgfx: QA workJustin Lecher2017-01-142-10/+6
| | | | | | | | Bump EAPI to 6 Shorten DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-libs/OpenMOIV: QA workJustin Lecher2017-01-142-13/+17
| | | | | | | | | | Bump EAPI to 6 Shorten DESCRIPTION convert mycmakeargs to array properly install shared libs Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>