public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
@ 2001-03-06  3:27 Philippe Namias
  2001-03-06 11:30 ` Achim Gottinger
  0 siblings, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-06  3:27 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

Hi,

I add some more ebuild gnome apps yesterday. And sorry for my bluefish ebuild 
from yesterday.

So i add :

anjuta
firestarter
gaim
memprof
pan
xsu
blufish (the good one)
gimp 1.2.1 (update)
gftp

Thanks

Philippe Namias



[-- Attachment #2: anjuta-0.1.2.ebuild --]
[-- Type: text/plain, Size: 552 bytes --]

A=${P}-beta_2.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="C/C++ IDE for GNOME"
SRC_URI="http://download.sourceforge.net/${PN}/${A}"
HOMEPAGE="http://anjuta.sourceforge.net/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #3: bluefish-0.6.ebuild --]
[-- Type: text/plain, Size: 518 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="WWW Editor"
SRC_URI="ftp://ftp.ratisbona.com/pub/bluefish/downloads/${A}"
HOMEPAGE="http://bluefish.openoffice.nl/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS BUGS COPYING ChangeLog NEWS README* THANKS TODO
}






[-- Attachment #4: firestarter-0.6.1.ebuild --]
[-- Type: text/plain, Size: 553 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Firewall GUI for LINUX"
SRC_URI="http://download.sourceforge.net/${PN}/${A}"
HOMEPAGE="http://firestarter.sourceforge.net/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #5: gaim-0.11.0.ebuild --]
[-- Type: text/plain, Size: 501 bytes --]

A=${P}pre5.tar.gz
S=${WORKDIR}/${P}pre5
DESCRIPTION="Gnome AIM"
SRC_URI="ftp://www.marko.net/pub/gaim/${A}"
HOMEPAGE="http://www.marko.net/gaim/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING ChangeLog README* NEWS STATUS HACKING
}






[-- Attachment #6: gftp-2.0.7b.ebuild --]
[-- Type: text/plain, Size: 478 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Graphical FTP for GNOME"
SRC_URI="http://gftp.seul.org/${A}"
HOMEPAGE="http://gftp.seul.org/"

DEPEND=">=x11-libs/gtk+-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc COPYING ChangeLog README* THANKS TODO
}






[-- Attachment #7: gimp-1.2.1.ebuild --]
[-- Type: text/plain, Size: 1240 bytes --]

# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# /home/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.0.ebuild,v 1.2 2001/02/01 19:30:33 achim Exp

A=${P}.tar.bz2
S=${WORKDIR}/${P}
DESCRIPTION="GIMP"
SRC_URI="ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PV}/"${A}
HOMEPAGE="http://www.gimp.org"

DEPEND=">=sys-libs/slang-1.4.2
	>=gnome-base/gnome-libs-1.2.4
	>=media-libs/mpeg-lib-1.3.1
	>=media-libs/aalib-1.2
	virtual/lpr"

RDEPEND=">=sys-libs/slang-1.4.2
	 >=gnome-base/gnome-libs-1.2.4
	 >=media-libs/aalib-1.2"


src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc
  try make 
}

src_install() {                               
  dodir /usr/X11R6/lib/gimp/1.2/plug-ins
  cd ${S}
  try make prefix=${D}/usr/X11R6 gimpsysconfdir=${D}/etc/gimp/1.2 PREFIX=${D}/usr install
  preplib /usr/X11R6
  dodoc AUTHORS COPYING ChangeLog* *MAINTAINERS README* TODO
  dodoc docs/*.txt docs/*.ps docs/Wilber* docs/quick_reference.tar.gz
  docinto html/libgimp
  dodoc devel-docs/libgimp/html/*.html
  docinto devel
  dodoc devel-docs/*.txt
}






[-- Attachment #8: memprof-0.4.1.ebuild --]
[-- Type: text/plain, Size: 563 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Memory profiler for GNOME"
SRC_URI="http://people.redhat.com/otaylor/${PN}/${A}"
HOMEPAGE="http://people.redhat.com/otaylor/memprof/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #9: pan-0.9.4.ebuild --]
[-- Type: text/plain, Size: 543 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="NewsReader for GNOME"
SRC_URI="http://pan.rebelbase.com/download/0.9.4/${A}"
HOMEPAGE="http://pan.rebelbase.com/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-libs-1.2.8"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






[-- Attachment #10: xsu-0.1.0.ebuild --]
[-- Type: text/plain, Size: 530 bytes --]

A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Gnome FrontEnd to su"
SRC_URI="http://xsu.freax.eu.org/files/${A}"
HOMEPAGE="http://xsu.freax.eu.org/"

DEPEND=">=x11-libs/gtk+-1.2.8
	>=gnome-base/gnome-1.2.4-r2"


src_unpack() {
  unpack ${A}
}

src_compile() {                           
  cd ${S}
  try ./configure --host=${CHOST} --prefix=/opt/gnome
  try make
}

src_install() {                               
  cd ${S}
  try make prefix=${D}/opt/gnome install

  dodoc AUTHORS COPYING CREDITS ChangeLog README* NEWS TODO
}






^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-06  3:27 [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) Philippe Namias
@ 2001-03-06 11:30 ` Achim Gottinger
  2001-03-07  7:39   ` Philippe Namias
  0 siblings, 1 reply; 12+ messages in thread
From: Achim Gottinger @ 2001-03-06 11:30 UTC (permalink / raw
  To: gentoo-dev

Philippe Namias wrote:
> 
> Hi,
> 
> I add some more ebuild gnome apps yesterday. And sorry for my bluefish ebuild
> from yesterday.
> 
> So i add :
> 
> anjuta
> firestarter
> gaim
> memprof
> pan
> xsu
> blufish (the good one)
> gimp 1.2.1 (update)
> gftp
> 

Thank you philippe,

Can you take care that all you ebuild's install man and info pages to
/opt/gnome/share/{man,info} and that
etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses.
Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be
only build-in if the USE flags are set.

I commited gnome-base packages for gnome-1.4_beta2. You can take a look
into current-packages.rc4 how
far I am. Maybe you want to give it a try. It uses nautilus instead of
mc. I'm working on a mozilla package
that nautilus can link against at the moment. Tomorrow I will go on with
gnome-libs/gnome-apps stuff. We still
miss alot of realy basic gnome packages.

achim~



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-06 11:30 ` Achim Gottinger
@ 2001-03-07  7:39   ` Philippe Namias
  2001-03-07  8:21     ` Achim Gottinger
  0 siblings, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-07  7:39 UTC (permalink / raw
  To: gentoo-dev

> Thank you philippe,
>
> Can you take care that all you ebuild's install man and info pages to
> /opt/gnome/share/{man,info} and that
> etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses.
> Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be
> only build-in if the USE flags are set.

Ok i will do as you said. I will give a try to gnome 1.4. beta 2 tonight and 
report bug if any (but i am sure any as you done it:)

>
> I commited gnome-base packages for gnome-1.4_beta2. You can take a look
> into current-packages.rc4 how
> far I am. Maybe you want to give it a try. It uses nautilus instead of
> mc. I'm working on a mozilla package
> that nautilus can link against at the moment. 

Great so i we can link also Galeon to it :)

Tomorrow I will go on with
> gnome-libs/gnome-apps stuff. We still
> miss alot of realy basic gnome packages.

We are filling the gap slowly but surely

Next i will do kde apps

Thanks


>
> achim~
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-07  7:39   ` Philippe Namias
@ 2001-03-07  8:21     ` Achim Gottinger
  2001-03-07 11:10       ` Pete Gavin
  2001-03-14  9:26       ` Philippe Namias
  0 siblings, 2 replies; 12+ messages in thread
From: Achim Gottinger @ 2001-03-07  8:21 UTC (permalink / raw
  To: gentoo-dev

Philippe Namias wrote:
> 
> > Thank you philippe,
> >
> > Can you take care that all you ebuild's install man and info pages to
> > /opt/gnome/share/{man,info} and that
> > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses.
> > Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be
> > only build-in if the USE flags are set.
> 
> Ok i will do as you said. I will give a try to gnome 1.4. beta 2 tonight and
> report bug if any (but i am sure any as you done it:)

I'm sure there are bugs in the dependencies. I will test them after I'm
finished with updating.
> 
> >
> > I commited gnome-base packages for gnome-1.4_beta2. You can take a look
> > into current-packages.rc4 how
> > far I am. Maybe you want to give it a try. It uses nautilus instead of
> > mc. I'm working on a mozilla package
> > that nautilus can link against at the moment.
> 
> Great so i we can link also Galeon to it :)

Yes once I found the correct c++ flags for mozilla. :-)

> 
> Tomorrow I will go on with
> > gnome-libs/gnome-apps stuff. We still
> > miss alot of realy basic gnome packages.
> 
> We are filling the gap slowly but surely
> 
> Next i will do kde apps

I already did kde-i18, kdesupport, kdelibs and kdebase. I think Daniel
made a few updates too.

I will focus on sgml/xml stuff after gnome.

achim~

> 
> Thanks
> 

> >
> > achim~
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-07  8:21     ` Achim Gottinger
@ 2001-03-07 11:10       ` Pete Gavin
  2001-03-07 12:52         ` Achim Gottinger
  2001-03-14  9:26       ` Philippe Namias
  1 sibling, 1 reply; 12+ messages in thread
From: Pete Gavin @ 2001-03-07 11:10 UTC (permalink / raw
  To: gentoo-dev

On Wed, Mar 07, 2001 at 03:55:01PM +0100, Achim Gottinger wrote:
> 
> Yes once I found the correct c++ flags for mozilla. :-)
> 

I've gotten galeon to link to mozilla when I compiled both using the
flags "-fno-rtti -fno-exceptions".

Pete




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-07 11:10       ` Pete Gavin
@ 2001-03-07 12:52         ` Achim Gottinger
  0 siblings, 0 replies; 12+ messages in thread
From: Achim Gottinger @ 2001-03-07 12:52 UTC (permalink / raw
  To: gentoo-dev

Pete Gavin wrote:
> 
> On Wed, Mar 07, 2001 at 03:55:01PM +0100, Achim Gottinger wrote:
> >
> > Yes once I found the correct c++ flags for mozilla. :-)
> >
> 
> I've gotten galeon to link to mozilla when I compiled both using the
> flags "-fno-rtti -fno-exceptions".

I used --enable-cpp-rtti for mozilla and added -fno-exceptions to
nautilus's cxx flags. Now it seems to work.
I tried -fno-rtti -fno-exceptions before and it did not work. But that
was related to some old mozilla config files in /opt/mozilla (I compiled
mozilla without mail/news support that time).
I will try "-fno-rtti -fno-exceptions" for nautilus once I tested this
version.

Daniel, does the pkg_postinstall and related functions be executed if I
(re)merge an existing package?
This whould be required to remove these config files.

achim~

> 
> Pete
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-07  8:21     ` Achim Gottinger
  2001-03-07 11:10       ` Pete Gavin
@ 2001-03-14  9:26       ` Philippe Namias
  2001-03-15  7:07         ` Achim Gottinger
  1 sibling, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-14  9:26 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 07 March 2001 15:55, you wrote:
> Philippe Namias wrote:
> > > Thank you philippe,
> > >
> > > Can you take care that all you ebuild's install man and info pages to
> > > /opt/gnome/share/{man,info} and that
> > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses.
> > > Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be
> > > only build-in if the USE flags are set.
> >
> > Ok i will do as you said. I will give a try to gnome 1.4. beta 2 tonight
> > and report bug if any (but i am sure any as you done it:)
>
> I'm sure there are bugs in the dependencies. I will test them after I'm
> finished with updating.

I compiled gnome 1.4 (no dependancy problem) i just foud some missing headers 
in packages so i email to the maintainer of the package.
But globally gnome-1.4 is slow like the hell when running with nautilus 0.8.2 
(my workstation : a Bi-Processor PIII-800 with 512Mo ) but the funny part of 
it, is that gnome-1.4 start a lot faster than gnome1.2 .

>
> > > I commited gnome-base packages for gnome-1.4_beta2. You can take a look
> > > into current-packages.rc4 how
> > > far I am. Maybe you want to give it a try. It uses nautilus instead of
> > > mc. I'm working on a mozilla package
> > > that nautilus can link against at the moment.
> >
> > Great so i we can link also Galeon to it :)
>
> Yes once I found the correct c++ flags for mozilla. :-)
>
> > Tomorrow I will go on with
> >
> > > gnome-libs/gnome-apps stuff. We still
> > > miss alot of realy basic gnome packages.
> >
> > We are filling the gap slowly but surely
> >
> > Next i will do kde apps
>
> I already did kde-i18, kdesupport, kdelibs and kdebase. I think Daniel
> made a few updates too.
>
> I will focus on sgml/xml stuff after gnome.
>
> achim~
>
> > Thanks
> >
> > > achim~
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-14  9:26       ` Philippe Namias
@ 2001-03-15  7:07         ` Achim Gottinger
  2001-03-20  8:43           ` Philippe Namias
  0 siblings, 1 reply; 12+ messages in thread
From: Achim Gottinger @ 2001-03-15  7:07 UTC (permalink / raw
  To: gentoo-dev

Philippe Namias wrote:
> 
> On Wednesday 07 March 2001 15:55, you wrote:
> > Philippe Namias wrote:
> > > > Thank you philippe,
> > > >
> > > > Can you take care that all you ebuild's install man and info pages to
> > > > /opt/gnome/share/{man,info} and that
> > > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1 uses.
> > > > Stuff like ssh, pam, bonobo, readline, nls (gettext) support should be
> > > > only build-in if the USE flags are set.
> > >
> > > Ok i will do as you said. I will give a try to gnome 1.4. beta 2 tonight
> > > and report bug if any (but i am sure any as you done it:)
> >
> > I'm sure there are bugs in the dependencies. I will test them after I'm
> > finished with updating.
> 
> I compiled gnome 1.4 (no dependancy problem) i just foud some missing headers
> in packages so i email to the maintainer of the package.

Can you tell me what packages miss headers?

> But globally gnome-1.4 is slow like the hell when running with nautilus 0.8.2
> (my workstation : a Bi-Processor PIII-800 with 512Mo ) but the funny part of
> it, is that gnome-1.4 start a lot faster than gnome1.2 .

Hmm, it runs slower that with mc but not slow as hell. :-)
On what arch did you build i486-pc-linux-gnu (-m486 -O2) are the
defaults in rc4_pre2.
I used i686-pc-linunx-gnu for testing over here.
Did you try to build nautilus with mozilla? 
I think I found the right c++ flags and compilation works. Mozilla and
nautilus both run but the 
embedded_mozilla component in nautilus allways segfaults.

I hope I have more time to spend to gentoo next week. This week I was
very busy with other works, so 
sorry that I did not commit your packages yet.

achim~



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-15  7:07         ` Achim Gottinger
@ 2001-03-20  8:43           ` Philippe Namias
  2001-03-20 19:15             ` Achim Gottinger
  0 siblings, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-20  8:43 UTC (permalink / raw
  To: gentoo-dev

On Thursday 15 March 2001 14:39, you wrote:
> Philippe Namias wrote:
> > On Wednesday 07 March 2001 15:55, you wrote:
> > > Philippe Namias wrote:
> > > > > Thank you philippe,
> > > > >
> > > > > Can you take care that all you ebuild's install man and info pages
> > > > > to /opt/gnome/share/{man,info} and that
> > > > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1
> > > > > uses. Stuff like ssh, pam, bonobo, readline, nls (gettext) support
> > > > > should be only build-in if the USE flags are set.
> > > >
> > > > Ok i will do as you said. I will give a try to gnome 1.4. beta 2
> > > > tonight and report bug if any (but i am sure any as you done it:)
> > >
> > > I'm sure there are bugs in the dependencies. I will test them after I'm
> > > finished with updating.
> >
> > I compiled gnome 1.4 (no dependancy problem) i just foud some missing
> > headers in packages so i email to the maintainer of the package.

>
> Can you tell me what packages miss headers?

So the package:

gal-0.5
gconf-0.50
oaf-0.6.4


>
> > But globally gnome-1.4 is slow like the hell when running with nautilus
> > 0.8.2 (my workstation : a Bi-Processor PIII-800 with 512Mo ) but the
> > funny part of it, is that gnome-1.4 start a lot faster than gnome1.2 .
>
> Hmm, it runs slower that with mc but not slow as hell. :-)
> On what arch did you build i486-pc-linux-gnu (-m486 -O2) are the
> defaults in rc4_pre2.
> I used i686-pc-linunx-gnu for testing over here.
> Did you try to build nautilus with mozilla?
> I think I found the right c++ flags and compilation works. Mozilla and
> nautilus both run but the
> embedded_mozilla component in nautilus allways segfaults.

I build it with -O2 -mpentium (arch=i686) but i find it slow but it's a beta 
so...
I build nautilus with the gtkhtml component so i need to try with the mozilla 
embeded  component (i will take a look at this but the main problem is that 
mozilla get times to compile so i hope to have something till the end of the 
week.


>
> I hope I have more time to spend to gentoo next week. This week I was
> very busy with other works, so
> sorry that I did not commit your packages yet.

That's ok Daniel Robbins granted me access to the CVS so i commit stuff 
myself.

>
> achim~
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-20  8:43           ` Philippe Namias
@ 2001-03-20 19:15             ` Achim Gottinger
  2001-03-21  4:24               ` Philippe Namias
  0 siblings, 1 reply; 12+ messages in thread
From: Achim Gottinger @ 2001-03-20 19:15 UTC (permalink / raw
  To: gentoo-dev

Philippe Namias wrote:
> 
> On Thursday 15 March 2001 14:39, you wrote:
> > Philippe Namias wrote:
> > > On Wednesday 07 March 2001 15:55, you wrote:
> > > > Philippe Namias wrote:
> > > > > > Thank you philippe,
> > > > > >
> > > > > > Can you take care that all you ebuild's install man and info pages
> > > > > > to /opt/gnome/share/{man,info} and that
> > > > > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1
> > > > > > uses. Stuff like ssh, pam, bonobo, readline, nls (gettext) support
> > > > > > should be only build-in if the USE flags are set.
> > > > >
> > > > > Ok i will do as you said. I will give a try to gnome 1.4. beta 2
> > > > > tonight and report bug if any (but i am sure any as you done it:)
> > > >
> > > > I'm sure there are bugs in the dependencies. I will test them after I'm
> > > > finished with updating.
> > >
> > > I compiled gnome 1.4 (no dependancy problem) i just foud some missing
> > > headers in packages so i email to the maintainer of the package.
> 
> >
> > Can you tell me what packages miss headers?
> 
> So the package:
> 
> gal-0.5
> gconf-0.50
> oaf-0.6.4

Hmm, I can remember some problems like that. The cause is that the file
90gnome from the gnome-1.4_beta2 package must be installed first.
The packages you named compile without errors but can not find the other
gnome packages and do not add
the support for that. For example oaf needs ORBit support and gconf
gdkimlib.

This is a new problem. The older versions of ebuild resolved runtime
dependencies of a package after the package was merged. This did not
fully work because some packages require binaries from rdepend packages 
in their plk_postinst functions. So now rdependen packages get merged
first and after that the package.
Additionaly packages can now only be merged if all rdependencies are
resolved.

So in the old days (about a month ago) we simply merged the gnome-1.2
package first and after that all the gnome-stuff compiled without
problems.

There could be a workaround. If we make packages for the env-files and
add these env packages to the build/runtime dependencies of all gnome
packages the problems should be solved. But all the dependencies of
packages not installing into /usr and depending on an environment coming
from one of the /etc/env.d/ files
(beside 00basic) must be updated.

Comments please.
> 
> >
> > > But globally gnome-1.4 is slow like the hell when running with nautilus
> > > 0.8.2 (my workstation : a Bi-Processor PIII-800 with 512Mo ) but the
> > > funny part of it, is that gnome-1.4 start a lot faster than gnome1.2 .
> >
> > Hmm, it runs slower that with mc but not slow as hell. :-)
> > On what arch did you build i486-pc-linux-gnu (-m486 -O2) are the
> > defaults in rc4_pre2.
> > I used i686-pc-linunx-gnu for testing over here.
> > Did you try to build nautilus with mozilla?
> > I think I found the right c++ flags and compilation works. Mozilla and
> > nautilus both run but the
> > embedded_mozilla component in nautilus allways segfaults.
> 
> I build it with -O2 -mpentium (arch=i686) but i find it slow but it's a beta
> so...
> I build nautilus with the gtkhtml component so i need to try with the mozilla
> embeded  component (i will take a look at this but the main problem is that
> mozilla get times to compile so i hope to have something till the end of the
> week.

:-) Mozilla needed about 2 1/2 hours here. It's a mess to experience
with such a package.

Anyone out there who want's to make a package for openoffice ?

> 
> >
> > I hope I have more time to spend to gentoo next week. This week I was
> > very busy with other works, so
> > sorry that I did not commit your packages yet.
> 
> That's ok Daniel Robbins granted me access to the CVS so i commit stuff
> myself.

Yes that is definately a good decision.

Welcome in the team.

achim~

> 
> >
> > achim~
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-20 19:15             ` Achim Gottinger
@ 2001-03-21  4:24               ` Philippe Namias
  2001-03-21  7:03                 ` Achim Gottinger
  0 siblings, 1 reply; 12+ messages in thread
From: Philippe Namias @ 2001-03-21  4:24 UTC (permalink / raw
  To: gentoo-dev

On Wednesday 21 March 2001 02:48, you wrote:
> Philippe Namias wrote:
> > On Thursday 15 March 2001 14:39, you wrote:
> > > Philippe Namias wrote:
> > > > On Wednesday 07 March 2001 15:55, you wrote:
> > > > > Philippe Namias wrote:
> > > > > > > Thank you philippe,
> > > > > > >
> > > > > > > Can you take care that all you ebuild's install man and info
> > > > > > > pages to /opt/gnome/share/{man,info} and that
> > > > > > > etc stuff goes into /etc/opt/gnome. These are the places FHS2.1
> > > > > > > uses. Stuff like ssh, pam, bonobo, readline, nls (gettext)
> > > > > > > support should be only build-in if the USE flags are set.
> > > > > >
> > > > > > Ok i will do as you said. I will give a try to gnome 1.4. beta 2
> > > > > > tonight and report bug if any (but i am sure any as you done it:)
> > > > >
> > > > > I'm sure there are bugs in the dependencies. I will test them after
> > > > > I'm finished with updating.
> > > >
> > > > I compiled gnome 1.4 (no dependancy problem) i just foud some missing
> > > > headers in packages so i email to the maintainer of the package.
> > >
> > > Can you tell me what packages miss headers?
> >
> > So the package:
> >
> > gal-0.5
> > gconf-0.50
> > oaf-0.6.4
>
> Hmm, I can remember some problems like that. The cause is that the file
> 90gnome from the gnome-1.4_beta2 package must be installed first.
> The packages you named compile without errors but can not find the other
> gnome packages and do not add
> the support for that. For example oaf needs ORBit support and gconf
> gdkimlib.
>
> This is a new problem. The older versions of ebuild resolved runtime
> dependencies of a package after the package was merged. This did not
> fully work because some packages require binaries from rdepend packages
> in their plk_postinst functions. So now rdependen packages get merged
> first and after that the package.
> Additionaly packages can now only be merged if all rdependencies are
> resolved.
>
> So in the old days (about a month ago) we simply merged the gnome-1.2
> package first and after that all the gnome-stuff compiled without
> problems.
>
> There could be a workaround. If we make packages for the env-files and
> add these env packages to the build/runtime dependencies of all gnome
> packages the problems should be solved.

I agree but how we deal with multiple instance of gnome or kde
Example i installed kde 2.1 so i got /opt/kde2.1 so i need to link all my 
apps to kde 2.1 (not 2.0 or 2.1.1), for gnome we didn't have this problem as 
we install all in /opt/gnome.
So shall we putt something like a KDE_VER in the env, so when we compile a 
package we look at the actual version of kde and installing package in that 
direcory?


> But all the dependencies of
> packages not installing into /usr and depending on an environment coming
> from one of the /etc/env.d/ files
> (beside 00basic) must be updated.

Should we also make the gnome env file available if we are installing just a 
gnome-base stuff (gnome-libs oaf) sometimes required by other application but 
without all the gnome stuff needed

Today they have released gnome-1.4 RC1:)

>
> Comments please.
>
> > > > But globally gnome-1.4 is slow like the hell when running with
> > > > nautilus 0.8.2 (my workstation : a Bi-Processor PIII-800 with 512Mo )
> > > > but the funny part of it, is that gnome-1.4 start a lot faster than
> > > > gnome1.2 .
> > >
> > > Hmm, it runs slower that with mc but not slow as hell. :-)
> > > On what arch did you build i486-pc-linux-gnu (-m486 -O2) are the
> > > defaults in rc4_pre2.
> > > I used i686-pc-linunx-gnu for testing over here.
> > > Did you try to build nautilus with mozilla?
> > > I think I found the right c++ flags and compilation works. Mozilla and
> > > nautilus both run but the
> > > embedded_mozilla component in nautilus allways segfaults.
> >
> > I build it with -O2 -mpentium (arch=i686) but i find it slow but it's a
> > beta so...
> > I build nautilus with the gtkhtml component so i need to try with the
> > mozilla embeded  component (i will take a look at this but the main
> > problem is that mozilla get times to compile so i hope to have something
> > till the end of the week.
> >
> :-) Mozilla needed about 2 1/2 hours here. It's a mess to experience
>
> with such a package.
>
> Anyone out there who want's to make a package for openoffice ?
One Day and a half of compilation so now i prefer Mozilla:)
>
> > > I hope I have more time to spend to gentoo next week. This week I was
> > > very busy with other works, so
> > > sorry that I did not commit your packages yet.
> >
> > That's ok Daniel Robbins granted me access to the CVS so i commit stuff
> > myself.
>
> Yes that is definately a good decision.
>
> Welcome in the team.
Thanks
>
> achim~
>
> > > achim~
> > >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild)
  2001-03-21  4:24               ` Philippe Namias
@ 2001-03-21  7:03                 ` Achim Gottinger
  0 siblings, 0 replies; 12+ messages in thread
From: Achim Gottinger @ 2001-03-21  7:03 UTC (permalink / raw
  To: gentoo-dev

Philippe Namias wrote:
> 

> >
> > There could be a workaround. If we make packages for the env-files and
> > add these env packages to the build/runtime dependencies of all gnome
> > packages the problems should be solved.
> 
> I agree but how we deal with multiple instance of gnome or kde
> Example i installed kde 2.1 so i got /opt/kde2.1 so i need to link all my
> apps to kde 2.1 (not 2.0 or 2.1.1), for gnome we didn't have this problem as
> we install all in /opt/gnome.
> So shall we putt something like a KDE_VER in the env, so when we compile a
> package we look at the actual version of kde and installing package in that
> direcory?

Currently I use the version number for kde because they release all the
major packages under the same 
release number. I found it comfortable using kde2 and kde2.1_beta2 by
using eighter "kde2" or "kde21" in 
~/.wm.

In other kde packages I used the $KDEDIR env variable (set by 90kde).
I think we should continue using the version number in the dir name but
maybe we can add a symlinj to /opt/kde2.

> 
> > But all the dependencies of
> > packages not installing into /usr and depending on an environment coming
> > from one of the /etc/env.d/ files
> > (beside 00basic) must be updated.
> 
> Should we also make the gnome env file available if we are installing just a
> gnome-base stuff (gnome-libs oaf) sometimes required by other application but
> without all the gnome stuff needed
> 

Because gnome-libs and oaf depend on gnome-env the gnome-env file is
automatic available.

> Today they have released gnome-1.4 RC1:)
> 

Should we wait for 1.4 final? (or 1.4.1 :-) )

achim~

> >
> > > _______________________________________________
> > > gentoo-dev mailing list
> > > gentoo-dev@gentoo.org
> > > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://www.gentoo.org/mailman/listinfo/gentoo-dev
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-03-21 14:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-06  3:27 [gentoo-dev] more gnome-apps ebuild (and resend blufish ebuild) Philippe Namias
2001-03-06 11:30 ` Achim Gottinger
2001-03-07  7:39   ` Philippe Namias
2001-03-07  8:21     ` Achim Gottinger
2001-03-07 11:10       ` Pete Gavin
2001-03-07 12:52         ` Achim Gottinger
2001-03-14  9:26       ` Philippe Namias
2001-03-15  7:07         ` Achim Gottinger
2001-03-20  8:43           ` Philippe Namias
2001-03-20 19:15             ` Achim Gottinger
2001-03-21  4:24               ` Philippe Namias
2001-03-21  7:03                 ` Achim Gottinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox