| Commit message (Expand) | Author | Age | Files | Lines |
| * | app-emulation/vice: drop 3.9•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2026-03-19 | 4 | -410/+0 |
| * | app-emulation/vice: fix build with USE="mpg123 gtk -curl"•••Closes: https://bugs.gentoo.org/970962
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2026-03-07 | 2 | -0/+173 |
| * | app-emulation/vice: Stabilize 3.10 amd64, #970954•••Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|  Eli Schwartz | 2026-03-06 | 1 | -1/+1 |
| * | app-emulation/vice: Stabilize 3.10 x86, #970954•••Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|  Eli Schwartz | 2026-03-06 | 1 | -1/+1 |
| * | app-emulation/vice: add 3.10•••Hopefully not overlooked anything, build system shifted a few
things around (notably .desktop and icons handling), and not
100% sure this is working right esp. with multibuild. Quite
possible it'll change again next version too.
To simplify, the gtk variant now always use default names to
match the .desktop files which we'd (now) need to sed otherwise.
Considered just straight up dropping multibuild support given
there's also bug #955032, but did a fix and will keep it unless
there's worse problems later.
wrt removed USE=evdev, upstream dropped the option, made it
mandatory for gtk builds, and it is not used by the others --
so it is now just a hard dependency with USE=gtk.
Closes: https://bugs.gentoo.org/955032
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2026-02-12 | 2 | -0/+200 |
| * | app-*/*: update for virtual/zlib•••Update done using:
```
git grep -l zlib app-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c VisibilityCheck --exit error
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|  Michał Górny | 2025-11-04 | 1 | -1/+1 |
| * | app-emulation/vice: Upstream patch to fix linking with lld or mold•••Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|  James Le Cuirot | 2025-05-28 | 2 | -1/+220 |
| * | app-emulation/vice: drop 3.8-r1•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2025-04-27 | 2 | -188/+0 |
| * | app-emulation/vice: Stabilize 3.9 x86, #951273•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2025-03-13 | 1 | -1/+1 |
| * | app-emulation/vice: Stabilize 3.9 amd64, #951273•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2025-03-13 | 1 | -1/+1 |
| * | app-emulation/vice: add 3.9•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2025-02-21 | 3 | -0/+191 |
| * | */*: inline mirror://sourceforge•••bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|  Lucio Sauer | 2024-04-30 | 1 | -1/+1 |
| * | app-emulation/vice: force bash during src_compile•••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>
|  Ionen Wolkens | 2024-02-08 | 1 | -1/+2 |
| * | app-emulation/vice: drop 3.7.1•••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>
|  Ionen Wolkens | 2024-02-08 | 2 | -190/+0 |
| * | app-emulation/vice: Stabilize 3.8-r1 x86, #922750•••Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|  Arthur Zamarin | 2024-01-28 | 1 | -1/+1 |
| * | app-emulation/vice: Stabilize 3.8-r1 amd64, #922750•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2024-01-23 | 1 | -1/+1 |
| * | app-emulation/vice: sys-devel/flex -> app-alternatives/lex•••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>
|  Sam James | 2024-01-08 | 2 | -3/+3 |
| * | app-emulation/vice: revert mpg123 changes•••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>
|  Ionen Wolkens | 2024-01-05 | 1 | -2/+2 |
| * | app-emulation/vice: add 3.8•••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>
|  Ionen Wolkens | 2023-12-26 | 2 | -0/+187 |
| * | app-emulation/vice: Drop obsolete media-sound/pulseaudio alt. dep•••Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|  Andreas Sturmlechner | 2023-06-11 | 1 | -1/+1 |
| * | app-emulation/vice: drop 3.6.1-r2•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2023-01-30 | 3 | -195/+0 |
| * | app-emulation/vice: stabilize 3.7.1 for amd64, x86•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2023-01-26 | 1 | -2/+2 |
| * | app-emulation/vice: drop 3.7•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2022-12-29 | 2 | -190/+0 |
| * | app-emulation/vice: add 3.7.1•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2022-12-28 | 2 | -0/+190 |
| * | app-emulation/vice: add 3.7•••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>
|  Ionen Wolkens | 2022-12-26 | 2 | -0/+190 |
| * | Move {virtual -> app-alternatives}/yacc•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2022-12-02 | 1 | -1/+1 |
| * | app-emulation/vice: Keyword 3.6.1-r2 arm, #861008•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2022-10-29 | 1 | -1/+1 |
| * | app-emulation/vice: add media-libs/flac subslot dep•••media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2022-09-10 | 1 | -1/+1 |
| * | app-emulation/vice: Keyword 3.6.1-r1 arm64, #861008•••Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|  Arthur Zamarin | 2022-07-29 | 1 | -1/+1 |
| * | app-emulation/vice: EAPI7->8•••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>
|  Ionen Wolkens | 2022-07-25 | 1 | -6/+6 |
| * | app-emulation/vice: depend on <ffmpeg-5•••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>
|  Ionen Wolkens | 2022-02-28 | 1 | -1/+2 |
| * | app-emulation/vice: drop 3.5-r1, 3.6•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2022-02-05 | 3 | -371/+0 |
| * | app-emulation/vice: stabilize 3.6.1 for amd64, x86•••Simple bugfix release.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2022-02-03 | 1 | -1/+1 |
| * | app-emulation/vice: add 3.6.1•••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>
|  Ionen Wolkens | 2022-01-25 | 2 | -0/+193 |
| * | app-emulation/vice: stabilize 3.6 for amd64, x86•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2022-01-25 | 1 | -2/+2 |
| * | app-emulation/vice: add 3.6•••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>
|  Ionen Wolkens | 2021-12-26 | 2 | -0/+194 |
| * | app-emulation/vice: drop 3.4_p38553•••Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2021-10-30 | 3 | -215/+0 |
| * | app-emulation/vice: stabilize 3.5-r1 for amd64, x86•••Closes: https://bugs.gentoo.org/814962
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|  Ionen Wolkens | 2021-10-11 | 1 | -1/+1 |
| * | app-emulation/vice: enable midi support, tighten deps•••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>
|  Ionen Wolkens | 2021-10-03 | 1 | -30/+28 |
| * | **/metadata.xml: Replace http by https in DOCTYPE element•••Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|  Ulrich Müller | 2021-09-11 | 1 | -1/+1 |
| * | app-emulation/vice: add cpuhistory flag, tidy ebuild•••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>
|  Ionen Wolkens | 2021-06-22 | 2 | -61/+71 |
| * | app-emulation/vice: add sdl2-image dep•••Closes: https://bugs.gentoo.org/764530
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2021-01-09 | 1 | -1/+4 |
| * | app-emulation/vice: Version bump to 3.5•••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>
|  James Le Cuirot | 2021-01-07 | 2 | -0/+167 |
| * | app-emulation/vice: cleanup old•••Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2021-01-07 | 2 | -173/+0 |
| * | app-emulation/vice: Stabilize 3.4_p38553 x86, #764128•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2021-01-07 | 1 | -1/+1 |
| * | app-emulation/vice: Stabilize 3.4_p38553 amd64, #764128•••Signed-off-by: Sam James <sam@gentoo.org>
|  Sam James | 2021-01-07 | 1 | -2/+2 |
| * | app-emulation/vice: Add missing x11-misc/xdg-utils dependency•••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>
|  James Le Cuirot | 2020-09-26 | 1 | -0/+1 |
| * | app-emulation/vice: Add missing dos2unix dependency•••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>
|  James Le Cuirot | 2020-09-18 | 1 | -0/+1 |
| * | app-emulation/vice: Drop old 3.4_p37605•••Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|  James Le Cuirot | 2020-09-17 | 3 | -206/+0 |
| * | app-emulation/vice: Bump 3.4 to rev 38553•••This now adds desktop icons.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|  James Le Cuirot | 2020-09-17 | 3 | -0/+213 |