Author |
Message |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Tue 12 Jan 2010, 13:17 Post subject:
Inkscape 0.47 (latest) |
|
Woof Woof!!
Ladies and puppies, Inkscape 0.47 for puppy linux is available!!
in order to reduce size of package I stripped all unnecessary things like: extra-locals and tutorials (you can download separately)
Tested on Puppy 4.3.1 (I think may work also on 4.2.x series)
*Inkscape 0.47*
- pet package
- mirror 25 Mb, 75 once installed
md5sum ee0612f23c4e06b52ca3d5babd52184f inkscape-0.47.pet.zip
*pet package compressed with upx* (it saves about 12 MB) 24 MB, 63 once installed
- download
md5sum b8825927ffb1084cfc5c7b23909a330b inkscape-0.47.pet.zip
- sfs packages 20 MB
- sfs3 version, for puppy with kernel older than 2.6.29.x download - mirror
ae9c8a1209e432183550e5a4fea809c7 inkscape-0.47-sfs3.sfs.zip
- sfs4 version, for puppy with kernel 2.6.29.x or newer download - mirror
md5sum 7911c03d456a07decb44d846ea5ba565 inkscape-0.47-sfs4.sfs.zip
for newbies: in order to check kernel in use, type: uname -a in console
- tutorials (stripped to make smaller package)
- download - mirror
- locals
- download locales - mirror
md5sum a613c72fcb6c72990aa866e3dca69582 locales-for-inkscape.pet.zip
- Inkscape for puppy linux, comes with only language support for english, if you are non english user and want have inscape in your language, download locales package and install
more Inkscape builds at this page
http://puppylover.netsons.org/dokupuppy/programs:drawing
_________________ replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
Last edited by Dingo on Sat 16 Jan 2010, 13:21; edited 2 times in total
|
Back to top
|
|
 |
BobSongs

Joined: 06 Feb 2008 Posts: 86
|
Posted: Tue 12 Jan 2010, 16:53 Post subject:
Inkscape 0.47 (latest) Subject description: Using Inkscape on Puppy Linux |
|
Dingo!! Dingo!!
From Canada, across the world: Thank you, Thank you!
The InkLite package that comes with Puppy is ... well, let's just say that I'm very thankful. Mom told me: "If you can't say anything nice, don't say anything at all." Red Green said: "If your wife doesn't find you handsome, she should at least find you handy."
Seriously: thank you. This makes a huuuge difference to me.
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Tue 12 Jan 2010, 23:22 Post subject:
Re: Inkscape 0.47 (latest) |
|
Dingo wrote: | Woof Woof!!
Ladies and puppies, Inkscape 0.47 for puppy linux is available!!
|
Bless you, Dingo!
______
Dennis
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 13 Jan 2010, 03:28 Post subject:
|
|
Thanks a lot!
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
linux28
Joined: 05 Apr 2009 Posts: 211
|
Posted: Wed 13 Jan 2010, 09:02 Post subject:
|
|
There is no other download address?
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Wed 13 Jan 2010, 11:32 Post subject:
|
|
pet works but sfs fails.
yes I used the sfs4 for my 431 puppy!
thanks thought.
|
Back to top
|
|
 |
pri

Joined: 09 Oct 2009 Posts: 343 Location: Bandung Indonesia
|
Posted: Wed 13 Jan 2010, 11:46 Post subject:
can you post it in other public storage? |
|
dingo.. for my country and other, i think zidu is bad for low conection. can you post it on other public folder like 4shared ? i always got error downloading from zidu
_________________ Learning by Doing
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Wed 13 Jan 2010, 12:50 Post subject:
|
|
abushcrafter wrote: | pet works but sfs fails.
yes I used the sfs4 for my 431 puppy!
|
added mirrors if you have problems with ziddu in your country
regarding sfs4 package, have you already checked md5sum?
have you tried to load with sfslinker?
at boot, is sfs4 package recognized?
have you added _431 (better -431) to sfs filename (like inkscape-sfs4-431.sfs)?
_________________ replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
Last edited by Dingo on Wed 13 Jan 2010, 14:58; edited 1 time in total
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 11193 Location: Ontario Canada,Sydney Australia
|
Posted: Wed 13 Jan 2010, 14:02 Post subject:
|
|
Hi dingo, When Barry compiles Inkscape his package is usually under 2mb, how he does it is simple, you need to compile your mm deps as statically, it should reduce the size drastically.
Hmmm I have his notes how he compiled Gparted, which is very close to being the same sort of compile, its static mm libs which kills the size.
Here's how he does it.
A problem that has prevented me from upgrading is that Gparted requires the gtkmm libraries, which are huge. This has prevented me from using the Gparted packages that come with the compatible-distros.
Furthermore, the gtkmm libraries packages provided with the compatible distros do not include '.a' static library files. So, to compile Gparted with static gtkmm libraries and hence get a reasonably small package, I have to go through the whole exercise of compiling them. I have done this in Jaunty pup. Here is how:
cairomm-1.8.0
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --disable-docs --enable-static --disable-shared
glibmm-2.20.0
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --disable-fulldocs --enable-static --disable-shared
pangomm-2.24
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --disable-docs --enable-static --disable-shared
gtkmm-2.16.0
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --disable-docs --enable-static --disable-shared --disable-demos
libuuid
missing, needed! this is part of 'e2fsprogs' but ubuntu doesn't seem to have the 'dev' component (include files, uuid.pc, libuuid.so).
...I had compiled binary in T2, grabbed dev components from there.
gparted-0.4.4
# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu --disable-doc --disable-scrollkeeper
# make
# new2dir make install
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games 
|
Back to top
|
|
 |
linux28
Joined: 05 Apr 2009 Posts: 211
|
Posted: Thu 14 Jan 2010, 21:01 Post subject:
|
|
Hello!
Issued by the network disk, I can not download it here,
Inkscape 0.47. pet
You Moren help upload it to another download address ah?
ftp://ibiblio.org/pub/linux/distributions/puppylinux/
And
http://www.filebox.com
Here I can download that the connection is not on the other.
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Sat 16 Jan 2010, 08:45 Post subject:
|
|
The I deleted the zip of the sfs so I cant check the md5sum but I made a sfs from the pet and that had the same error.
The error was: the aspell libs where none exsistent when the sfs is loaded into the file system but they are in the sfs!
Pets have built in md5sums. So I don't need the check them!
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Sat 16 Jan 2010, 09:06 Post subject:
|
|
since you have tried build sfs yourself you must try my original sfs then report eventually complains so I can fix if it is needed
_________________ replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Sat 16 Jan 2010, 09:09 Post subject:
|
|
I did, same error though.
|
Back to top
|
|
 |
Dingo

Joined: 11 Dec 2007 Posts: 1434 Location: somewhere at the end of rainbow...
|
Posted: Sat 16 Jan 2010, 09:37 Post subject:
|
|
abushcrafter wrote: | I did, same error though. |
rigth! I'm working on; have you tried to load sfs at boot or using jrb sfsf linker?
_________________ replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux
|
Back to top
|
|
 |
abushcrafter

Joined: 30 Oct 2009 Posts: 1438 Location: England
|
Posted: Sat 16 Jan 2010, 09:46 Post subject:
|
|
boot. Thanks for your help .
|
Back to top
|
|
 |
|