About the install of xbmc xvba version, this should really be done, it saves problems and questions here..
Or change the xbmc name to xbmc-xvba or add the pinning settings to the howto.
Since xbmc is include in ubuntu and debian, losts people are installing the wrong version.
The howto should have a pinning example and the pinning should be for the complete xvba repo.
i cant give the correct settings since i run debian wheezy.
but this is what i have in my debian setup: in /etc/apt/preferences.d
add the file : extras-xbmc-xvba
add this info in the file, keep an empy line between the sections.
Package: *
Pin: release n=wheezy,o=Debian
Pin-Priority: 990
Package: *
Pin: release n=wheezy,l=Debian-Security
Pin-Priority: 990
Package: *
Pin: release n=wheezy,o=thuis.van-belle.nl
Pin-Priority: 991
the last Pin: release n=wheezy,o=thuis.van-belle.nl
is where i have my own rebuilded xbmc packages, Pin-Priority makes sure this xbmc version is used.
look here for the pinning settings .
http://wiki.debian.org/AptPreferences or
https://help.ubuntu.com/community/PinningHowto
and
http://manpages.ubuntu.com/manpages/karm...ces.5.html
how to get the correct Release info:
cat /var/lib/apt/lists/ppa.launchpad.net_wsnipex_xbmc-xvba_ubuntu_dists_precise_Release | more
in the apt manuals het Origin, Label, Suite, Codename are explained .
I like the codename and originin and label.
this is my policy.
apt-cache policy xbmc
xbmc:
Installed: 2:11.0~git20120326.1649-b6b4562-0wheezy
Candidate: 2:11.0~git20120326.1649-b6b4562-0wheezy
Version table:
3:11.0-0.1 0
900
http://www.debian-multimedia.org/ wheezy/main amd64 Packages
2:12.0~git20120502.1900-e9e0027-0precise 0
500
http://ppa.launchpad.net/wsnipex/xbmc-xvba/ubuntu/ precise/main amd64 Packages
2:11.0~git20120403.ec33f1f+repack1-5 0
990
http://ftp.nl.debian.org/debian/ wheezy/main amd64 Packages
*** 2:11.0~git20120326.1649-b6b4562-0wheezy 0
991
http://thuis.van-belle.nl/debian/ binary/ Packages
100 /var/lib/dpkg/status
the default should be in my case... !! just make sure xbmc xvba has the higest number, and check with apt-cache policy xbmc
990 = the stable default to be installed.
900 = the debian multimedian, if not found in stable or higher exist in multimedia, use the multimedia version
500 = ppa from ubuntu, only used if i use install like apt-get install -t precise xbmc ( but if more packages are needed you must also install these with the -t precise option. )
lower then 500, wil never be installed without my interaction.
( better is <200 and not 500, i need 500 for my rebuilds. )
for the xvba i guess it's something link:
Package: *
Pin: release o=LP-PPA-wsnipex-xbmc-xvba
Pin-Priority: 991
but please check if this is correct.
Louis