| ||||||||
Nouvel astucien | Bonjour à tous,
J'ai installé la Fedora Core 4 il y a quelques jours et j'ai quelques problèmes pour installer certains logiciels. Par exemple impossible d'installer mplayer, il manque toujours quelque chose ! Je vous mets ce que m'affiche le terminal ce sera plus simple...
Là c'est en essayant avec un rpm :
[code][root@localhost mplayer]# yum install mplayer-1.0pre7try2-2.i386.rpm
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
Examining mplayer-1.0pre7try2-2.i386.rpm: mplayer - 4:1.0pre7try2-2.i386
Marking mplayer-1.0pre7try2-2.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mplayer.i386 4:1.0pre7try2-2 set to be updated
--> Running transaction check
--> Processing Dependency: libmp3lame.so.0 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libmp3lame.so.0 is needed by package mplayer[/code]
Il me demande libmp3lame.so.0 alors j'ai installé lame et depuis le fichier se trouve dans /usr/local/lib, mais ça ne change rien.
J'ai aussi essayé en compilant les sources. Déjà je suis obligé d'ajouter --disable-gcc-checking à ./configure car j'ai gcc4 et il attend une version antérieure si j'ai bien compris. Ensuite voila ce que j'ai :
[code][root@localhost MPlayer-1.0pre7try2]# ./configure --prefix=/usr --enable-shared-pp --enable-gui --language=fr --disable-gcc-checking
Detected operating system: Linux
Detected host architecture: i386
******************************************************************************
Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.html???
DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault!
Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
Lame which is used by mencoder produces weird errors, too.
If you have any problem, install a GCC 2.95.x or 3.x version and try again.
If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html !
*** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
******************************************************************************
Checking for host cc ... cc
Checking for CPU vendor ... AuthenticAMD (6:8:0)
Checking for CPU type ... AMD Athlon(TM) XP 2200+
Checking for GCC & CPU optimization abilities ... athlon-4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of 3dnow ... yes
Checking for kernel support of 3dnowex ... yes
Checking for kernel support of sse ... yes
Checking for mtrr support ... yes
//etc...
Checking for XMMS inputplugin support ... no
Checking for inet6 ... yes
Checking for gethostbyname2 ... yes
Checking for GUI ... yes
Checking for XShape extension ... yes
Checking for GTK version ...
Error: The GUI requires GTK devel packages (which were not found).
Check "configure.log" if you do not understand why it failed.[/code]
Donc j'ai fait un up2date gtk2-devel, il me fait la mise à jour mais encore une fois ça ne change rien.
J'ai aussi essayé en désactivant l'option --enable-gui pour voir :
[code][root@localhost MPlayer-1.0pre7try2]# ./configure --prefix=/usr --enable-shared-pp --language=fr --disable-gcc-checking
Detected operating system: Linux
Detected host architecture: i386
******************************************************************************
Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.html???
DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault!
Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
Lame which is used by mencoder produces weird errors, too.
If you have any problem, install a GCC 2.95.x or 3.x version and try again.
If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html !
*** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
******************************************************************************
Checking for host cc ... cc
Checking for CPU vendor ... AuthenticAMD (6:8:0)
Checking for CPU type ... AMD Athlon(TM) XP 2200+
Checking for GCC & CPU optimization abilities ... athlon-4
Checking for kernel support of mmx ... yes
Checking for kernel support of mmx2 ... yes
Checking for kernel support of 3dnow ... yes
Checking for kernel support of 3dnowex ... yes
Checking for kernel support of sse ... yes
Checking for mtrr support ... yes
//etc...
Creating config.h
Creating libvo/config.mak
Creating libao2/config.mak
Creating libaf/config.mak
Config files successfully generated by ./configure !
Install prefix: /usr
Data directory: /usr/share/mplayer
Config direct.: /usr/etc/mplayer
Byte order: little-endian
Optimizing for: athlon-4 mmx mmx2 3dnow 3dnowex sse mtrr
Languages:
Messages/GUI: fr
Manual pages: fr en
Enabled optional drivers:
Input: ftp network edl tv matroska mpdvdkit2 vcd dvb smb
Codecs: qtx libavcodec real dshow/dmo win32 faad2(internal) libmpeg2 liba52 mp3lib tremor(internal)
Audio output: oss mpegpes(dvb)
Video output: xvidix cvidix vesa md5sum pnm png mpegpes(dvb) opengl dga xv x11 xover tga
Audio filters:
Disabled optional drivers:
Input: vstream tv-v4l2 tv-v4l tv-bsdbt848 live.com cdda dvdread
Codecs: opendivx x264 xvid libdv amr_wb amr_nb xanim libdts libtheora toolame libmad liblzo gif
Audio output: sgi sun alsa jack polyp esd arts dxr2 nas dsound win32 sdl macosx
Video output: winvidix bl zr zr2 dxr3 dxr2 directx sdl gif89a jpeg fbdev svga caca aa ggi xmga mga xvmc directfb tdfx_vid tdfxfb 3dfx quartz
Audio filters: ladspa
'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
compile *** DO NOT REPORT BUGS if you tweak these files ***
'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
Please check mtrr settings at /proc/mtrr (see DOCS/HTML/fr/video.html#mtrr)
Check configure.log if you wonder why an autodetection failed (check whether
the development headers/packages are installed).
If you suspect a bug, please read DOCS/HTML/fr/bugreports.html.[/code]
Ensuite :
[code][root@localhost MPlayer-1.0pre7try2]# make
//etc
open.c: In function 'dvd_sid_from_lang':
open.c:673: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o parse_es.o parse_es.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream.o stream.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
stream.c: In function 'stream_fill_buffer':
stream.c:199: warning: pointer targets in passing argument 2 of 's->streaming_ctrl->streaming_read' differ in signedness
stream.c:207: warning: pointer targets in passing argument 1 of 'cue_vcd_read' differ in signedness
stream.c:231: warning: pointer targets in passing argument 2 of 's->fill_buffer' differ in signedness
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_file.o stream_file.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
stream_file.c: In function 'seek_forward':
stream_file.c:59: warning: pointer targets in passing argument 2 of 's->fill_buffer' differ in signedness
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_netstream.o stream_netstream.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_vcd.o stream_vcd.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_null.o stream_null.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_ftp.o stream_ftp.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_vstream.o stream_vstream.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o tv.o tv.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from tv.c:38:
frequencies.h:107: error: array type has incomplete element type
make[1]: *** [tv.o] Error 1
make[1]: Leaving directory `/home/Nicolas/Download/mplayer/MPlayer-1.0pre7try2/libmpdemux'
make: *** [libmpdemux/libmpdemux.a] Erreur 2[/code]
Sans commentaire...
Voila en gros où j'en suis. Si quelqu'un pouvait m'expliquer ce qui cloche et comment on installe mplayer en détail...
Merci.
Modifié par Nicolas G. le 29/11/2005 16:17 | |||||||
Publicité | ||||||||
| ||||||||
Petit astucien | Salut
Pour Mplayer je pense qu'il doit Ûtre dispo sur le repos livna.
Il faut donc que tu vÚrifies que ce dÚp¶t est bien actif dans /etc/yum.conf ( pas de # et enable=1 ).
A+ | |||||||
Nouvel astucien | Merci þa marche ! J'ai pu installer mplayer, mais par contre pas de gmplayer... Comment je fais pour avoir l'interface graphique ?
Et puis si quelqu'un peut m'expliquer pourquoi l'installation manuelle ne marche pas je suis quand mÛme preneur. | |||||||
Nouvel astucien | Bon j'ai essayÚ un peu et Ó la limite c'est pas trÞs grave pour l'interface graphique, þa fonctionne trÞs bien comme þa.
Par contre impossible de modifier la luminositÚ ou le contraste, il me dit : Video attribute 'brightness' is not supported by selected vo & vd. J'ai une 6600GT (nVidia)... | |||||||
Astucien | Hello!
Pour le gui, tu dois surement devoir installer un paquet nommÚ mplayer-gui.
Pour ton constraste, tu peux modifier le fichier de configuration de mplayer qui se trouve dans /home/ton_nom/.mplayer/config
Pour info, voici le mien:
[shaika-dzari@darkside ~]$ cat .mplayer/config
# fichier de configuration de mplayer
ao=alsa
vo=xv
cache=8192
double=yes
srate=48000
af=extrastereo
af=volnorm
nokeepaspect=yes
[shaika-dzari@darkside ~]$
@+ | |||||||
Petit astucien | Mplayer-gui-fr pour Ûtre plus prÚcis.
Il te faudrat peut Ûttre le common + ...
enfin yum s'en occupera.
A+ | |||||||
|
Les bons plans du moment PC Astuces | Tous les Bons Plans | ||||||||||||||||||
|