desura / Desurium

Free online games platform (juegos gratis), with an open source client. LGPL repo for Desura client. Potentially out of date. See https://github.com/desura/desura-app for newest (LGPL) client.
https://www.desura.com/es
GNU General Public License v3.0
270 stars 42 forks source link

check for installed libs on every install/update/lauch/verify step of a game #523

Open karolherbst opened 11 years ago

karolherbst commented 11 years ago

currently we are checking for installed libraries once a game is going to be installed.

We should change this behaviour in this way:

Mailaender commented 11 years ago

I suggest to use http://www.packagekit.org to install missing libraries.

karolherbst commented 11 years ago

looks nice, but we have to find the package with the given file, but I think this should be possible. Of course gentoo needs an own interface so I want to see this develop against a plugin API I want to implement

Mailaender commented 11 years ago

RPM just needs to know the library and .so name to find the right package.

karolherbst commented 11 years ago

we have only the .so name