Off topic:
i can't use inkscape irc channel, and i can't find any op there. i asked a couple of guys there (via pm) but it seems nobody knows! what's happend on linux binary packages?
what's happend on linux binary packages?
i just find out there's no .deb or .rpm package for inkscape 0.48 or 0.47 in source forge. i used to install these binaries from my distro's repositories. any way question is: is it cause of a change in policies or there's something else?
- prokoudine
- Posts: 186
- Joined: Sat Jun 09, 2007 4:32 am
- Contact:
Re: what's happend on linux binary packages?
This is really a matter of packaging in your Linux distribution. Ask them to update Inkscape.
http://libregraphicsworld.org — news and tutorials on free design software
Re: what's happend on linux binary packages?
Off topic:
ali_Q wrote:i can't use inkscape irc channel, and i can't find any op there. i asked a couple of guys there (via pm) but it seems nobody knows!
You have to register your nick with freenode, then you can talk freely on #inkscape ;)
-
- Posts: 1
- Joined: Tue Jul 26, 2011 9:26 pm
Re: what's happend on linux binary packages?
I hope the problem of RPM packages gets better. I have a clean (not an update) Fedora Core 15 OS working, and I have considerable experience in compiling from source (I used to distribute the Unix flavor of TeX). The problems of dependency on undiscoverable libraries such as libopenjpeg.so.2 block all attempts to compile from source. If there are any successful Linux based compilations used by members of this forum, it would help those of us who are trying to escape Microsoft to learn about them.
I appreciate the moderator's feeling that this is really a Linux problem rather than a specifically Inkscape topic, but after days of effort I am desperate, and looking for any help or comment I can find.
I appreciate the moderator's feeling that this is really a Linux problem rather than a specifically Inkscape topic, but after days of effort I am desperate, and looking for any help or comment I can find.
Re: what's happend on linux binary packages?
YIKS!!! no inkscape in fedora 15 say it aint so
I'm still using fedora 14 because the huge changes in fedora 15, it's really a big step out there
maybe one of these would help?
http://koji.fedoraproject.org/koji/pack ... ageID=2118
Pat Jr.
I'm still using fedora 14 because the huge changes in fedora 15, it's really a big step out there
maybe one of these would help?
http://koji.fedoraproject.org/koji/pack ... ageID=2118
Pat Jr.
Re: what's happend on linux binary packages?
I believe there used to be universal binaries, but these do no longer exist AFAIK. I guess that's what you're referring to? These used to be available from Sourceforge?
However, at least two of the Inkscape developers are using Fedora 15 themselves, including me, so Inkscape certainly can be compiled for Fedora 15. And Inkscape must also be available from the Fedora repositories, heck, even from the repository of any respectable Linux distribution
I've been waiting to update the instructions at http://wiki.inkscape.org/wiki/index.php/CompilingFedora, because these are outdated. I was waiting for the new Inkscape website to get online, but that project is moving slowly. So for the time being, see if my UNEDITED notes are of any use to you:
However, at least two of the Inkscape developers are using Fedora 15 themselves, including me, so Inkscape certainly can be compiled for Fedora 15. And Inkscape must also be available from the Fedora repositories, heck, even from the repository of any respectable Linux distribution
I've been waiting to update the instructions at http://wiki.inkscape.org/wiki/index.php/CompilingFedora, because these are outdated. I was waiting for the new Inkscape website to get online, but that project is moving slowly. So for the time being, see if my UNEDITED notes are of any use to you:
Code: Select all
yum install bzr ccache intltool glib2-devel libgc-devel lcms-devel glibmm24-devel libsigc++-devel gtkmm24-devel libsigc++ gsl-devel libxml2-devel libxslt-devel poppler-devel popt-devel ImageMagick-devel ImageMagick-c++-devel
bzr checkout lp:inkscape
export CXXFLAGS="-O0"
export CFLAGS="-O0"
export CXX="ccache g++"
export CC="ccache gcc"
./autogen.sh
./configure
make -j4 # for FOUR cores
make install