Versions
v1.8.4 :: 0 :: gentoo
- Modified
- License
- GPL-2 LGPL-2.1 wavpack? ( BSD )
- Keywords
- ~amd64 ~x86
- USE flags
- aac alsa cdda converter cover dts ffmpeg flac hotkeys lastfm mp3 musepack nls notify nullout opus oss pulseaudio shellexec supereq threads vorbis wavpack
USE flags
General
- aac
- Enable support for MPEG-4 AAC Audio
- alsa
- Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
- cdda
- Add Compact Disk Digital Audio (Standard Audio CD) support
- converter
- File format converter
- cover
- Support for cover art
- dts
- Enable DTS Coherent Acoustics decoder support
- ffmpeg
- Enable ffmpeg/libav-based audio/video codec support
- flac
- Add support for FLAC: Free Lossless Audio Codec
- hotkeys
- Keyboard shortcuts support
- lastfm
- last.fm/AudioScrobbler protocol support
- mp3
- Add support for reading mp3 files
- musepack
- Enable support for the musepack audio codec
- nls
- Add Native Language Support (using gettext - GNU locale utilities)
- notify
- Desktop notifications support
- nullout
- Dummy output driver
- opus
- Enable Opus audio codec support
- oss
- Add support for OSS (Open Sound System)
- pulseaudio
- Add support for PulseAudio sound server
- shellexec
- Define custom shell commands that can be called on tracks
- supereq
- Enable equalizer
- threads
- Add threads support for various packages. Usually pthreads
- vorbis
- Add support for the OggVorbis audio codec
- wavpack
- Add support for wavpack audio compression tools
Dependencies
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libcdio : A library to encapsulate CD-ROM reading and control
dev-libs / libcdio-paranoia : an advanced CDDA reader with error correction
dev-util / desktop-file-utils : Command line utilities to work with desktop menu entries
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / faad2 : AAC audio decoding library
media-libs / flac : free lossless audio encoder and decoder
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
media-libs / libcddb : A library for accessing a CDDB server
media-libs / libdca : Library for decoding DTS Coherent Acoustics streams used in DVD
media-libs / libogg : the Ogg media file format library
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / opusfile : A high-level decoding and seeking API for .opus files
media-sound / mpg123 : a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3
media-sound / musepack-tools : Musepack SV8 libraries and utilities
media-sound / pulseaudio : A networked sound server with an advanced plugin system
media-sound / wavpack : Hybrid lossless audio compression tools
media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec
net-misc / curl : A Client that groks URLs
sys-apps / dbus : A message bus system, a simple way for applications to talk to each other
virtual / libintl : Virtual for the GNU Internationalization Library
x11-libs / gtk+ : Gimp ToolKit +
x11-misc / shared-mime-info : The Shared MIME-info Database specification
Runtime Dependencies
dev-libs / jansson : C library for encoding, decoding and manipulating JSON data
dev-libs / libcdio : A library to encapsulate CD-ROM reading and control
dev-libs / libcdio-paranoia : an advanced CDDA reader with error correction
media-libs / alsa-lib : Advanced Linux Sound Architecture Library
media-libs / faad2 : AAC audio decoding library
media-libs / flac : free lossless audio encoder and decoder
media-libs / imlib2 : Version 2 of an advanced replacement library for libraries like libXpm
media-libs / libcddb : A library for accessing a CDDB server
media-libs / libdca : Library for decoding DTS Coherent Acoustics streams used in DVD
media-libs / libogg : the Ogg media file format library
media-libs / libvorbis : The Ogg Vorbis sound file format library
media-libs / opusfile : A high-level decoding and seeking API for .opus files
media-sound / mpg123 : a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3
media-sound / musepack-tools : Musepack SV8 libraries and utilities
media-sound / pulseaudio : A networked sound server with an advanced plugin system
media-sound / wavpack : Hybrid lossless audio compression tools
media-video / ffmpeg : Complete solution to record/convert/stream audio and video. Includes libavcodec
net-misc / curl : A Client that groks URLs
sys-apps / dbus : A message bus system, a simple way for applications to talk to each other
virtual / libintl : Virtual for the GNU Internationalization Library
Bugs
- 771279
- media-sound/deadbeef-1.8.7: version bump
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Piotr Karbowski · gentoo
media-sound/deadbeef: wavpack support.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Piotr Karbowski · gentoo
media-sound/deadbeef: lastfm IUSE
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Piotr Karbowski · gentoo
media-sound/deadbeef: dev-libs/jansson depend.
Faster than ago's and toralf's thinderboxes! Also fixing two typos Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Piotr Karbowski · gentoo
media-sound/deadbeef: new package (1.8.4)
Deadbeef has not been added into the tree for a long time due to licensing concerns. The package will build all the plugins dynamically and link dynamically to any system library it depends on. All the plugins with questionable licenses and most of the vendorized code has been also removed. This also means that lots of the plugins is missing, but none of them can be considered core functionality and for the files that lack proper plugin, there's a fair chance that ffmpeg plugin will work with them. The player support both gtk2 and gtk3, however there's little point in interfacing gtk2 now, so the gtk3 is used instead and cannot be opt-out from. For the same reason mp3 plugin uses mpg123 instead of libmad that is now considered dead upstream. Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>