You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
the build fails, as it cannot find queue.h file from glibc. musl doesn't have this fully implemented, and to fix this typ of errors there's a standalone of the header available from the gentoo tree. The patch pulls this in on condition of musl being installed.
This commit adds ebuilds for the most recent stable and live releases of
DeaDBeef, highly inspired by @damex's phenomenal work at the
demex/deadbeef-overlay. Since that overlay is now moribund and no longer
builds against the modern Portage tree, these ebuilds are intended as a
temporary placeholder for the DeaDBeef Gentoo community. Unlike
comparable ebuilds by @rindeal at rindeal/rindeal-ebuild-repo, these
ebuilds are fully compliant with Portage standards and intended to be
eventually incorporated into the Portage tree.
Significant improvements include:
* DeaDBeef 1.8.2 support.
* Unified stable and live ebuilds.
* Resolved all outstanding demex/deadbeef-overlay issues and pull
requests, including:
* damex/deadbeef-overlay#32.
* damex/deadbeef-overlay#40.
* damex/deadbeef-overlay#41.
* damex/deadbeef-overlay#42.
* Refactored all fragile version-specific diff patches into robust
version-agnostic "sed" patches.
* Refactored the non-standard "cover-imlib2" and "cover-network" USE
flags into standard "imlib2" and "curl" USE flags.
* Revised for compliance with Portage coding styles.
the build fails, as it cannot find queue.h file from glibc. musl doesn't have this fully implemented, and to fix this typ of errors there's a standalone of the header available from the gentoo tree. The patch pulls this in on condition of musl being installed.
The text was updated successfully, but these errors were encountered: