ITP: kmplayer -- media player for KDE

2006-03-30 Thread Fathi Boudra
Package: wnpp Severity: wishlist Owner: Fathi Boudra [EMAIL PROTECTED] * Package name: kmplayer Version : 0.9.2-pre3 Upstream Author : Koos Vriezen [EMAIL PROTECTED] * URL : http://kmplayer.kde.org/ * License : GPL-2 Description : media player for KDE

question about CFLAGS modifiers to ./configure

2006-03-30 Thread Miriam Ruiz
Hi, DebHelper uses by default (in the pre-made templates) -Wl,-z,defs in CFLAGS when running ./configure CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure --host=$(DEB_HOST_GNU_TYPE) ... I'm packaging a program (with some libraries in it) that won't compile with them unless you explicitly modify

Re: question about CFLAGS modifiers to ./configure

2006-03-30 Thread Justin Pryzby
On Thu, Mar 30, 2006 at 06:23:38PM +0200, Miriam Ruiz wrote: Hi, DebHelper uses by default (in the pre-made templates) -Wl,-z,defs in CFLAGS when running ./configure CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure --host=$(DEB_HOST_GNU_TYPE) ... I'm packaging a program (with some libraries

Re: question about CFLAGS modifiers to ./configure

2006-03-30 Thread Darren Salt
I demand that Miriam Ruiz may or may not have written... DebHelper uses by default (in the pre-made templates) -Wl,-z,defs in CFLAGS when running ./configure CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure --host=$(DEB_HOST_GNU_TYPE) ... -Wl,-z,defs in CFLAGS causes warnings about unused linker

Re: question about CFLAGS modifiers to ./configure

2006-03-30 Thread Justin Pryzby
On Thu, Mar 30, 2006 at 08:23:38PM +0100, Darren Salt wrote: I demand that Miriam Ruiz may or may not have written... DebHelper uses by default (in the pre-made templates) -Wl,-z,defs in CFLAGS when running ./configure CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure

Re: question about CFLAGS modifiers to ./configure

2006-03-30 Thread Steve Langasek
On Thu, Mar 30, 2006 at 06:23:38PM +0200, Miriam Ruiz wrote: DebHelper uses by default (in the pre-made templates) -Wl,-z,defs in CFLAGS when running ./configure CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure --host=$(DEB_HOST_GNU_TYPE) ... I'm packaging a program (with some libraries in it)

Re: question about CFLAGS modifiers to ./configure

2006-03-30 Thread Miriam Ruiz
--- Steve Langasek [EMAIL PROTECTED] escribió: This is discussed in policy 10.2. If your libraries are failing to link when using -z,defs, that's a bug in those libraries; anything that references symbols from other libraries on the system needs to link against those libraries. Thanks, I