vmk

Tag - ebuild

Entries feed - Comments feed

Friday, November 21 2008

sK1 svn ebuild for gentoo

Do you know sK1? It is a open source vector graphics program, which can handle svg (Scalable Vector Graphic), ai (Adove Illustrator) and cdr (Corel Draw). There is also an article about sK1 on linux.com: sK1 vector in on good illustrations. I found a ebuild for gentoo on iandmyfriendgentoo. In the official forum there is was also a thread an user having some problems with the ebuild: sK1 Project forum. That ebuild has some bugs and was only for a static version 0.9. So i created an ebuild for the svn-trunk by sourceforce.net

Here it is: sK1-9999.ebuild

Feedback requested! Just write in the comments!

Wednesday, September 19 2007

Zattoo ebuild for Gentoo Linux

Why are there no current ebuilds of Zattoo 3.0.5.8208 for Gentoo Linux? I just made my own ebuild, just get it here:

zattoo-bin-3.0.5.8208.ebuild

Create

mkdir -p /usr/local/portage/media-tv/zattoo-bin/

save the ebuild in the folder and run int that folder:

ebuild zattoo-bin-3.0.5.8208.ebuild digest

Then unmask it:

echo "media-tv/zattoo-bin-3.0.5.8208 ~86" >> /etc/portage/package.keywords

and finally emerge it.

Have fun!


update: You need to have "gnome-base/libgnomeui" installed. (2007/10/27)