VLC 0.8.6 playes no file | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | VLC 0.8.5 playes AVIs and DVDs, but the 0.8.6 build in testing is broken and playes no Video-files at all. Also oggs and mp3s won't be played. Seems no file at all gets played. Seems someone has to look into it. |
|
|
|
|
|
Re: VLC 0.8.6 playes no file | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | seems less is more. I compiled VLC 0.8.6 with this XML (all works now):
=================================================================================
<?xml version="1.0"?>
<package name="vlc">
<description>cross-platform media player and streaming server</description>
<releases>
<release version="0.8.6" revision="2" branch="testing">
<deps>
<dep name="pth"/>
<dep name="wxGTK"/>
<dep name="gnutls"/>
<dep name="libdvdread"/>
<dep name="libdvdnav"/>
<dep name="gnome-vfs-2.0"/>
<dep name="libcdio"/>
<dep name="cdparanoia"/>
<dep name="vcdimager"/>
<dep name="libogg"/>
<dep name="libmatroska"/>
<dep name="mad"/>
<dep name="ffmpeg"/>
<dep name="flac"/>
<dep name="libvorbis"/>
<dep name="speex"/>
<dep name="libtheora"/>
<dep name="xv"/>
<dep name="SDL"/>
<dep name="lirc"/>
<dep name="libraw1394"/>
<dep name="libavc1394"/>
</deps>
<build>
<script>
<archive name="vlc-$VERSION">
<cmd>./configure --prefix=/usr --libexecdir=/usr/lib --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var/lib --enable-wxwindows</cmd>
<cmd>make -j 2</cmd>
<cmd>make install</cmd>
</archive>
<text dest="/usr/share/applications/vlc.desktop"><![CDATA[[Desktop Entry]
Encoding=UTF-8
Name=VLC Media Player
Exec=vlc %U
Icon=/usr/share/vlc/vlc48x48.png
Terminal=false
Type=Application
Categories=Application;AudioVideo;Player;
StartupNotify=true
MimeType=application/x-extension-mp4;application/x-extension-m4a;application/x-shorten;application/x-smil;application/smil;application/xspf+xml;application/x-quicktime-media-link;video/mp4;video/x-m4v;video/dv;video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;video/vnd.divx;video/3gpp;audio/3gpp;application/ogg;application/x-ogg;application/x-matroska;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-wav;audio/x-mpegurl;audio/mpegurl;audio/x-scpls;audio/x-m4a;audio/mp4;audio/x-ms-asf;audio/x-ms-asx;audio/x-ms-wax;application/vnd.rn-realmedia;audio/x-real-audio;audio/x-pn-realaudio;application/x-flac;audio/x-flac;application/x-shockwave-flash;misc/ultravox;audio/vnd.rn-realaudio;audio/x-pn-aiff;audio/x-pn-au;audio/x-pn-wav;audio/x-pn-windows-acm;image/vnd.rn-realpix;video/vnd.rn-realvideo;audio/x-pn-realaudio-plugin;application/x-flash-video;video/x-ogm+ogg;audio/x-it;audio/x-mod;audio/x-ape;audio/ac3;audio/AMR;audio/AMR-WB;audio/x-musepack;audio/x-realaudio;audio/x-wav;audio/basic;application/x-cd-image;
]]></text>
</script>
</build>
</release>
</releases>
</package>
=================================================================================
... seems one of the switches brokes vlc ... |
|
|
|
|
|
Re: VLC 0.8.6 playes no file | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 |
See, it works  |
|
|
|
|
|
Re: VLC 0.8.6 playes no file | |
|
|
Administrator Posts: 25 Registered: 2004-09-09 | I need to look into that further... it worked perfectly well before the toolchain change to testing. |
|
|
|
|
|
Re: VLC 0.8.6 playes no file | |
|
|
Administrator Posts: 25 Registered: 2004-09-09 | Ok i hope this is fixed now. |
|
|
|
|
|
Re: VLC 0.8.6 playes no file | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | Works fine now, thanks. |
|
|
|
|
|