Retourner au contenu associé (dépêche : Sortie de mplayer 0.90 rc4)
Posté par matiasf le 11 février 2003 à 18:30. En réponse à la dépêche Sortie de mplayer 0.90 rc4. Évalué à 0.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: mplayer vs Debian
Posté par matiasf . En réponse à la dépêche Sortie de mplayer 0.90 rc4. Évalué à 0.
./configure \
--target=%{_target_platform} \ # normalement inutil
--prefix=%{_prefix} \
--datadir=%{_datadir}/mplayer \
--confdir=%{_sysconfdir}/mplayer \
--mandir=%{_mandir} \
--enable-gui \
--enable-largefiles \
--enable-win32 \
--with-win32libdir=%{_libdir}/win32 \
--enable-joystick \
--disable-mpdvdkit \
%{!?_with_dvdnav:--disable-dvdnav} \
%{?_without_alsa:--disable-alsa} \
%{?_without_aalib:--disable-aa} \
%{?_without_lirc:--disable-lirc} \
%{?_without_cdparanoia:--disable-cdparanoia} \
%{!?_without_cdparanoia:--with-cdparanoiaincdir=%{_includedir}/cdda} \
%{?_without_libdv:--disable-libdv} \
%{?_without_arts:--disable-arts} \
%{?_without_esd:--disable-esd} \
--enable-runtime-cpudetection \
--enable-shared-pp \
--enable-i18n
make
make install
çà doit marcher. suffit de remplacer des %{} par ce qui va bien (par exemple $HOME/mplayer, $HOME/mplayer/man , etc...
Ne pas oublier de fixer un LD_LIBRARY_PATH qui va bien. Pour facilité, le mieux est d'installer libdvdread, etc... avec le même prefix.