Versions
v29.0 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64
- USE flags
- alsa chromecast
v28.12 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64
- USE flags
- alsa chromecast
USE flags
General
- alsa
- Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- chromecast
- build and install Chromecast support
Dependencies
acct-group / audio : System group: audio
acct-user / owntone : User for media-sound/owntone
app-pda / libplist : Support library to deal with Apple Property Lists (Binary & XML)
dev-db / sqlite : SQL database engine
dev-libs / confuse : a configuration file parser library
dev-libs / json-c : A JSON implementation in C
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library
dev-libs / libunistring : Library for manipulating Unicode and C strings according to Unicode standard
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / mxml : A small XML parsing library that you can use to read XML data files or strings
dev-libs / protobuf-c : Protocol Buffers implementation in C
dev-util / gperf : A perfect hash function generator
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-video / ffmpeg : Complete solution to record/convert/stream audio and video
net-dns / avahi : System which facilitates service discovery on a local network
net-libs / gnutls : Secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libwebsockets : A flexible pure-C library for implementing network protocols
net-misc / curl : A Client that groks URLs
sys-apps / gawk : GNU awk pattern-matching language
sys-apps / util-linux : Various useful Linux utilities
sys-devel / bison : A general-purpose (yacc-compatible) parser generator
sys-devel / flex : The Fast Lexical Analyzer
sys-devel / gettext : GNU locale utilities
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
acct-group / audio : System group: audio
acct-user / owntone : User for media-sound/owntone
app-pda / libplist : Support library to deal with Apple Property Lists (Binary & XML)
dev-db / sqlite : SQL database engine
dev-libs / confuse : a configuration file parser library
dev-libs / json-c : A JSON implementation in C
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
dev-libs / libgcrypt : General purpose crypto library based on the code used in GnuPG
dev-libs / libgpg-error : Contains error handling functions used by GnuPG software
dev-libs / libsodium : Portable fork of NaCl, a higher-level cryptographic library
dev-libs / libunistring : Library for manipulating Unicode and C strings according to Unicode standard
dev-libs / libxml2 : XML C parser and toolkit
dev-libs / mxml : A small XML parsing library that you can use to read XML data files or strings
dev-libs / protobuf-c : Protocol Buffers implementation in C
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-video / ffmpeg : Complete solution to record/convert/stream audio and video
net-dns / avahi : System which facilitates service discovery on a local network
net-libs / gnutls : Secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libwebsockets : A flexible pure-C library for implementing network protocols
net-misc / curl : A Client that groks URLs
sys-apps / util-linux : Various useful Linux utilities
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Nicolas PARLANT · gentoo
media-sound/owntone: add 29.0
use release tarball to avoid eautoreconf and build tools add missing dev-libs/libgpg-error and sys-apps/util-linux remove mxml (no longer used), duplicate alsa-lib sync sed-op with configfile new simple initd, pidfile owned by root Closes: https://bugs.gentoo.org/965290 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45201 Closes: https://github.com/gentoo/gentoo/pull/45201 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Add := to virtual/zlib deps, part 1
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
media-*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib media-* | 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 SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Petr Vaněk · gentoo
media-sound/owntone: update HOMEPAGE
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Petr Vaněk · gentoo
media-sound/owntone: drop 28.9-r1, 28.9_p20240903-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sebastian Pipping · gentoo
media-sound/owntone: 28.12 + GCC 15 fixes
Closes: https://bugs.gentoo.org/955913 Signed-off-by: Sebastian Pipping <sping@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alfred Wingate · gentoo
media-sound/owntone: add dev-libs/libxml2 subslot op for incoming ABI break
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
media-sound/owntone: bump to a git snapshot for MPD fixes
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
media-sound/owntone: initial commit, ebuild by me
Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio. Signed-off-by: Fabian Groffen <grobian@gentoo.org>