> oar contre l'avantage s'il ne l'est pas est de pouvoir choisir les options et de n'installer les packages qu'elles necessitent que si elles sont activées
C'est aussi possible avec rpm.
Extrait du fichier alsa-driver.spec
Available rpmbuild rebuild options :
--without : isapnp sequencer oss
You may also recompile for given cards only by calling rpmbuild with :
--define "cards card1,card2,card3"
(the default is "cards all")
You may also recompile for a given kernel version and arch with :
--define "kernel <uname -r output>"
(for example "kernel 2.4.20-9")
--target
[^] # Re: Gentoo 1.4 est (enfin) sortie
Posté par ptit_tux . En réponse à la dépêche Gentoo 1.4 est (enfin) sortie. Évalué à 0.
C'est aussi possible avec rpm.
Extrait du fichier alsa-driver.spec
Available rpmbuild rebuild options :
--without : isapnp sequencer oss
You may also recompile for given cards only by calling rpmbuild with :
--define "cards card1,card2,card3"
(the default is "cards all")
You may also recompile for a given kernel version and arch with :
--define "kernel <uname -r output>"
(for example "kernel 2.4.20-9")
--target
...
%build
%configure \
--with-kernel=/usr/src/linux-%{kversion} \
--with-moddir=/lib/modules/%{kernel}/kernel/sound \
%{?_without_isapnp:--with-isapnp=no} \
%{?_without_sequencer:--with-sequencer=no} \
%{?_without_oss:--with-oss=no} \
--with-cards=%{cards}
...
Par contre Gentoo a d'autres avantages. j'en cause plus bas.