Files
guru/media-sound/spct/metadata.xml
Vivian Heisz (vhz) fa3e56c1ba media-sound/spct: add 1.1.7
This is a bit of an overhaul to the ebuild, done because upstream added
a shared/static library version of the application.

With the changes here, prefix builds, multilib builds, and cross builds
should all work correctly (and I've tested to make sure they do).

Support is included for the binary itself, with the shared library gated
behind a USE flag.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-07-11 21:53:17 -04:00

20 lines
644 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Vivian Heisz (vhz)</name>
<email>demize@unstable.systems</email>
</maintainer>
<upstream>
<maintainer status="active">
<name>jneen</name>
<email>jneen@jneen.ca</email>
</maintainer>
<remote-id type="codeberg">jneen/spct</remote-id>
<bugs-to>https://codeberg.org/jneen/spct/issues/new</bugs-to>
</upstream>
<use>
<flag name="libspct">Build spct as a shared library (libspct) for use in other applications.</flag>
</use>
</pkgmetadata>