sidux.com
Menu

News

Give back
Last 3 Contributions
16-11-2008 10.00
02-11-2008 20.00
31-10-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
qualsiasinick
Post subject: vlc 9.2  PostPosted: Oct 06, 2008 - 09:38 PM



Joined: Oct 06, 2008
Posts: 6

Status: Offline
vlc 9.2 is out....but i cannot update....some one can help me please? Smile
Code:
root@*:/home/mario# apt-cache policy vlc
vlc:
  Installato: 0.8.6.h-4
  Candidato: 0.8.6.h-4
  Tabella versione:
     0.9.2-1 0
          1 http://ftp.de.debian.org experimental/main Packages
 *** 0.8.6.h-4 0
        500 http://ftp.it.debian.org sid/main Packages
        500 http://ftp.it.debian.org unstable/main Packages
        500 http://ftp.de.debian.org testing/main Packages
        100 /var/lib/dpkg/status
     0.7.0-1 0
        500 http://download.videolan.org sid/main Packages
 
 View user's profile Send private message  
Reply with quote Back to top
hubi
Post subject: Re: vlc 9.2  PostPosted: Oct 06, 2008 - 09:54 PM



Joined: Nov 30, 2006
Posts: 3435
Location: Budapest
Status: Online!
qualsiasinick wrote:
vlc 9.2 is out....but i cannot update
Could you give the output of
Code:
apt-get install vlc -s -t experimental
You can run that as root in a shell in X, it does nothing, just gives you and us the problems.

hubi

_________________
Bonitas stultitiaque sodales sunt.
 
 View user's profile Send private message  
Reply with quote Back to top
zulu9
Post subject: Re: vlc 9.2  PostPosted: Oct 06, 2008 - 11:26 PM



Joined: Nov 30, 2006
Posts: 773
Location: Germany
Status: Offline
nice! so 0.9.2 is in experimental. just installed it and oh it looks great with my kde4. new shiny qt4-interface.
just that I keep running more experimental than sid at the moment. I sure will have to fiddle around once lenny gets out.

_________________
http://sidux.wordpress.com/ inoffizielles sidux-Blog
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
hubi
Post subject: Re: vlc 9.2  PostPosted: Oct 06, 2008 - 11:38 PM



Joined: Nov 30, 2006
Posts: 3435
Location: Budapest
Status: Online!
zulu9 wrote:
just installed it and oh it looks great with my kde4. new shiny qt4-interface.
I know it from the videolan nightlies repo, great to have it in Debian. It looks great with KDE 3.5 as well.

And ... it seems to install Very Happy

hubi

_________________
Bonitas stultitiaque sodales sunt.
 
 View user's profile Send private message  
Reply with quote Back to top
qualsiasinick
Post subject: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 03:39 PM



Joined: Oct 06, 2008
Posts: 6

Status: Offline
mmm...i hope you understand something lol Very Happy i did a dist-upgrade before with siduxcc and i notice that i have sidux 2008-2...not 2008-3....
however....
Code:
root@qn-home:/home/mario# apt-get install vlc -s -t experimental
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti verranno inoltre installati:
  liblua5.1-0 libshout3 libswscale0 libvlc2 libvlccore0 mozilla-plugin-vlc
  vlc-data vlc-nox
Pacchetti suggeriti:
  videolan-doc
I seguenti pacchetti saranno RIMOSSI:
  libvlc0
I seguenti pacchetti NUOVI (NEW) saranno installati:
  liblua5.1-0 libshout3 libswscale0 libvlc2 libvlccore0 vlc-data
I seguenti pacchetti saranno aggiornati:
  mozilla-plugin-vlc vlc vlc-nox
3 aggiornati, 6 installati, 1 da rimuovere e 122 non aggiornati.
Inst vlc-nox [0.8.6.h-4] (0.9.2-1 Debian:experimental) [mozilla-plugin-vlc vlc ]
Inst vlc [0.8.6.h-4] (0.9.2-1 Debian:experimental) [mozilla-plugin-vlc ]
Inst mozilla-plugin-vlc [0.8.6.h-4] (0.9.2-1 Debian:experimental) []
Remv libvlc0 [0.8.6.h-4] []
Inst libvlc2 (0.9.2-1 Debian:experimental) []
Inst vlc-data (0.9.2-1 Debian:experimental) []
Inst libvlccore0 (0.9.2-1 Debian:experimental) []
Inst liblua5.1-0 (5.1.4-1 Debian:experimental) []
Inst libshout3 (2.2.2-5 Debian:unstable) []
Inst libswscale0 (3:20080706-0.2 Unofficial Multimedia Packages:None/unstable)
Conf liblua5.1-0 (5.1.4-1 Debian:experimental)
Conf libshout3 (2.2.2-5 Debian:unstable)
Conf libswscale0 (3:20080706-0.2 Unofficial Multimedia Packages:None/unstable)
Conf vlc-data (0.9.2-1 Debian:experimental)
Conf libvlccore0 (0.9.2-1 Debian:experimental)
Conf libvlc2 (0.9.2-1 Debian:experimental)
Conf vlc-nox (0.9.2-1 Debian:experimental)
Conf vlc (0.9.2-1 Debian:experimental)
Conf mozilla-plugin-vlc (0.9.2-1 Debian:experimental)
 
 View user's profile Send private message  
Reply with quote Back to top
ModestUser
Post subject: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 03:46 PM



Joined: Jan 07, 2008
Posts: 291

Status: Offline
It seems to work, so what is the problem? Since vlc 0.9.2 is in experimental, you have to set the target release with "-t experimental". So
Code:
apt-get install vlc -t experimental
should install it.

BTW, if you prepend LC_ALL=C LANG=C to a command, it will display its output in English.
 
 View user's profile Send private message  
Reply with quote Back to top
hubi
Post subject: Re: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 04:47 PM



Joined: Nov 30, 2006
Posts: 3435
Location: Budapest
Status: Online!
qualsiasinick wrote:
Code:
root@qn-home:/home/mario# apt-get install vlc -s -t experimental
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso
Lettura informazioni sullo stato... Fatto
I seguenti pacchetti verranno inoltre installati:
  liblua5.1-0 libshout3 libswscale0 libvlc2 libvlccore0 mozilla-plugin-vlc
  vlc-data vlc-nox
Pacchetti suggeriti:
  videolan-doc
I seguenti pacchetti saranno RIMOSSI:
  libvlc0
I seguenti pacchetti NUOVI (NEW) saranno installati:
  liblua5.1-0 libshout3 libswscale0 libvlc2 libvlccore0 vlc-data
I seguenti pacchetti saranno aggiornati:
  mozilla-plugin-vlc vlc vlc-nox
3 aggiornati, 6 installati, 1 da rimuovere e 122 non aggiornati.
Inst vlc-nox [0.8.6.h-4] (0.9.2-1 Debian:experimental) [mozilla-plugin-vlc vlc ]
Inst vlc [0.8.6.h-4] (0.9.2-1 Debian:experimental) [mozilla-plugin-vlc ]
Inst mozilla-plugin-vlc [0.8.6.h-4] (0.9.2-1 Debian:experimental) []
Remv libvlc0 [0.8.6.h-4] []
Inst libvlc2 (0.9.2-1 Debian:experimental) []
Inst vlc-data (0.9.2-1 Debian:experimental) []
Inst libvlccore0 (0.9.2-1 Debian:experimental) []
Inst liblua5.1-0 (5.1.4-1 Debian:experimental) []
Inst libshout3 (2.2.2-5 Debian:unstable) []
Inst libswscale0 (3:20080706-0.2 Unofficial Multimedia Packages:None/unstable)
Conf liblua5.1-0 (5.1.4-1 Debian:experimental)
Conf libshout3 (2.2.2-5 Debian:unstable)
Conf libswscale0 (3:20080706-0.2 Unofficial Multimedia Packages:None/unstable)
Conf vlc-data (0.9.2-1 Debian:experimental)
Conf libvlccore0 (0.9.2-1 Debian:experimental)
Conf libvlc2 (0.9.2-1 Debian:experimental)
Conf vlc-nox (0.9.2-1 Debian:experimental)
Conf vlc (0.9.2-1 Debian:experimental)
Conf mozilla-plugin-vlc (0.9.2-1 Debian:experimental)
Yes, I understand, but it looks like a perfect install. The removal is ok as well, the lib is replaced.

So can you try to really install it? Do not use "-s". You can do it in X, there is no dangerous lib pulled, and if it does not install, it gives a detailed output again. I don't care if the output in between is in Italian, I can figure that out. If it installs, just give a short reply that it is ok. If not: give the whole output of apt-get again.

hubi

_________________
Bonitas stultitiaque sodales sunt.
 
 View user's profile Send private message  
Reply with quote Back to top
dzz
Post subject: RE: Re: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 05:44 PM



Joined: Dec 21, 2006
Posts: 294
Location: Slough, England
Status: Offline
Working good here!

It installs, looks and behaves nice and has solved a problem from the unmentionable repo.

However, I understand the official sidux support line on experimental and other 3rd party repos is if it breaks your box you get to keep both halves.
 
 View user's profile Send private message  
Reply with quote Back to top
qualsiasinick
Post subject: RE: Re: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 08:23 PM



Joined: Oct 06, 2008
Posts: 6

Status: Offline
tnk Smile i don't know i have to use -t for the experimental Smile
 
 View user's profile Send private message  
Reply with quote Back to top
hubi
Post subject: RE: Re: RE: Re: vlc 9.2  PostPosted: Oct 07, 2008 - 08:36 PM



Joined: Nov 30, 2006
Posts: 3435
Location: Budapest
Status: Online!
"-t" sets the Debian release if you do not use the sid repository.

Great to hear that it worked!!!

Have fun Very Happy

hubi

_________________
Bonitas stultitiaque sodales sunt.
 
 View user's profile Send private message  
Reply with quote Back to top
severin
Post subject: RE: Re: RE: Re: vlc 9.2  PostPosted: Oct 08, 2008 - 07:59 AM



Joined: Dec 04, 2006
Posts: 1233

Status: Offline
BTW: non-english speakers can temporarily set the locale as in
Code:
LANG=EN apt-get install vlc -s -t experimental
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio