Hi,
Does anyone still maintaining this usefull overlay ?
Many ebuilds are out of date / need improvements:
* I think that media-sound/rosegarden is concerned by bug #292791 ( see:
http://bugs.gentoo.org/show_bug.cgi?id=292791 )
* media-sound/ardour is out of date (2.8.4 is out since a few days)
* jack-audio-connection-kit is out of date (0.117.0 has been released, almost
a zero day bug !)
* sys-process/rtirq is out of date (you can find 20090920 version here:
http://www.rncbc.org/jack/ )
* sys-kernel/rt-sources too! I personnaly use this ebuild for the "2.6.31.6-
r19 realtime kernel" (warning: fbcondecor isn't included because I don't use
it !):
-*-*-*-*-*-
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
K_PREPATCHED="yes"
UNIPATCH_STRICTORDER="yes"
ETYPE="sources"
inherit kernel-2 eutils fetch-tools reiser4-patch patcher
detect_version
#get_realtime_patch_url
K_NOSETEXTRAVERSION="don't_set_it"
RT_PATCH="patch-${KV}.bz2"
RESTRICT="nomirror"
DESCRIPTION="Realtime Preemption patched low latency Linux kernel"
SRC_URI="${KERNEL_URI}
http://www.kernel.org/pub/linux/kernel/projects/rt/${RT_PATCH}"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_unpack(){
kernel-2_src_unpack
# realtimne preemption patch
epatch "${DISTDIR}/${RT_PATCH}"
# fix sandbox_problems
# epatch "${FILESDIR}/build-id-sandbox-violation.patch"
}
K_EXTRAEINFO="This kernel is not supported by Gentoo If you have any issues,
try
a matching vanilla-sources ebuild -- if the problem persists there, please file
a bug at http://bugme.osdl.org. If the problem only occurs with rt-sources
then
please contact the -rt mailing list: http://www.mail-archive.com/linux-rt-
users@xxxxxxxxxxxxxxx/ .
Recommended other packages: sys-process/rtirq and sys-apps/das_watchdog"
-*-*-*-*-*-
T.