Re: [Cooker] XFREE86 4.0 is out

2000-03-13 Thread Frederic Lepied

"geoffrey lee" <[EMAIL PROTECTED]> writes:

> hi,
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, March 10, 2000 6:33 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [Cooker] XFREE86 4.0 is out
> >
> >
> > "geoffrey lee" <[EMAIL PROTECTED]> writes:
> >
> > > > be carefull if you wanna switch, you'll have to reconfigure...
> > > >
> > >
> > > in what way? my config file in /etc/X11?
> >
> > yep
> >
> > > h...will the xf86config script still work, or do i have to
> > use something
> > > else?
> >
> > i think the XFree bundled configuration tool must be available...
> >
> 
> 
> so after i rerun the xf86config to re-create the config file, then X is
> ready ? if i only have to re-run the xf86config script, then i will consider
> upgrading, to 4.0.
> 
> 
> >
> > > Xconfigurator will be broekn i guess?
> >
> > of course!
> 
> i thought so. nevermind, i'm not really a fan of Xconfigurator anyway. i can
> do without it.
> 
> btw, anyone knows if 3.3.x and 4.0 is compatible in terms of the X protocol?
> common sense says yes, but i'd like to confirm.
> 
The 3.3 is based on X11R6 and the 4.x is based  on X11R6.4 so the core
protocol doesn't change (X11) but  there are new extensions in X11R6.4
like XInerama, Xvideo...
-- 
Fred - May the source be with you



Re: [Cooker] Menu system structure

2000-03-13 Thread Frederic Lepied

Warly <[EMAIL PROTECTED]> writes:

> Here is the menu structure we now use for Mandrake
> packages. Please make your packages compliant with it ASAP,
> contact me or [EMAIL PROTECTED] for any questions.
> 
To add a menu for a package, you have to create a file under
/usr/lib/menu/ with a content like that:

?package():needs="x11" section=""  title="" \
longtitle="" command=""

and add to the %post and %postun of the spec file, the following:

%post
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

%postun

if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
/usr/bin/update-menus
  fi
fi

For example, a menu entry for lavaps a graphical process viewer will
look like that in /usr/lib/menu/lavaps:

?package(lavaps):needs="x11" section="Monitoring"  title="lavaps" \
longtitle="a graphical process viewer" command="lavaps"

For more info, read the doc in the menu package in /usr/doc/menu-*.

>  snip - snip 
> 
> - Configuration
>   - Hardware
>   - Packaging
>   - Networking
>   - Printing
>   - Boot and Init
>   - Other
> - Applications
>   - Development
> - Interpreters
> - Code generators
> - Development environments
> - Tools
>   - Sciences
> - Astronomy   
> - Biology 
> - Chemistry
> - Computer science
> - Geosciences 
> - Mathematics
> - Physics
> - Other
>   - Communications
>   - Editors
>   - Emulators
>   - Archiving
>  - Compression
>  - Cd burning
>  - Backup
>  - Other
>   - Monitoring
>   - Publishing
>   - Terminals
>   - Shells
>   - File tools
>   - Text tools
> - Documentation
> - Office
> - Networking
>   - File transfer
>   - IRC
>   - ICQ
>   - Chat
>   - News
>   - Mail
>   - WWW
>   - Remote access
>   - Other
> - Amusement
>   - Adventure
>   - Arcade
>   - Boards
>   - Cards
>   - Puzzles
>   - Sports
>   - Strategy
>   - Other
>   - Toys
> - Multimedia
>   - Sound
>   - Graphics
>   - Video
> - Session...
>   - Windowmanagers...
>   - Restart session
>   - Exit session
> 
-- 
Fred - May the source be with you



[Cooker] sawmill-0.25.1

2000-03-13 Thread Patrick Poncet



I need help!!!
sawmill-0.25.1 not working since I upgraded to librep-0.11-1 it's missing
librep.so.7...  I tried symbolic link librep.so.7->librep.so.8.0.0 
but no go :(((
Is it an unfortunate mistake for the new librep package to not contain
librep.so.7 ...  do I have to downgrade librep,  librep, rep-gtk,
rep-gtk-libglade and rep-gtk-gnome???
 


Re: [Cooker] XFree86 4.0

2000-03-13 Thread WH Bouterse

Nitin Raja Bhatia wrote:
> 
> use the --nodeps

Okay so far so good even with boocoo messages
Will scream for help if the water gets too deep :>)


[root@mentastacenter bill2]# rpm --force  --nodeps -Uvh XFree*
XFree86-libs   
##
warning: /etc/X11/fs/config created as /etc/X11/fs/config.rpmnew
XFree86-xfs
##
moving /usr/X11R6/lib/X11/app-defaults to /etc/X11/app-defaults linking
to
../../../../etc/X11/app-defaults
moving /usr/X11R6/lib/X11/lbxproxy to /etc/X11/lbxproxy linking to
../../../../etc/X11/lbxproxy
moving /usr/X11R6/lib/X11/proxymngr to /etc/X11/proxymngr linking to
../../../../etc/X11/proxymngr
moving /usr/X11R6/lib/X11/rstart to /etc/X11/ linking to
../../../../etc/X11/rstart
moving /usr/X11R6/lib/X11/xserver to /etc/X11/ linking to
../../../../etc/X11/xserver
moving /etc/X11/xdm/authdir to /var/state/xdm linking to
../../../var/state/xdm
mv: /etc/X11/xdm/authdir/*: No such file or directory
warning: /usr/X11R6/lib/X11/fonts/misc/fonts.dir created as
/usr/X11R6/lib/X11/fonts/misc/fonts.dir.rpmnew
XFree86
##
cannot remove /usr/X11R6/lib/modules/codeconv - directory not empty

cannot remove /usr/X11R6/lib/modules - directory not empty
XFree86-100dpi-fonts   
##
XFree86-75dpi-fonts
##
XFree86-Xnest  
##
XFree86-Xvfb   
##
XFree86-devel  
##
XFree86-doc
##
XFree86-server 
##


William Bouterse
Alaska



Re: [Cooker] xmms_config

2000-03-13 Thread Vincent Danen

On Mon, 13 Mar 2000, Pablo Saratxaga wrote:

> > Where is this script?  There's a couple things I'm trying to install for
> > xmms, and all of them rely on or ask for xmms_config.  If this is in the
> > xmms RPMs, where can I find it?
> 
> It is an error of the programs you are trying to compile; the name is
> 'xmms-config' and not 'xmms_config'.
> 
> It comes in the xmms-devel package (more and more *-devel packages come with
> a *-config script that outputs all the needed things for gcc and ld to know)

My xmms-devel package (1.0.0-2mdk) doesn't have xmms-config in it.

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
Freezer Burn BBS:  telnet://bbs.freezer-burn.org . ICQ: 54924721
Webmaster for the Linux Portal Site Freezer Burn:  http://www.freezer-burn.org



[Cooker] alsa rc script

2000-03-13 Thread Quel Qun

The /etc/rc.d/init.d/alsa script should be executable.

(version alsa-utils-0.5.5-1mdk)

-=-
kk1
__
Get Your Private, Free Email at http://www.hotmail.com



Re: [Cooker] locales problem

2000-03-13 Thread Pablo Saratxaga

Kaixo!

On Mon, Mar 13, 2000 at 11:02:39PM +0100, Andreas Simon wrote:

>>>   Gdk-WARNING **: locale not supported by C library
 
> I use glibc version 2.1.3-0.2mdk, the newest as far as I know.

The format of locale definitions changed in 2.1.3.
You have to rebuild them (you can get src.rpm of 'locales' and build
it, then install 'locales' and 'locales-xx' for your language).

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



Re: [Cooker] Helix Gnome RPMS

2000-03-13 Thread Patrick Poncet

Where are those RPMS???

Axalon Bloodstone wrote:

> On Sat, 11 Mar 2000, Nitin Raja Bhatia wrote:
>
> > Hello All,
> >
> > I will be producing Helix Gnome rpms optimized for Mandrake.
> > They will be available shortly.
> > Helix-Gnome is real slick...
> >
> > Raja
>
> Already done, just waiting on some files left out of the gnome-media
> SRPM. I'll put up the rest while i wait i guess.
>
> --
> MandrakeSoft  http://www.mandrakesoft.com/
> --Axalon



Re: [Cooker] xmms_config

2000-03-13 Thread Pablo Saratxaga

Kaixo!

On Mon, Mar 13, 2000 at 04:16:40PM +0800, geoffrey lee wrote:

> i know what you are experiencing right now. i've already sent a .spec fix up
> here..but no one has applied it yet :( :(

I thought it was already there...
rebuilding it.
 
-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



RE: [Cooker] Menu system structure

2000-03-13 Thread Don Head

Pardon me for the intrusion, but why aren't "ICQ" and "IRC" part of "Chat"?
I didn't think that they had gotten so big that they required their own
categories.. have they?

It's kinda like breaking Multimedia up into "MIDI", "MP3", and "Sound"
(don't even think about it).  It just doesn't make a whole lot of sense to
me.

I guess I'm just not a fan of too many categories and not enough programs to
justify them.


Don Head
Linux Mentor
1 800 826-4640 x1942
1 314 692-1942
[EMAIL PROTECTED]
[AIM - Don Wave][ICQ - 18804935]
[IRC - EFnet, #WaveTech, Don-Wave]


-Original Message-
From: Warly [mailto:[EMAIL PROTECTED]]
Sent: Sunday, March 12, 2000 9:17 PM
To: [EMAIL PROTECTED]
Subject: [Cooker] Menu system structure



Here is the menu structure we now use for Mandrake
packages. Please make your packages compliant with it ASAP,
contact me or [EMAIL PROTECTED] for any questions.

Do not forget all documentation is centralized in intranet/qa.

 snip - snip 

- Configuration
  - Hardware
  - Packaging
  - Networking
  - Printing
  - Boot and Init
  - Other
- Applications
  - Development
- Interpreters
- Code generators
- Development environments
- Tools
  - Sciences
- Astronomy 
- Biology 
- Chemistry
- Computer science
- Geosciences 
- Mathematics
- Physics
- Other
  - Communications
  - Editors
  - Emulators
  - Archiving
 - Compression
 - Cd burning
 - Backup
 - Other
  - Monitoring
  - Publishing
  - Terminals
  - Shells
  - File tools
  - Text tools
- Documentation
- Office
- Networking
  - File transfer
  - IRC
  - ICQ
  - Chat
  - News
  - Mail
  - WWW
  - Remote access
  - Other
- Amusement
  - Adventure
  - Arcade
  - Boards
  - Cards
  - Puzzles
  - Sports
  - Strategy
  - Other
  - Toys
- Multimedia
  - Sound
  - Graphics
  - Video
- Session...
  - Windowmanagers...
  - Restart session
  - Exit session

-- 
  Jerome Martin  <[EMAIL PROTECTED]> 
  Quality Assurance  



Re: [Cooker] xmms_config

2000-03-13 Thread Pablo Saratxaga

Kaixo!

On Sun, Mar 12, 2000 at 10:23:14PM -0700, Vincent Danen wrote:

> Where is this script?  There's a couple things I'm trying to install for
> xmms, and all of them rely on or ask for xmms_config.  If this is in the
> xmms RPMs, where can I find it?

It is an error of the programs you are trying to compile; the name is
'xmms-config' and not 'xmms_config'.

It comes in the xmms-devel package (more and more *-devel packages come with
a *-config script that outputs all the needed things for gcc and ld to know)

-- 
Ki ça vos våye bén,
Pablo Saratxaga

http://www.ping.be/~pin19314/   PGP Key available, key ID: 0x8F0E4975



[Cooker] hackgimp and sane good job

2000-03-13 Thread WH Bouterse

Did the -Uvh thing for
hackgimp-1.1.18-2mdk and sane-1.0.2-1mdk

They all installed flawlessly, Good job.

Now to see if Xsane integrates properly.
Has anyone considered an mdk rpm for it?
I'm "code challenged" or would attempt it.
http://www.wolfsburg.de/~rauch/sane/sane-xsane.html

The developer is a helpful sort of person!

William Bouterse
Alaska



Re: [Cooker] XFree86 4.0

2000-03-13 Thread Nitin Raja Bhatia

use the --nodeps


WH Bouterse wrote:
> 
> Chmouel Boudjnah wrote:
> >
> > Alex Adriaanse <[EMAIL PROTECTED]> writes:
> >
> > > Will XFree86 4.0 be included with the next version of Mandrake?
> >
> > Right now we have only in the contrib. XFree86 change a lot of
> > things.
> 
> Getting the XFree 4 rpms from Contrib/Cooker 3/13/00
> Attempting the basic rpm -Uvh with my hybrid Cooker...
> 
> [root@mentastacenter bill2]# rpm -Uvh XFree*
> error: failed dependencies:
> libGLU.so.1 is needed by fsv-0.9-1mdk
> libGLU.so.1 is needed by pygtk-glarea-0.6.2-8mdk
> libGLU.so.1 is needed by Mesa-demos-3.1-7mdk
> libGLU.so.1 is needed by perl-PDL-2.003-5mdk
> libGLU.so.3 is needed by qt-qgl-1.44-15mdk
> libGLU.so.3 is needed by
> xscreensaver-gl-3.18-3mdk
> libGLU.so.3 is needed by xlockmore-4.15-3mdk
> libGLU.so.3 is needed by
> xtraceroute-0.8.14-8mdk
> libglut.so.3 is needed by Mesa-demos-3.1-7mdk
> XFree86=3.3.6-8mdk is needed by XFree86-XF86Setup-3.3.6-8mdk
> 
> Any thoughts?
> 
> William Bouterse
> Alaska

-- 
 Nitin Raja Bhatia: <[EMAIL PROTECTED]>
/\
|ICQ: 3417925  | "Where I want to go today is LINUX" |
|IRC: #Linux-Mandrake on irc.openprojects.net|
|WEB: http://www.linuxgiant.com  | 
\/



Re: [Cooker] XFree86 4.0

2000-03-13 Thread WH Bouterse

Chmouel Boudjnah wrote:
> 
> Alex Adriaanse <[EMAIL PROTECTED]> writes:
> 
> > Will XFree86 4.0 be included with the next version of Mandrake?
> 
> Right now we have only in the contrib. XFree86 change a lot of
> things.


Getting the XFree 4 rpms from Contrib/Cooker 3/13/00
Attempting the basic rpm -Uvh with my hybrid Cooker...

[root@mentastacenter bill2]# rpm -Uvh XFree*
error: failed dependencies:
libGLU.so.1 is needed by fsv-0.9-1mdk
libGLU.so.1 is needed by pygtk-glarea-0.6.2-8mdk
libGLU.so.1 is needed by Mesa-demos-3.1-7mdk
libGLU.so.1 is needed by perl-PDL-2.003-5mdk
libGLU.so.3 is needed by qt-qgl-1.44-15mdk
libGLU.so.3 is needed by
xscreensaver-gl-3.18-3mdk  

libGLU.so.3 is needed by xlockmore-4.15-3mdk
libGLU.so.3 is needed by
xtraceroute-0.8.14-8mdk
   
libglut.so.3 is needed by Mesa-demos-3.1-7mdk
XFree86=3.3.6-8mdk is needed by XFree86-XF86Setup-3.3.6-8mdk

Any thoughts? 

William Bouterse
Alaska



Re: [Cooker] gnome helix

2000-03-13 Thread OS

'cos the panel is enclined to crash when running under E !

On Sun, 12 Mar 2000, you wrote:
> On Sat, 11 Mar 2000, Lord And Master;) wrote:
> 
> > I hope that the new helix mandrake rpms that are comming will support
> > enlightenment... sawmill is cool but I like My enlightenment!!
> > 
> > 
> > 
> > other than that doing a carefull upgrade of most of the rpms that came
> > with 7.0 worked good
> > 
> > 
> > -DarkWlf
>  
>  
> Why would they stop... Sawmill is just the default.. 
> 
> -- 
> MandrakeSoft  http://www.mandrakesoft.com/
> --Axalon



[Cooker] Re: [Contrib-Rpm] php-3.0.14-1mdk

2000-03-13 Thread Daouda LO

Jean-Michel Dault a écrit :

> Daouda, you're really late. 3.0.15 has been in Cooker since 2 weeks!...

yes . When i built this package i didn't care about the name : in cooker the
name of the packages are mod-php and i thought php wasn't present in the distrib.
sorry ;-)

>
>
> Jean-Michel Dault
> [EMAIL PROTECTED]
>
> On Sat, 11 Mar 2000, Daouda LO wrote:
>
> > [Contrib-RPM]
> >
> > --=-=-=
> > Name: php Distribution: Mandrake
> > Version : 3.0.14Vendor: MandrakeSoft
> > Release : 1mdk  Build Date: Sat Mar 11 06:19:02 2000
> > Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
> > Group   : System Environment/DaemonsSource RPM: (none)
> > Size: 1908666
> > Packager: Daouda LO <[EMAIL PROTECTED]>
> > Summary : The PHP HTML-embedded scripting language for use with Apache.
> > Description :
> > PHP is an HTML-embedded scripting language.  PHP attempts to make it
> > easy for developers to write dynamically generated web pages.  PHP
> > also offers built-in database integration for several commercial and
> > non-commercial database management systems, so writing a
> > database-enabled web page with PHP is fairly simple.  The most common
> > use of PHP coding is probably as a replacement for CGI scripts.  The
> > mod_php module enables the Apache web server to understand and process
> > the embedded PHP language in web pages.
> >
> > This package contains PHP version 3.0.  If you use applications which
> > specifically rely on PHP/FI (PHP v2 and earlier), you should instead
> > install the PHP/FI module contained in the phpfi package.  If you're
> > just starting with PHP, you should install this package.  You'll also
> > need to install the Apache web server.
> >
> > --=-=-=
> >
> > * Sat Mar 11 2000 Daouda LO <[EMAIL PROTECTED]>
> >
> > - Mandrake first spec
> > - postgresql support
> > - mysql support
> > - ldap support
> > - coming soon :imap support. ;-)
> >
> > --
> > To unsubscribe send a mail to [EMAIL PROTECTED] with
> > Subject: unsubscribe changelog
> >

--
  /\
 --^^/°°\^^--
| Daouda LOemail:[EMAIL PROTECTED] |
| MandrakeSoft SA|
| working on KDE-Gnome interoperability. |
 





[Cooker] Solution à mon problème..

2000-03-13 Thread Emmanuel Paré

Erreur stupide! (quand je t'es appelé) on broadcastait du v2 alors que le
router n'acceptait uniquement du v1 :)
la ca marche a merveille! au fait as tu deja monter un linuxvirtual server
(LVS)?  J'ai fini le mien à 90% il me reste a sécuriser le tout..

A+ et bon voyage!
emman

- Original Message -
From: "Jean-Michel Dault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Changelog List" <[EMAIL PROTECTED]>
Sent: Monday, March 13, 2000 11:54 AM
Subject: [Cooker] Re: [Contrib-Rpm] php-3.0.14-1mdk


>
> Daouda, you're really late. 3.0.15 has been in Cooker since 2 weeks!...
>
> Jean-Michel Dault
> [EMAIL PROTECTED]
>
> On Sat, 11 Mar 2000, Daouda LO wrote:
>
> > [Contrib-RPM]
> >
> > --=-=-=
> > Name: php Distribution: Mandrake
> > Version : 3.0.14Vendor: MandrakeSoft
> > Release : 1mdk  Build Date: Sat Mar 11
06:19:02 2000
> > Install date: (not installed)   Build Host:
kenobi.mandrakesoft.com
> > Group   : System Environment/DaemonsSource RPM: (none)
> > Size: 1908666
> > Packager: Daouda LO <[EMAIL PROTECTED]>
> > Summary : The PHP HTML-embedded scripting language for use with
Apache.
> > Description :
> > PHP is an HTML-embedded scripting language.  PHP attempts to make it
> > easy for developers to write dynamically generated web pages.  PHP
> > also offers built-in database integration for several commercial and
> > non-commercial database management systems, so writing a
> > database-enabled web page with PHP is fairly simple.  The most common
> > use of PHP coding is probably as a replacement for CGI scripts.  The
> > mod_php module enables the Apache web server to understand and process
> > the embedded PHP language in web pages.
> >
> > This package contains PHP version 3.0.  If you use applications which
> > specifically rely on PHP/FI (PHP v2 and earlier), you should instead
> > install the PHP/FI module contained in the phpfi package.  If you're
> > just starting with PHP, you should install this package.  You'll also
> > need to install the Apache web server.
> >
> > --=-=-=
> >
> > * Sat Mar 11 2000 Daouda LO <[EMAIL PROTECTED]>
> >
> > - Mandrake first spec
> > - postgresql support
> > - mysql support
> > - ldap support
> > - coming soon :imap support. ;-)
> >
> > --
> > To unsubscribe send a mail to [EMAIL PROTECTED] with
> > Subject: unsubscribe changelog
> >
>



[Cooker] Re: [Contrib-Rpm] php-3.0.14-1mdk

2000-03-13 Thread Jean-Michel Dault


Daouda, you're really late. 3.0.15 has been in Cooker since 2 weeks!...

Jean-Michel Dault
[EMAIL PROTECTED]

On Sat, 11 Mar 2000, Daouda LO wrote:

> [Contrib-RPM]
> 
> --=-=-=
> Name: php Distribution: Mandrake
> Version : 3.0.14Vendor: MandrakeSoft
> Release : 1mdk  Build Date: Sat Mar 11 06:19:02 2000
> Install date: (not installed)   Build Host: kenobi.mandrakesoft.com
> Group   : System Environment/DaemonsSource RPM: (none)
> Size: 1908666
> Packager: Daouda LO <[EMAIL PROTECTED]>
> Summary : The PHP HTML-embedded scripting language for use with Apache.
> Description :
> PHP is an HTML-embedded scripting language.  PHP attempts to make it
> easy for developers to write dynamically generated web pages.  PHP
> also offers built-in database integration for several commercial and
> non-commercial database management systems, so writing a
> database-enabled web page with PHP is fairly simple.  The most common
> use of PHP coding is probably as a replacement for CGI scripts.  The
> mod_php module enables the Apache web server to understand and process
> the embedded PHP language in web pages.
> 
> This package contains PHP version 3.0.  If you use applications which
> specifically rely on PHP/FI (PHP v2 and earlier), you should instead
> install the PHP/FI module contained in the phpfi package.  If you're
> just starting with PHP, you should install this package.  You'll also
> need to install the Apache web server.
> 
> --=-=-=
> 
> * Sat Mar 11 2000 Daouda LO <[EMAIL PROTECTED]>
> 
> - Mandrake first spec
> - postgresql support 
> - mysql support 
> - ldap support
> - coming soon :imap support. ;-)
> 
> -- 
> To unsubscribe send a mail to [EMAIL PROTECTED] with 
> Subject: unsubscribe changelog
> 



Re: [Cooker] XFree86 4.0

2000-03-13 Thread Chmouel Boudjnah

Alex Adriaanse <[EMAIL PROTECTED]> writes:

> Will XFree86 4.0 be included with the next version of Mandrake?

Right now we have only in the contrib. XFree86 change a lot of
things.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
Pasadena, CA USA  --Chmouel



[Cooker] XFree86 4.0

2000-03-13 Thread Alex Adriaanse

Hi,

Will XFree86 4.0 be included with the next version of Mandrake?

Thanks.

-Alex Adriaanse



[Cooker] Menu system structure

2000-03-13 Thread Warly


Here is the menu structure we now use for Mandrake
packages. Please make your packages compliant with it ASAP,
contact me or [EMAIL PROTECTED] for any questions.

Do not forget all documentation is centralized in intranet/qa.

 snip - snip 

- Configuration
  - Hardware
  - Packaging
  - Networking
  - Printing
  - Boot and Init
  - Other
- Applications
  - Development
- Interpreters
- Code generators
- Development environments
- Tools
  - Sciences
- Astronomy 
- Biology 
- Chemistry
- Computer science
- Geosciences 
- Mathematics
- Physics
- Other
  - Communications
  - Editors
  - Emulators
  - Archiving
 - Compression
 - Cd burning
 - Backup
 - Other
  - Monitoring
  - Publishing
  - Terminals
  - Shells
  - File tools
  - Text tools
- Documentation
- Office
- Networking
  - File transfer
  - IRC
  - ICQ
  - Chat
  - News
  - Mail
  - WWW
  - Remote access
  - Other
- Amusement
  - Adventure
  - Arcade
  - Boards
  - Cards
  - Puzzles
  - Sports
  - Strategy
  - Other
  - Toys
- Multimedia
  - Sound
  - Graphics
  - Video
- Session...
  - Windowmanagers...
  - Restart session
  - Exit session

-- 
  Jerome Martin  <[EMAIL PROTECTED]> 
  Quality Assurance  



RE: [Cooker] xmms_config

2000-03-13 Thread Vincent Danen

On Mon, 13 Mar 2000, geoffrey lee wrote:

> i know what you are experiencing right now. i've already sent a .spec fix up
> here..but no one has applied it yet :( :(

Hmmm... maybe I can do it...

> if you cannot wait, please use this spec diff for xmms.
> i've not tested it (too lazy to compile), but i don't see why it should not
> work.

I'll give it a shot... thanx, Geoffrey.

-- 
[EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
Freezer Burn BBS:  telnet://bbs.freezer-burn.org . ICQ: 54924721
Webmaster for the Linux Portal Site Freezer Burn:  http://www.freezer-burn.org



Re: [Cooker] Re: [CHRPM] cdrecord-1.8a29-5mdk

2000-03-13 Thread Stefan van der Eijk

> Why is there still the old "alpha" in cooker, when
> the stable version was announced on 13th Feb. 2000, and
> even a 1.8.1a2 version exists? 
Go for it!!! If you have the time, please propose a new / updates package.
maybe a hackcdrecord-1.1.1a2 is a ncie contribution for the contrib...

So long,

Stefan



Re: [Cooker] locales problem

2000-03-13 Thread Andreas Simon

David Carvalho wrote:
> 
> Pablo Saratxaga wrote:
> >
> > Kaixo!
> >
> > On Sat, Mar 11, 2000 at 12:50:55PM -0600, David Foresman wrote:
> >
> > > fresh install of cooker from a couple of days ago.
> > > I get this error when i try to compile something.
> > >
> > > perl: warning: Setting locale failed.
> > > perl: warning: Please check that your locale settings:
> > > LANGUAGE = "en",
> > > LC_ALL = "en",
> > > LANG = "en"
> > > are supported and installed on your system.
> >
> > Install the package 'locales-en'.
> > (Strange it hasn't been installed)
> >
> > --
> >
> 
> That happened to me also. I had the locales-en installed , then after a
> fresh rsync from sunet 2 days ago , these weirdness started here in my
> box. After a rpm -qa|grep locale  , I discovered thar the locales-en
> package was deleted either from rpm's DB as from my box itself.


Yes, I got the very same problem. I made a forced reinstall of
locales-en-2.2-2mdk.noarch.rpm but the problem is still there.
Not only perl gives me nice warning, also GTK-programms complain

Gdk-WARNING **: locale not supported by C library

Can it be, that there are some mo files missing in the new
glibc package? It is only about 4MB big. I remeber the older
ones were 8MB.

Best regards
~Andreas



[Cooker] Re: [CHRPM] cdrecord-1.8a29-5mdk

2000-03-13 Thread Jürgen Zimmermann

Why is there still the old "alpha" in cooker, when
the stable version was announced on 13th Feb. 2000, and
even a 1.8.1a2 version exists? 

So long,
  Juergen



RE: [Cooker] xmms_config

2000-03-13 Thread geoffrey lee

hi,

i know what you are experiencing right now. i've already sent a .spec fix up
here..but no one has applied it yet :( :(

if you cannot wait, please use this spec diff for xmms.
i've not tested it (too lazy to compile), but i don't see why it should not
work.


geoffrey lee (snail talk)


> -Original Message-
> From: Vincent Danen [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 13, 2000 1:24 PM
> To: Mandrake Cooker Mailing List
> Subject: [Cooker] xmms_config
>
>
> Where is this script?  There's a couple things I'm trying to install for
> xmms, and all of them rely on or ask for xmms_config.  If this is in the
> xmms RPMs, where can I find it?
>
> --
> [EMAIL PROTECTED], OpenPGP key available on www.keyserver.net
> Freezer Burn BBS:  telnet://bbs.freezer-burn.org . ICQ: 54924721
> Webmaster for the Linux Portal Site Freezer Burn:
http://www.freezer-burn.org

 xmms.diff


RE: [Cooker] licq

2000-03-13 Thread geoffrey lee

hi,

what you write an rpm file, you will need a spec file. this is a much
revised spec file for licq, which fixes quite a number of problems and also
adds a gtk based gui plugin for thsoe who want it.

you cannot do anything with the spec right now. it's only for those who are
interested to see how i've changed it.


> -Original Message-
> From: OFFROY Jerome Free [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 13, 2000 3:00 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [Cooker] licq
>
>
> i am intrestv in licq but i don't know what to do with the .spec
> can you explain it to me?
>