summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/deadbeef: 1.9.1-r1: REQUIRED_USE QA fix.Piotr Karbowski2022-06-261-1/+1
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: 1.9.1 version bumpPiotr Karbowski2022-06-262-0/+192
| | | | | Closes: https://bugs.gentoo.org/851687 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: keyword 1.8.8-r2 for ~riscvYixun Lan2022-04-161-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-sound/deadbeef: fix IndirectInherits (toolchain-funcs)Sam James2022-03-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/deadbeef: finalize drop old.Piotr Karbowski2022-01-301-2/+0
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: sc68 support added; drop old.Piotr Karbowski2022-01-303-174/+5
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: Stabilize 1.8.8-r1 x86, #831644Sam James2022-01-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/deadbeef: Stabilize 1.8.8-r1 amd64, #831644Sam James2022-01-211-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/deadbeef: add libjansson subslot depSam James2021-09-253-3/+3
| | | | | | | Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-sound/deadbeef: 1.8.8 version bump.Piotr Karbowski2021-08-192-0/+192
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: Update from l10n.eclass to plocale.eclassUlrich Müller2021-07-042-4/+4
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-sound/deadbeef: add missing pkgconfig (B)DEPENDSam James2021-04-121-0/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-9/+9
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-sound/deadbeef: Stabilize 1.8.4 x86, #775524Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/deadbeef: Stabilize 1.8.4 amd64, #775524Sam James2021-03-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/deadbeef: 1.8.7-r1: Force clang; libdispatch dep added.Piotr Karbowski2021-03-121-3/+23
| | | | | | | | | | Upstream stated that from 1.8.5 onward the GCC is no longer supported. Because of that, clang will be enforced instead. notify and lastfm plugins now requires libdispatch. Closes: https://bugs.gentoo.org/775551 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: 1.8.7 bump.Piotr Karbowski2021-03-112-0/+171
| | | | | Closes: https://bugs.gentoo.org/771279 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: wavpack support.Piotr Karbowski2020-10-011-3/+8
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: lastfm IUSEPiotr Karbowski2020-09-302-4/+5
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: dev-libs/jansson depend.Piotr Karbowski2020-09-291-3/+4
| | | | | | | | Faster than ago's and toralf's thinderboxes! Also fixing two typos Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* media-sound/deadbeef: new package (1.8.4)Piotr Karbowski2020-09-294-0/+198
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>