<feed xmlns='http://www.w3.org/2005/Atom'>
<title>video/games/vice, branch master</title>
<subtitle>Mirror of video feed</subtitle>
<id>https://git.openwrt.org/feed/video/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/video/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/'/>
<updated>2026-06-11T16:40:40Z</updated>
<entry>
<title>vice: explicitly pin all configure knobs to fix missing library deps</title>
<updated>2026-06-11T16:40:40Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-06-11T16:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=a022f83b566207cb531761d9e258df91c9b3d111'/>
<id>urn:sha1:a022f83b566207cb531761d9e258df91c9b3d111</id>
<content type='text'>
The buildbot reported vice missing dependencies for libbsd.so.0,
libnet.so.9 and libusb-1.0.so.0. All three came from configure
autodetecting libraries that merely happened to be present in
staging_dir:

  - The NETPLAY_LIBS probes run AC_CHECK_LIB(bsd/net/..., gethostbyname)
    and AC_CHECK_LIB(bsd, gettimeofday). On musl these symbols live in
    libc, so every probe spuriously succeeds for any of those libraries
    that exists, appending -lbsd and -lnet.
  - The USBSID-Pico path adds -lusb-1.0 to LIBS whenever
    libusb-1.0/libusb.h is found; it is gated only by the unregistered
    $enable_usbsid shell variable.

Force the offending cache variables off and set enable_usbsid=no, and
pin every remaining dependency-affecting knob to an explicit value so
nothing is auto-detected. Also disable --enable-arch, which defaults to
on and injects -march=native, wrong under cross-compilation.

Verified on x86_64: the binaries no longer link libbsd, libnet or
libusb and the package builds cleanly.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>vice: add package</title>
<updated>2026-06-09T12:57:05Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2026-06-09T03:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/video/commit/?id=d6cd95b81b8e29cc7226bf1dcaeec4b0bd2038fb'/>
<id>urn:sha1:d6cd95b81b8e29cc7226bf1dcaeec4b0bd2038fb</id>
<content type='text'>
Package the VICE Commodore emulator 3.10, built against SDL2 with ALSA
sound output.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
</feed>
