gpo.zugaina.org

Search Portage & Overlays:

media-plugins/deadbeef-copy-info

Copy track info to the clipboard in a custom format, for DeaDBeeF

Screenshots

  • deadbeef-copy-info-9999
    +gtk3 gtk2

    View      Download      Browse     License: GPL-2   
    Overlay: stuff

ChangeLog

commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200

*/*: normalize personal-maintainer metadata.xml

Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:

- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>

Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.

commit 0335b73e0b019d77e25ec69a6e66eff505672dd0
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 20:52:57 2026 +0200

media-plugins/deadbeef-copy-info: new package, 9999

Add DeaDBeeF plugin that copies the selected track's info to the
clipboard in a custom format. No upstream tags, so 9999-only.

Builds both GTK2 and GTK3 variants behind matching USE flags
(REQUIRED_USE forces at least one). Default is +gtk3 to match
modern DeaDBeeF UI.

Tested: `ebuild ... clean compile install` cleanly with USE=gtk3,
installs /usr/lib64/deadbeef/ddb_copy_info_gtk3.so.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>