Re: [proaudio] Rosegarden 1.5 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
Tristan & Nini wrote:
it's KEYWORDed -* so you need to unmask (read faq at proaudio.tuxfamily
if you don't know how to)
OK.
Isn't there an another "official" way to to this ? Did you see this :
http://bugs.gentoo.org/show_bug.cgi?id=160519
so according to http://dev.gentoo.org/~genone/docs/KEYWORDS.stupid
the right keyword for untested ebuild should be
KEYWORDS=""
I'll change to stable if below changes works for you
so please test this ebuild
Succesfully tested on x86 :-)
One little thing : If you don't have kghostview nor ggv nor ghostview nor
evince (!) installed, the "lilypond" use flag simply install ggv which is not
necessarily the "best choice" : for example, if you already have some KDE
apps installed, kghostview should be quicker / more adapted (number of
dependencies, etc.). But I guess there no way to test the best choice :-(
Trinine
A easy solution would be to add a kde or gnome useflag to select the
right one
Index: rosegarden-1.5.0-r1.ebuild
===================================================================
--- rosegarden-1.5.0-r1.ebuild (Revision 547)
+++ rosegarden-1.5.0-r1.ebuild (Arbeitskopie)
@@ -17,11 +17,11 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-*"
-IUSE="alsa jack dssi lirc debug lilypond export"
+IUSE="alsa jack dssi lirc debug lilypond export kde gnome"
RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0 )
lilypond? ( media-sound/lilypond
- || ( app-text/ggv kde-base/kghostview app-text/evince ) )
+ || ( kde? ( kde-base/kghostview ) gnome? (
app-text/evince ) app-text/ggv ) )
export? ( kde-base/kdialog
dev-perl/XML-Twig
media-libs/libsndfile )
I'll commit this changes please test and report
Greetz Frieder