Re: [Cooker] [Bug 5465] [gcompris] New: Additional package is chosen during install

2003-09-11 Thread Michael Scherer
On Wednesday 10 September 2003 20:52, Bruno Coudoin wrote:
 I confirm that gcompris needs gnuchess. There is a chess training
 board in gcompris.

On the other hand, what happen if it doesn't found it ?
Is there a simple way to split the board from the the main program ?

I wanted to split for python stuff, but i guess i am trying to split too 
much :)
-- 

Michaël Scherer




Re: [Cooker] [Bug 5465] [gcompris] New: Additional package is chosen during install

2003-09-11 Thread Bruno Coudoin

Yes you can do that. gcompris uses plugins so you can create a package
with the chess board that contains:

%{prefix}/share/gcompris/boards/boardicons/chess*
%{prefix}/share/gcompris/boards/chess*.xml
%{prefix}/share/gcompris/boars/chess/*
%{prefix}/lib/gcompris/libchess*

And put a dependancy to gnuchess on this package instead of gcompris.

gcompris will not complain nor display the chess board icon if the
package is not there.

Bruno.

Le mer 10/09/2003 à 21:40, Michael Scherer a écrit :
 On Wednesday 10 September 2003 20:52, Bruno Coudoin wrote:
  I confirm that gcompris needs gnuchess. There is a chess training
  board in gcompris.
 
 On the other hand, what happen if it doesn't found it ?
 Is there a simple way to split the board from the the main program ?
 
 I wanted to split for python stuff, but i guess i am trying to split too 
 much :)




Re: [Cooker] [Bug 5465] [gcompris] New: Additional package is chosen during install

2003-09-10 Thread Bruno Coudoin

I confirm that gcompris needs gnuchess. There is a chess training board
in gcompris.

Bruno.



Le mer 10/09/2003 à 12:17, [alipiec] a écrit :
 http://qa.mandrakesoft.com/show_bug.cgi?id=5465
 
Product: gcompris
  Component: packaging
Summary: Additional package is chosen during install
Product: gcompris
Version: 3.2-3mdk
   Platform: PC
 OS/Version: All
 Status: UNCONFIRMED
   Severity: trivial
   Priority: P2
  Component: packaging
 AssignedTo: [EMAIL PROTECTED]
 ReportedBy: [EMAIL PROTECTED]
 
 
 When I try to install gcompris via urpmi I'm asked to choose additional sound
 package: 
 
  1- gcompris-sounds-de-3.2-3mdk.i586
  2- gcompris-sounds-en-3.2-3mdk.i586
  3- gcompris-sounds-es-3.2-3mdk.i586
  4- gcompris-sounds-fr-3.2-3mdk.i586
  5- gcompris-sounds-pt-3.2-3mdk.i586
 
 I choose gcompris-sound-en. Ok. But It chooses also gnuchess I didn't want.
 
 Aboe packages need to be installed:
 gcompris-3.2-3mdk.i586
 gcompris-sounds-en-3.2-3mdk.i586
 gnuchess-5.06-2mdk.i586
 Is it ok? (yes/no)
 
 Does really gcompris need gnuchess to work? I don't think so. It's probably
 packaging problem.