what's happend on linux binary packages?

General discussions about Inkscape.
ali_Q
Posts: 1
Joined: Wed Oct 27, 2010 5:32 am

what's happend on linux binary packages?

Postby ali_Q » Wed Oct 27, 2010 5:45 am

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?

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! :shock:

User avatar
prokoudine
Posts: 186
Joined: Sat Jun 09, 2007 4:32 am
Contact:

Re: what's happend on linux binary packages?

Postby prokoudine » Thu Oct 28, 2010 3:53 pm

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

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: what's happend on linux binary packages?

Postby ~suv » Thu Oct 28, 2010 11:30 pm

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 ;)

[email protected]
Posts: 1
Joined: Tue Jul 26, 2011 9:26 pm

Re: what's happend on linux binary packages?

Postby [email protected] » Tue Jul 26, 2011 9:58 pm

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.

PatJr
Posts: 81
Joined: Fri Jul 29, 2011 5:35 am

Re: what's happend on linux binary packages?

Postby PatJr » Sat Jul 30, 2011 4:45 am

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.

dvlierop
Posts: 139
Joined: Sat Sep 08, 2007 4:25 am

Re: what's happend on linux binary packages?

Postby dvlierop » Fri Aug 26, 2011 5:19 am

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:

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


Return to “General Discussions”