simon.eigeldinger | 21 Dec 2010 07:36
Picon
Favicon

Compiling MPlayer using MinGW on Debian?

Hello,

It's me again.

I plan to offer automatic builds of MPlayer for Windows.
I have a Debian server at home and I want to compile MPlayer on it.

Which packages do I need from the debian repository and how do I need 
to compile MPlayer using MinGW under Debian?

I am running Debian Testing.

Your help would be greatly apreciated.

Thanks in advance.

Greetings,
Simon

--
Simon Eigeldinger
simon.eigeldinger <at> vol.at
Reimar Döffinger | 21 Dec 2010 09:17
Picon
Picon

Re: Compiling MPlayer using MinGW on Debian?

On Tue, Dec 21, 2010 at 07:36:20AM +0100, simon.eigeldinger <at> vol.at wrote:
> It's me again.
> 
> I plan to offer automatic builds of MPlayer for Windows.
> I have a Debian server at home and I want to compile MPlayer on it.
> 
> Which packages do I need from the debian repository and how do I
> need to compile MPlayer using MinGW under Debian?

Don't have much time to reply properly, but have a look in DOCS/tech,
I think I documented this once in the hope to get at least one other
developer to test if their changes at least compile on Windows.
mingw-crosscompile.txt it should be.
Please help improve that if something is unclear or outdated, I suspect
nobody ever read it!
simon.eigeldinger | 21 Dec 2010 11:16
Picon
Favicon

Re: Compiling MPlayer using MinGW on Debian?

Hello Reimar,

On Tue, 21 Dec 2010 09:17:45 +0100
  Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> wrote:
> On Tue, Dec 21, 2010 at 07:36:20AM +0100, simon.eigeldinger <at> vol.at 
>wrote:
>> It's me again.
>> 
>> I plan to offer automatic builds of MPlayer for Windows.
>> I have a Debian server at home and I want to compile MPlayer on it.
>> 
>> Which packages do I need from the debian repository and how do I
>> need to compile MPlayer using MinGW under Debian?
> 
> Don't have much time to reply properly, but have a look in 
>DOCS/tech,
> I think I documented this once in the hope to get at least one other
> developer to test if their changes at least compile on Windows.
> mingw-crosscompile.txt it should be.
> Please help improve that if something is unclear or outdated, I 
>suspect
> nobody ever read it!

There is a .tar.bz2 file which contains various dependencies.
Do i need to recompile them or does debian already comes with those?
Do they need some special compilation or is it just the standard way 
to compile things?

$ ./configure
$ make
(Continue reading)

Reimar Döffinger | 21 Dec 2010 11:26
Picon
Picon

Re: Compiling MPlayer using MinGW on Debian?

On 21 dec 2010, at 11:16, <simon.eigeldinger <at> vol.at> wrote:

> Hello Reimar,
> 
> On Tue, 21 Dec 2010 09:17:45 +0100
> Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> wrote:
>> On Tue, Dec 21, 2010 at 07:36:20AM +0100, simon.eigeldinger <at> vol.at wrote:
>>> It's me again.
>>> I plan to offer automatic builds of MPlayer for Windows.
>>> I have a Debian server at home and I want to compile MPlayer on it.
>>> Which packages do I need from the debian repository and how do I
>>> need to compile MPlayer using MinGW under Debian?
>> Don't have much time to reply properly, but have a look in DOCS/tech,
>> I think I documented this once in the hope to get at least one other
>> developer to test if their changes at least compile on Windows.
>> mingw-crosscompile.txt it should be.
>> Please help improve that if something is unclear or outdated, I suspect
>> nobody ever read it!
> 
> There is a .tar.bz2 file which contains various dependencies.
> Do i need to recompile them or does debian already comes with those?
> Do they need some special compilation or is it just the standard way to compile things?
> 
> $ ./configure
> $ make
> 
> or is it quite difficult to compile them?

Not particularly, it's just a bit inconvenient.

(Continue reading)

simon.eigeldinger | 21 Dec 2010 11:45
Picon
Favicon

Re: Compiling MPlayer using MinGW on Debian?

Hello Reimar,

On Tue, 21 Dec 2010 11:26:39 +0100
  Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> wrote:

[compiling mplayer under debian using mingw as suggested in the 
document under tech]

>> There is a .tar.bz2 file which contains various dependencies.
>> Do i need to recompile them or does debian already comes with those?
>> Do they need some special compilation or is it just the standard way 
>>to compile things?
>> 
>> $ ./configure
>> $ make
>> 
>> or is it quite difficult to compile them?
> 
> Not particularly, it's just a bit inconvenient.

Yeah. But if I would be able to put it into the automatic process it 
would be not that much inconvenient.

Debian seems not to offer such packages.

I also thought if it is possible or difficult if the package could be 
rebuilt on the mplayer server so everyone who wants to compile it on 
mingw just could grab the package like described in the howto?

Greetings,
(Continue reading)

Reimar Döffinger | 22 Dec 2010 12:37
Picon
Picon

Re: Compiling MPlayer using MinGW on Debian?

On Tue, Dec 21, 2010 at 11:45:58AM +0100, simon.eigeldinger <at> vol.at wrote:
> On Tue, 21 Dec 2010 11:26:39 +0100
>   Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> wrote:
> >> There is a .tar.bz2 file which contains various dependencies.
> >> Do i need to recompile them or does debian already comes with those?
> >> Do they need some special compilation or is it just the standard way 
> >>to compile things?
> >> 
> >> $ ./configure
> >> $ make
> >> 
> >> or is it quite difficult to compile them?
> > 
> > Not particularly, it's just a bit inconvenient.
> 
> Yeah. But if I would be able to put it into the automatic process it 
> would be not that much inconvenient.
> 
> Debian seems not to offer such packages.

Not currently, but if someone volunteered to maintain them they might
accept libfreetype-mingw etc. packages, particularly if they are created
from the same source just with a few different configure options from
the debian ones.

> I also thought if it is possible or difficult if the package could be 
> rebuilt on the mplayer server so everyone who wants to compile it on 
> mingw just could grab the package like described in the howto?

I don't think there's a chance of any automated compilation running on the main
(Continue reading)

simon.eigeldinger | 22 Dec 2010 13:49
Picon
Favicon

Re: Compiling MPlayer using MinGW on Debian?

Hello,

On Wed, 22 Dec 2010 12:37:02 +0100
  Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> wrote:

[Libs for MinGW to compile MPlayer]

>> I also thought if it is possible or difficult if the package could 
>>be 
>> rebuilt on the mplayer server so everyone who wants to compile it on 
>> mingw just could grab the package like described in the howto?
> 
> I don't think there's a chance of any automated compilation running 
>on the main
> server.

Or maybe or another server?

Or can you show me how to compile my own libs so i can do automated 
builds of MPlayer? With this i want to support current MPlayer builds 
on Windows.

Or maybe its easier to compile using cygwin randomly.

Greetings,
Simon
_______________________________________________
MPlayer-cygwin mailing list
MPlayer-cygwin <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-cygwin
(Continue reading)


Gmane