summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-process/rtirq: drop 20220923Alexander Tsoy2024-04-181-1/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/36307 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* sys-process/rtirq: add 20240220Alexander Tsoy2024-04-181-0/+1
| | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* sys-process/rtirq: Version bump to 20240120Alexander Tsoy2024-02-291-0/+1
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/35186 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: remove oldAlexander Tsoy2023-04-031-2/+0
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/29947 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-process/rtirq: version bump to 20220923Alexander Tsoy2023-04-031-0/+1
| | | | | | | In this version egrep has been replaced by grep -E Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* sys-process/rtirq: Remove 20180209Alexander Tsoy2022-04-231-1/+0
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/25053 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: Version bump to 20210329Alexander Tsoy2022-04-231-0/+1
| | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: Version bump to 20191121Alexander Tsoy2020-05-171-0/+1
| | | | | | | Also move rtirq script into /usr/bin. Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-process/rtirq: Drop oldMichał Górny2019-09-111-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process/rtirq: version bump to 20180209Karl Linden2018-10-241-0/+1
| | | | | | | | | | | | | | | | | | | - Install systemd service file. - Bump to EAPI 7. - Drop explicit RDEPEND on sys-apps/util-linux. - Group variables as in skel.ebuild. - Update LICENSE to GPL-2+ in accordance with rtirq.sh. - Do not use PN variable in src_install. - Remove OpenRC specific code that was not very useful anyway. - Use KV_LOCAL from linux-info to detect if the current kernel is realtime or not. - Avoid using grep unnecessarily. Closes: https://bugs.gentoo.org/653732 Signed-off-by: Karl Linden <karl.j.linden@gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10135 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-process: Update Manifest hashes.Ulrich Müller2017-12-091-1/+1
|
* sys-process/rtirq: Initial commit.Karl Linden2016-05-311-0/+1
A crucial part of professional realtime audio is low latency. rtirq sets realtime priorities and scheduling policies for desired IRQ threads on boot. Without rtirq you would need to set these priorities yourself after each boot or live with sound dropouts. See also [1]. Gentoo-Bug: https://bugs.gentoo.org/566678 Closes: https://github.com/gentoo/gentoo/pull/1554 Package-Manager: portage-2.3.0_rc1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> [1]: http://alsa.opensrc.org/Rtirq