summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: inline mirror://sourceforgeLucio Sauer2024-04-301-1/+1
| | | | | | | bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/vice: force bash during src_compileIonen Wolkens2024-02-081-1/+2
| | | | | | | | | | No need for a revbump, no real issue beside silencing errors. Only needed for src_compile's #!/bin/bash scripts called using SHELL, nonbash is fine for long'ish multibuild ./configure runs or install. Closes: https://bugs.gentoo.org/924116 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: drop 3.7.1Ionen Wolkens2024-02-082-190/+0
| | | | | | | | Also drop ffmpeg stable mask given this is the last version with USE=ffmpeg. Not that this (forgotten) mask was still meaningful either way. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: Stabilize 3.8-r1 x86, #922750Arthur Zamarin2024-01-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/vice: Stabilize 3.8-r1 amd64, #922750Sam James2024-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: sys-devel/flex -> app-alternatives/lexSam James2024-01-082-3/+3
| | | | | | | | | | All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: revert mpg123 changesIonen Wolkens2024-01-051-2/+2
| | | | | | | Ended up updating it while bumping, but situation been changing so let's just keep it as-is for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add 3.8Ionen Wolkens2023-12-262-0/+187
| | | | | | | | | | | | | | | | | bug #834359: This version deprecates the old (library-based) ffmpeg support that is still broken with >=ffmpeg-5, so simply disable it. Apparently has new support for using the ffmpeg executable (untested). bug #914964: Caused by the new USE=egl-only on media-libs/glew which disables X support, so depend on [-egl-only(-)]. Switch to hard requiring zlib, could already only be disabled for non-gtk builds and then USE="sdl -gtk -zlib' fails to build. Not really worth worrying about unless someone wants this. Closes: https://bugs.gentoo.org/834359 Closes: https://bugs.gentoo.org/914964 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: Drop obsolete media-sound/pulseaudio alt. depAndreas Sturmlechner2023-06-111-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/vice: drop 3.6.1-r2Ionen Wolkens2023-01-303-195/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: stabilize 3.7.1 for amd64, x86Ionen Wolkens2023-01-261-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: drop 3.7Ionen Wolkens2022-12-292-190/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add 3.7.1Ionen Wolkens2022-12-282-0/+190
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add 3.7Ionen Wolkens2022-12-262-0/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ebuild changes: - drop IUSE=cpuhistory, new upstream default is enabled and just going with that (no deps, and impact should be minimal) - drop IUSE=jpeg, upstream removed support - drop --disable-static QA, not an issue with current portage and just harmless noise if still using an older one - replace deprecated atk dep - adjust for renamed configure options (may be some oversights given a lot of noise in build system changes). Upstream disabled catweasel/parsid/ssi2001 by default leaving only hardsid enabled out of this group. Given rather obscure, left disabled for now with the exception of parsid enabled with USE=parport. If someone use/know these and feel may make sense to enable with USE=pci, parport, or their own USE please file a bug. wrt bug #834359, unfortunately still broken and upstream instead added an explicit check: configure: error: ffmpeg version is not compatible. Use 4.x So keeping the <ffmpeg-5 dep, albeit it remains not overly important (could be removed/masked) and is off by default, shouldn't be a worry if ffmpeg-5 is to be unmasked. wrt bug #854537, odr issues seem fixed upstream Bug: https://bugs.gentoo.org/834359 Closes: https://bugs.gentoo.org/854537 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* Move {virtual -> app-alternatives}/yaccSam James2022-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Keyword 3.6.1-r2 arm, #861008Sam James2022-10-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: add media-libs/flac subslot depSam James2022-09-101-1/+1
| | | | | | media-libs/flac-1.4.0 breaks ABI. Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Keyword 3.6.1-r1 arm64, #861008Arthur Zamarin2022-07-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-emulation/vice: EAPI7->8Ionen Wolkens2022-07-251-6/+6
| | | | | | | | Been meaning to clean this up after realizing could use QA_ for --disable-static. Also update jpeg/pulseaudio deps while revbumping. Trivial so straight-to-stable'ing. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: depend on <ffmpeg-5Ionen Wolkens2022-02-281-1/+2
| | | | | | | | | | However, if left unresolved by upstream for too long, masking the USE sound like a better long term solution (this feature is not really essential). Albeit flag is disabled by default and shouldn't affect many. Bug: https://bugs.gentoo.org/834359 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: drop 3.5-r1, 3.6Ionen Wolkens2022-02-053-371/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: stabilize 3.6.1 for amd64, x86Ionen Wolkens2022-02-031-1/+1
| | | | | | Simple bugfix release. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add 3.6.1Ionen Wolkens2022-01-252-0/+193
| | | | | | | | Should've went with this bugfix release for next stable, giving it a few days and will fast stable. Nothing major but fixes some regressions/annoyance introduced in 3.6.0. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: stabilize 3.6 for amd64, x86Ionen Wolkens2022-01-251-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add 3.6Ionen Wolkens2021-12-262-0/+194
| | | | | | | | | | | | | Upstream removed ffmpeg/lame bundled libs, they were already unused here but options to disable them are now unnecessary. Adds new IUSE=openmp, and new dep on libcap for IUSE=ethernet. html docs' Makefile.am no longer sets html files to be installed, but, while don't need the full website, the user manual is worthwhile so install it anyway alongside the new vim syntax files. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: drop 3.4_p38553Ionen Wolkens2021-10-303-215/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: stabilize 3.5-r1 for amd64, x86Ionen Wolkens2021-10-111-1/+1
| | | | | Closes: https://bugs.gentoo.org/814962 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: enable midi support, tighten depsIonen Wolkens2021-10-031-30/+28
| | | | | | | | | | | | | | | | Midi support can work either through alsa or oss, so enable if one of these is set (no extra deps). While revbumping for this, adjusted deps a bit (notably fails to build without [X] on gtk+:3). Also removed IUSE=ipv6 (enabled by default). Not moving to EAPI-8 yet given econf tries to pass an unrecognized --disable-static (bug #814380) Closes: https://bugs.gentoo.org/815913 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-emulation/vice: add cpuhistory flag, tidy ebuildIonen Wolkens2021-06-222-61/+71
| | | | | | | | Also fixed USE=debug and a configure-stage direct AR call. Thanks-to: Vedran Vrbanc Closes: https://bugs.gentoo.org/782571 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-emulation/vice: add sdl2-image depSam James2021-01-091-1/+4
| | | | | | Closes: https://bugs.gentoo.org/764530 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Version bump to 3.5James Le Cuirot2021-01-072-0/+167
| | | | | | | | | This fixes building against musl. Closes: https://bugs.gentoo.org/761529 Closes: https://bugs.gentoo.org/764218 Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: cleanup oldSam James2021-01-072-173/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Stabilize 3.4_p38553 x86, #764128Sam James2021-01-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Stabilize 3.4_p38553 amd64, #764128Sam James2021-01-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/vice: Add missing x11-misc/xdg-utils dependencyJames Le Cuirot2020-09-261-0/+1
| | | | | | Closes: https://bugs.gentoo.org/744835 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: Add missing dos2unix dependencyJames Le Cuirot2020-09-181-0/+1
| | | | | | Closes: https://bugs.gentoo.org/743178 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: Drop old 3.4_p37605James Le Cuirot2020-09-173-206/+0
| | | | | Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: Bump 3.4 to rev 38553James Le Cuirot2020-09-173-0/+213
| | | | | | | This now adds desktop icons. Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: update homepage and use httpsMichael Mair-Keimberger2020-06-142-2/+2
| | | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16239 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: migrate from libavMikle Kolyada2020-04-252-10/+4
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-emulation/vice: Drop old 3.1James Le Cuirot2020-04-145-260/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: x86 stable wrt bug #716288Agostino Sarubbo2020-04-141-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/vice: amd64 stable wrt bug #716288Agostino Sarubbo2020-04-081-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-emulation/vice: Bump 3.4 to rev 37605, add SDL2 pkg-config patchJames Le Cuirot2020-04-053-0/+209
| | | | | | | | This includes GCC 10 fixes. Closes: https://bugs.gentoo.org/710990 Package-Manager: Portage-2.3.96, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-emulation/vice: Canonical variable orderDavid Seifert2020-02-221-3/+5
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/vice: Bump to post 3.4 snapshot with multiple variantsJames Le Cuirot2020-02-223-0/+178
| | | | | | | | | | | The ebuild has been almost entirely rewritten. Many missing dependencies have been added. Multiple variants for GTK, SDL, and headless can now be installed simultaneously. Closes: https://bugs.gentoo.org/656722 Closes: https://github.com/gentoo/gentoo/pull/13504 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir.Arfrever Frehtes Taifersar Arahesis2019-10-161-2/+2
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-emulation/vice: Sort USE, DEPENDsAndreas Sturmlechner2018-11-291-26/+23
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-emulation/vice: Fix build with ffmpeg-4Andreas Sturmlechner2018-11-293-3/+89
| | | | | | | | | Rename PATCH to PATCHES (again!) and restore missing patch. Thanks-to: Adam Jones <adam@eidolon.org.uk> Closes: https://bugs.gentoo.org/670620 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>