Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923489 - media-sound/deadbeef doesn't load tracks from archives
Summary: media-sound/deadbeef doesn't load tracks from archives
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Viorel Munteanu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-01 19:59 UTC by Adrian Bassett
Modified: 2024-02-16 16:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Bassett 2024-02-01 19:59:49 UTC
media-sound/deadbeef on gentoo, despite the presence of a setting under the Playback tab 'Don't add from archives when adding folders', doesn't actually load anything from a e.g. zip, file archive (the setting remaining unchecked, obviously).

Looking at the ebuild I guess this is because of the line "--disable-vfs-zip"?

This feature does however work within deadbeef on Arch where the ZIP vfs plugin is enabled.

Could this feature be added on Gentoo, please?

(Before deadbeef was in the portage tree I used to build it from the git sources and I'm pretty sure that I was able to use this feature without problem.)

Thanks

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-02-16 14:40:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b757a22910489f29aeb4ab797b7b0773b29574

commit f3b757a22910489f29aeb4ab797b7b0773b29574
Author:     Viorel Munteanu <ceamac@gentoo.org>
AuthorDate: 2024-02-16 14:38:24 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2024-02-16 14:39:37 +0000

    media-sound/deadbeef: add vfs_zip plugin
    
    Closes: https://bugs.gentoo.org/923489
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 .../deadbeef/{deadbeef-1.9.6.ebuild => deadbeef-1.9.6-r1.ebuild} | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
Comment 2 Adrian Bassett 2024-02-16 16:18:07 UTC
(In reply to Larry the Git Cow from comment #1)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=f3b757a22910489f29aeb4ab797b7b0773b29574
> 
> commit f3b757a22910489f29aeb4ab797b7b0773b29574
> Author:     Viorel Munteanu <ceamac@gentoo.org>
> AuthorDate: 2024-02-16 14:38:24 +0000
> Commit:     Viorel Munteanu <ceamac@gentoo.org>
> CommitDate: 2024-02-16 14:39:37 +0000
> 
>     media-sound/deadbeef: add vfs_zip plugin
>     
>     Closes: https://bugs.gentoo.org/923489
>     Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
> 
>  .../deadbeef/{deadbeef-1.9.6.ebuild => deadbeef-1.9.6-r1.ebuild} | 9
> +++++----
>  1 file changed, 5 insertions(+), 4 deletions(-)
Thanks for this, works fine.