* Re: Re: [gentoo-dev] gcdmaster ebuild
@ 2001-08-08 5:55 Peter Kadau
2001-08-08 6:11 ` Mikael Hallendal
0 siblings, 1 reply; 6+ messages in thread
From: Peter Kadau @ 2001-08-08 5:55 UTC (permalink / raw
To: gentoo-dev
hi !
> I've moved this to app-cdr, did some small changes
> i.e.
imho, that should go into gnome-apps
> remove COPT from configure-line
> make MAKE="make ${MAKEOPTS}" -> emake
aha ! does ebuild take care of everything ?
> changed the header to match the other ebuilds and added a
> $Header$-tag.
err, just forgot that...
>
> Regards,
> Mikael Hallendal
>
thanks and ciao
peter
-----------------------------------------------------------------
peter kadau
email: peter.kadau@web.de
open source is no religion - it just produces the most reliable software
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gcdmaster ebuild
2001-08-08 5:55 Re: [gentoo-dev] gcdmaster ebuild Peter Kadau
@ 2001-08-08 6:11 ` Mikael Hallendal
2001-08-08 11:58 ` Hendrik Visage
0 siblings, 1 reply; 6+ messages in thread
From: Mikael Hallendal @ 2001-08-08 6:11 UTC (permalink / raw
To: gentoo-dev
"Peter Kadau" <peter.kadau@web.de> writes:
> hi !
>
> > I've moved this to app-cdr, did some small changes i.e.
>
> imho, that should go into gnome-apps
Hmm, perhaps true, I take it it's has to be built against gnome?
As I've said before, I'm not sure I like the gnome-apps directory
since programs that go in there will be unsorted.
> > remove COPT from configure-line make MAKE="make ${MAKEOPTS}" ->
> >emake
>
> aha ! does ebuild take care of everything ?
COPT was something that pccts seem to use, most other packages uses
CFLAGS. Since CFLAGS is set they get included in the Makefile by when
you run the configure-script.
emake is a convinience script that does:
#!/bin/bash
# auto-parallel make without the annoying syntax
exec make ${MAKEOPTS} MAKE="make ${MAKEOPTS}" "$@"
Regards,
Mikael Hallendal
> > changed the header to match the other ebuilds and added a
> >$Header$-tag.
>
> err, just forgot that...
>
> > Regards, Mikael Hallendal
> >
>
> thanks and ciao peter
>
>
> -----------------------------------------------------------------
> peter kadau email: peter.kadau@web.de open source is no religion - it
> just produces the most reliable software
> -----------------------------------------------------------------
> _______________________________________________________________________
> 1.000.000 DM gewinnen - kostenlos tippen -
> http://millionenklick.web.de IhrName@web.de, 8MB Speicher,
> Verschluesselung - http://freemail.web.de
>
>
>
> _______________________________________________ gentoo-dev mailing
> list gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
--
Mikael Hallendal micke@codefactory.se
CodeFactory AB http://www.codefactory.se/
Office: +46 (0)8 587 583 05 Cell: +46 (0)709 718 918
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gcdmaster ebuild
2001-08-08 6:11 ` Mikael Hallendal
@ 2001-08-08 11:58 ` Hendrik Visage
2001-08-08 12:51 ` Mikael Hallendal
0 siblings, 1 reply; 6+ messages in thread
From: Hendrik Visage @ 2001-08-08 11:58 UTC (permalink / raw
To: gentoo-dev
On Wed, Aug 08, 2001 at 02:08:48PM +0200, Mikael Hallendal wrote:
> "Peter Kadau" <peter.kadau@web.de> writes:
>
> > hi !
> >
> > > I've moved this to app-cdr, did some small changes i.e.
> >
> > imho, that should go into gnome-apps
>
> Hmm, perhaps true, I take it it's has to be built against gnome?
> As I've said before, I'm not sure I like the gnome-apps directory
> since programs that go in there will be unsorted.
What about a simbolic link from the gnome directory?
--
------------------------
Hendrik Visage
hvisage@envisage.co.za
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] gcdmaster ebuild
2001-08-08 11:58 ` Hendrik Visage
@ 2001-08-08 12:51 ` Mikael Hallendal
0 siblings, 0 replies; 6+ messages in thread
From: Mikael Hallendal @ 2001-08-08 12:51 UTC (permalink / raw
To: gentoo-dev
Hendrik Visage <hvisage@envisage.co.za> writes:
> On Wed, Aug 08, 2001 at 02:08:48PM +0200, Mikael Hallendal wrote:
> > "Peter Kadau" <peter.kadau@web.de> writes:
> >
> > > hi !
> > >
> > > > I've moved this to app-cdr, did some small changes i.e.
> > >
> > > imho, that should go into gnome-apps
> > Hmm, perhaps true, I take it it's has to be built against gnome?
> >As I've said before, I'm not sure I like the gnome-apps directory
> >since programs that go in there will be unsorted.
>
> What about a simbolic link from the gnome directory?
CVS can't handle symbolic links (AFAIK),
Regards,
Mikael Hallendal
--
Mikael Hallendal micke@codefactory.se
CodeFactory AB http://www.codefactory.se/
Office: +46 (0)8 587 583 05 Cell: +46 (0)709 718 918
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: [gentoo-dev] gcdmaster ebuild
@ 2001-08-08 6:34 Peter Kadau
0 siblings, 0 replies; 6+ messages in thread
From: Peter Kadau @ 2001-08-08 6:34 UTC (permalink / raw
To: gentoo-dev
hi !
> > > I've moved this to app-cdr, did some small changes i.e.
> >
> > imho, that should go into gnome-apps
> Hmm, perhaps true, I take it it's has to be built against gnome?
> As I've said before, I'm not sure I like the gnome-apps directory
> since programs that go in there will be unsorted.
yeah, but either you refine directories (which is annoying, since
one may see a lot of gnome-* stuff) or you disregard the gnome
deps, cause they are already handled by the portage system and
put everything just where it should be by functionality.
(which is annoying cause you had to rewrite a lot of ebuild scripts)
scylla or charybdis...
> emake is a convinience script that does:
>
> #!/bin/bash
> # auto-parallel make without the annoying syntax
> exec make ${MAKEOPTS} MAKE="make ${MAKEOPTS}" "$@"
>
thanks for the explanation
> Regards,
> Mikael Hallendal
ciao
peter
-----------------------------------------------------------------
peter kadau
email: peter.kadau@web.de
open source is no religion - it just produces the most reliable software
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: [gentoo-dev] gcdmaster ebuild
@ 2001-08-08 11:13 Peter Kadau
0 siblings, 0 replies; 6+ messages in thread
From: Peter Kadau @ 2001-08-08 11:13 UTC (permalink / raw
To: gentoo-dev
hi !
> About the gcdmaster. It looks to me that you don't have to build with
> GNOME support? The configure-scripts looks to see if you have gnome
> installed, otherwise it just builds cdrdao and not gcdmaster. If this
> is true, the dependencies should be:
>
> gnome? (gnome-base/gnome-libs...)
>
> and it should be in app-cdr, could you check this or should I do it
> some time when I have time (which I don't know when it'll happend).
>
oh well, could be - i'll check during the next two days or so.
the irritating point is that it's named "GNOME CD Master" now - so
it could be the case that it _needs_ gnome - at least artificially...
and there's yet another annoying thing about this configure
even if you tell it _not_ to include gnome ore gtkmm or x or whatever
it happily checks for them and wastes time
that's why i've been working on a _pure_ cdrdao-ebuild
comes next with right subject.
> Regards,
> Mikael Hallendal
>
ciao
peter
-----------------------------------------------------------------
peter kadau
email: peter.kadau@web.de
open source is no religion - it just produces the most reliable software
-----------------------------------------------------------------
_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
IhrName@web.de, 8MB Speicher, Verschluesselung - http://freemail.web.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-08-08 18:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-08 5:55 Re: [gentoo-dev] gcdmaster ebuild Peter Kadau
2001-08-08 6:11 ` Mikael Hallendal
2001-08-08 11:58 ` Hendrik Visage
2001-08-08 12:51 ` Mikael Hallendal
-- strict thread matches above, loose matches on Subject: below --
2001-08-08 6:34 Peter Kadau
2001-08-08 11:13 Peter Kadau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox