ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] new ORBit & include flux
@ 2001-10-27 20:48 Mikhail Zabaluev
  2001-10-29  1:57 ` aen
  0 siblings, 1 reply; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-10-27 20:48 UTC (permalink / raw)
  To: aen; +Cc: devel

Вижу, на altair установлен новый ORBit:

Name        : libORBit                     Relocations: /usr
Version     : 0.5.11                            Vendor: ALT Linux Team
Release     : alt1                          Build Date: Птн 26 Окт 2001 21:58:34

Когда он окажется в Sisyphus? Я собрал control-center, для сборки с новым
gdk-pixbuf его пришлось патчить. Теперь и для ORBit придется -- там
везде меняют положение заголовочных файлов, видимо, чтобы усадить
на одну машину GNOME 1.x и 2.x. А в control-center makefiles написаны
кривовато :( Может, они покамест тоже версийку подкинут?
Или уже нужно из unstable брать?

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
His heart was yours from the first moment that you met.
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re: [devel] new ORBit & include flux
  2001-10-27 20:48 [devel] new ORBit & include flux Mikhail Zabaluev
@ 2001-10-29  1:57 ` aen
  2001-10-29  5:59   ` [devel] " Mikhail Zabaluev
  0 siblings, 1 reply; 4+ messages in thread
From: aen @ 2001-10-29  1:57 UTC (permalink / raw)
  To: devel

Mikhail Zabaluev wrote:

>Вижу, на altair установлен новый ORBit:
>
>Name        : libORBit                     Relocations: /usr
>Version     : 0.5.11                            Vendor: ALT Linux Team
>Release     : alt1                          Build Date: Птн 26 Окт 2001 21:58:34
>
>Когда он окажется в Sisyphus? 
>
В пятницу не успели выложить -- Дима сейчас очень занят.
bonobo тоже собран, равно как и gal и gtkhtml из CVS. В понедельник -- 
большая пересборка.

>Я собрал control-center, для сборки с новым
>gdk-pixbuf его пришлось патчить. Теперь и для ORBit придется -- там
>везде меняют положение заголовочных файлов, видимо, чтобы усадить
>на одну машину GNOME 1.x и 2.x. А в control-center makefiles написаны
>кривовато :( Может, они покамест тоже версийку подкинут?
>Или уже нужно из unstable брать?
>
А  обязательно ли его пересобирать?
Из unstable -- не хочу.
Патчить Makefiles -- тоже не хочу. Пока в случае необходимости :
CFLAGS="$RPM_BUILD_FLAGS  -I/usr/include/gdk-pixbuf-1.0"

Криво, но потом жить будет проще.

Rgrds, Алексей

>
>



_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* [devel] Re: new ORBit & include flux
  2001-10-29  1:57 ` aen
@ 2001-10-29  5:59   ` Mikhail Zabaluev
  2001-10-29 10:17     ` Aleksey Novodvorsky
  0 siblings, 1 reply; 4+ messages in thread
From: Mikhail Zabaluev @ 2001-10-29  5:59 UTC (permalink / raw)
  To: devel

Hello aen,

On Mon, Oct 29, 2001 at 04:57:53AM +0300, aen wrote:
>
> А  обязательно ли его пересобирать?
> Из unstable -- не хочу.
> Патчить Makefiles -- тоже не хочу. Пока в случае необходимости :
> CFLAGS="$RPM_BUILD_FLAGS  -I/usr/include/gdk-pixbuf-1.0"

Лучше
CFLAGS="$RPM_BUILD_FLAGS `gdk-pixbuf-config --cflags`"

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
The most happy marriage I can imagine to myself would be the union
of a deaf man to a blind woman.
		-- Samuel Taylor Coleridge
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

* Re: [devel] Re: new ORBit & include flux
  2001-10-29  5:59   ` [devel] " Mikhail Zabaluev
@ 2001-10-29 10:17     ` Aleksey Novodvorsky
  0 siblings, 0 replies; 4+ messages in thread
From: Aleksey Novodvorsky @ 2001-10-29 10:17 UTC (permalink / raw)
  To: devel

On Mon, 29 Oct 2001 08:59:56 +0300
Mikhail Zabaluev <mhz@alt-linux.org> wrote:

> Hello aen,
> 
> On Mon, Oct 29, 2001 at 04:57:53AM +0300, aen wrote:
> >
> > А  обязательно ли его пересобирать?
> > Из unstable -- не хочу.
> > Патчить Makefiles -- тоже не хочу. Пока в случае
> необходимости :
> > CFLAGS="$RPM_BUILD_FLAGS  -I/usr/include/gdk-pixbuf-1.0"
> 
> Лучше
> CFLAGS="$RPM_BUILD_FLAGS `gdk-pixbuf-config --cflags`"
> 
Конечно. Спасибо.

Rgdrs, Алексей
_______________________________________________
Devel mailing list
Devel@linux.iplabs.ru
http://www.logic.ru/mailman/listinfo/devel


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

end of thread, other threads:[~2001-10-29 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-27 20:48 [devel] new ORBit & include flux Mikhail Zabaluev
2001-10-29  1:57 ` aen
2001-10-29  5:59   ` [devel] " Mikhail Zabaluev
2001-10-29 10:17     ` Aleksey Novodvorsky

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git