[MPlayer-users] debian packaging and configuration
Moritz Bunkus
moritz at bunkus.org
Wed Jan 8 00:29:24 CET 2003
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
--
==> Ciao, Mosu (Moritz Bunkus)
More information about the MPlayer-users
mailing list