Kodi Community Forum

Full Version: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know Wink

The reason I ask is because of TRIM support.
Hi could you add switch to configure --enable-asap-codec for autobuild script for ppa binaries ? thanks.
@ proson

If you want TRIM support for your ssd then you best install maverick from fresh rather then upgrading, like hannes says, upgrading is a BAD idea, rarely or never works.

Also you sound like one of those fad boys, despite chasing after the newer techs, like a rabid dog, you rarely know what the hell your doing...
X3lectric: wtf is your problem?
I don't have a problem, you however, seem to.
X3lectric Wrote:Also you sound like one of those fad boys, despite chasing after the newer techs, like a rabid dog, you rarely know what the hell your doing...
This comment shows who has a problem...
ah that... Well you think what you want, it is merely an observation based on your posts. If you have a problem with it, then your focusing on what you shouldn't.. Both hannes and I gave you good advice, yet I dont see a thx to either...
guys, calm down, or I will summon the mighty banhammer by my awesome kraut-powers
Announcing updated nvidia drivers and vdpau PPA for lucid xbmc live users

For lucid users the vdpau on the xbmc team repo is OLD the new vdpau fixes bugs with vdpau itself, idk why they dont update the vdpau available on the official ppa.

So here it is...

https://launchpad.net/~team-iquik/+archive/nvidia-vpau

add-apt-repository ppa:team-iquik/nvidia-vpau

did an in-place upgrade from 10.04 to 10.10 today pretty uneventful apart from lirc breaking.
had to blacklist the streamzap module then purge/reinstall lirc and the lirc module source.
X3lectric Wrote:For lucid users the vdpau on the xbmc team repo is OLD the new vdpau fixes bugs with vdpau itself, idk why they dont update the vdpau available on the official ppa.
do you happen to know what bugs are fixed? your changelog only says that it's synced. (and your system time is off by the way, "Fri, 12 Feb 2010" Smile)
check vdpau changes here http://cgit.freedesktop.org/~aplattner/libvdpau

I didnt build the packahges on the ppa, just copied more up to date packages to one single ppa, I may build the newer vdpau 4.1 sometime in the future.
Cool, I'll check that out.

thanks
Decided to bite the bullet and upgrade to the latest version but still get the broken libvdpau1 dependancy.

xbmc-bin: Depends: libvdpau1 but it is not going to be installed

I have tried forcing it, double checked that i have the right repostitory for apt.

Code:
#SVN Builds daily
deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty main

#Nvidia PPA
deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu jaunty main

As you can see from the log it downloads to the apt/cache a karmic version of libvdpau not a jaunty that i want, and when it goes to install it errors out.

is this a PPA issue that needs fixing? or is their something else i can try to force it to install.


Code:
xbmc@xbmc:~/zzz$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  whois
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libvdpau1
Suggested packages:
  nvidia-vdpau-driver vdpau-driver
The following NEW packages will be installed:
  libvdpau1
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
7 not fully installed or removed.
Need to get 0B/24.9kB of archives.
After this operation, 127kB of additional disk space will be used.
Do you want to continue [Y/n]?
(Reading database ... 161967 files and directories currently installed.)
Unpacking libvdpau1 (from .../libvdpau1_0.4-2~karmic~nvidiavdpauppa4_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/libvdpau1_0.4-2~karmic~nvidiavdpauppa4_i386.deb (--unpack):
trying to overwrite `/usr/lib/libvdpau.so.1', which is also in package nvidia-190-libvdpau
Errors were encountered while processing:
/var/cache/apt/archives/libvdpau1_0.4-2~karmic~nvidiavdpauppa4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
try dpkg-reconfigure -a

you should always do apt-get update, before starting updating stuff and after adding new ppa's

you may want to delete /usr/lib/libvdpau.so.1 if that fails and do it again.