[MPlayer-users] debian packaging and configuration

Julien WAJSBERG flash at minet.net
Wed Jan 8 01:02:00 CET 2003


On Wed, 8 Jan 2003, Moritz Bunkus wrote:

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> Hi.
>
> > Whenever I compile mplayer I use:
> > ./configure --lots-of-options ; fakeroot debian/rules binary
> > which would build a package with my configuration options.
>
> The 'proper' way of doing it is with exporting DEB_BUILD_OPTIONS first:
>
> export DEB_BUILD_OPTIONS="--enable-qtx-codecs --eat-more-fish"
> fakeroot...
>
> or shorter
>
> DEB_BUILD_OPTIONS="--eat-more-fish --etc" fakeroot...
>
> Alternatively (the 'wrong' way) run configure and then do
>
> touch configure-stamp
>

"My" way: keep a modified version of debian/rules.mine with the options I
want in the configure line :)
It works well since debian/rules doesn't change very often... :)

-- 
Julien



More information about the MPlayer-users mailing list