gentoo-ebuilds/media-sound/gogglesmm/metadata.xml
Nicolas PARLANT 0a34c0ed22
media-sound/gogglesmm: add 1.2.5, update useflags/deps
update HOMEPAGE

useflags/deps:
* add a52, media-libs/a52dec
* add alsa, media-libs/alsa-lib
* add dca, media-libs/libdca
* add jack, virtual/jack
* add libsamplerate, media-libs/libsamplerate. Detection with patch
* add sndio, media-sound/sndio
* add stream, sys-libs/zlib
              dev-libs/libgcrypt (forced instead of openssl or gnutls)
* add tremor, media-libs/tremor
* rm ogg, definition forced (depless) and add libogg for opus, tremor, vorbis
* nls, add dep virtual/libintl

other deps:
* >=x11-libs/fox-1.7.80
  Too much patches are needed to preserve compat with stable 1.7.67.
  Replacing in src/CMakeLists.txt is not enough (and requires also fullpath).
* virtual/pkgconfig bdep
* x11-base/xorg-proto dep
* x11-libs/X11 rdep

Closes: https://bugs.gentoo.org/890369
Closes: https://bugs.gentoo.org/947019
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40770
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-02-27 00:46:00 +01:00

21 lines
821 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zx2c4@gentoo.org</email>
<name>Jason A. Donenfeld</name>
</maintainer>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
<use>
<flag name="dca">Enable support for DTS Coherent Acoustics via <pkg>media-libs/libdca</pkg></flag>
<flag name="sndio">Enable support for <pkg>media-sound/sndio</pkg></flag>
<flag name="stream">Enable http(s) streaming</flag>
<flag name="tremor">Enable support for <pkg>media-libs/tremor</pkg>, a fixed-point version of the Ogg Vorbis decoder</flag>
</use>
<upstream>
<remote-id type="github">gogglesmm/gogglesmm</remote-id>
</upstream>
</pkgmetadata>