Hi there, I’m currently in the process of building retroarch (http://www.libretro.com/) using OBS.
Retroarch uses shaders which are in cg format. the nvidia-cg-toolkit (named cg) is in the nonfree package repository.
Am i allowed to use this package for building? If so, how would I import that package into my project?
On Sun 22 Jun 2014 11:56:01 PM CDT, Krysanto wrote:
Hi there, I’m currently in the process of building retroarch
(‘http://www.libretro.com/)’ (http://www.libretro.com/) using OBS.
Retroarch uses shaders which are in cg format. the nvidia-cg-toolkit
(named cg) is in the nonfree package repository.
Am i allowed to use this package for building? If so, how would I import
that package into my project?
But I would imagine if you linked to it in your project and set it to
build only and not publish you should be good to go.
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-11-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I’ve decided against it for now, because it is kind of overwhelming for me and the cores in retroarch are heavily in development, meaning I’ll probably can’t keep up with packaging.
I may come back once things have slow down.
Sorry to waste you time.
On Mon 23 Jun 2014 03:26:01 PM CDT, Krysanto wrote:
Thank you for your fast answer.
I’ve decided against it for now, because it is kind of overwhelming for
me and the cores in retroarch are heavily in development, meaning I’ll
probably can’t keep up with packaging.
I may come back once things have slow down.
Sorry to waste you time.
On OBS you can setup a download service so if the tarball is updated it
will download and rebuild automagically once you have things sorted
and building to your requirements
–
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-11-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
I used the source rpm as a base for my package. Thank to your help I was able to build everything just fine
I’m in the process of providing more libretro cores and touching up some stuff. The repo is here: Welcome - openSUSE Build Service
Thank you again.