Re: sdl-config file for Alien::SDL

2012-07-10 Thread Kartik Thakore
Oops I meant 'sdl-config.pl'

On Tue, Jul 10, 2012 at 4:34 PM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯  wrote:

> > It will be sdl-config -p
> You can't do that. When Alien::SDL containing a
> {bin,script}/sdl-config is packaged as perl-Alien-SDL.rpm, this
> resulting /usr/bin/sdl-config conflicts with the
> already existing /usr/bin/sdl-config from libSDL-devel.rpm.
>
> You can disregard that advice, be prepared for packagers renaming the
> file (each distro differently) and a bug report each.
>


Re: sdl-config file for Alien::SDL

2012-07-10 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
> It will be sdl-config -p
You can't do that. When Alien::SDL containing a
{bin,script}/sdl-config is packaged as perl-Alien-SDL.rpm, this
resulting /usr/bin/sdl-config conflicts with the
already existing /usr/bin/sdl-config from libSDL-devel.rpm.

You can disregard that advice, be prepared for packagers renaming the
file (each distro differently) and a bug report each.


signature.asc
Description: PGP signature


Re: sdl-config file for Alien::SDL

2012-07-10 Thread agraham

On 07/10/2012 03:24 PM, Kartik Thakore wrote:

It will be sdl-config -p

Kartik Thakore

On 2012-07-10, at 4:56 AM, "Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯"  wrote:


sdl-config is already part of the package libSDL-devel. Name it
alien-sdl-config or something.


Guys,

Does this means Alien::SDL package will no longer be required when 
building perl-SDL?


Albert


Re: sdl-config file for Alien::SDL

2012-07-10 Thread Kartik Thakore
It will be sdl-config -p

Kartik Thakore

On 2012-07-10, at 4:56 AM, "Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯"  wrote:

> sdl-config is already part of the package libSDL-devel. Name it
> alien-sdl-config or something.


Re: sdl-config file for Alien::SDL

2012-07-10 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
sdl-config is already part of the package libSDL-devel. Name it
alien-sdl-config or something.


signature.asc
Description: PGP signature


Re: sdl-config file for Alien::SDL

2012-07-09 Thread Tobias Leich
Good idea.

Ticket?

Am 09.07.2012 01:41, schrieb Kartik Thakore:
> Hey guys,
>
> I am proposing Alien::SDL makes sdl-config available as a script file. It
> would just print out config('libs') and etc. This way it makes it the same
> as using `sdl-config ...` in other XS projects. It is a pain to always to
> use Alien::SDL and so on.
>
>
> Regards
>