Inkscape 1.1.1 for Porteus 5.0

Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
User avatar
wread
Module Guard
Module Guard
Posts: 1255
Joined: 09 Jan 2011, 18:48
Distribution: Porteus v5.0-kde-64 bits
Location: Santo Domingo
Contact:

Inkscape 1.1.1 for Porteus 5.0

Post#1 by wread » 05 Mar 2022, 15:37

Hello, everyone!

Inkscape is a powerful complex graphics application well known by artists and graphics designer, similar to Corel Draw in MS. I didn't like the application image available in the web (It is much slower at start, it does not appear in the apps menu, and I don't know what is inside...), so I decided to "compose¨ my own regular version. Inkscape is an X - application, so it should run in all Porteus desktops....

I put all modules in a folder Inkscape, there are 15 modules that can be downloaded from here .

Happy designing!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Inkscape 1.1.1 for Porteus 5.0

Post#2 by Rava » 21 Aug 2022, 17:01

Thanks a bunch! <B

I tried

Code: Select all

gm identify /test/image.jpg
and have no clue what the end info is after the size:

Code: Select all

[…] 8-bit 297.6Ki 0.000u 0m:0.000005s
Is it the time it took gm to decode the info?

I am not sure, but at least the online man version uses the gm commands as links to the main gm man page.
Should that be done in the module as well or is that imprecise?

e.g. man display gets us this:

Code: Select all

                         Linux Manpages Online - man.cx manual pages (p1 of 516)
   [INS: :INS]
                                    Manpages

   Manpage: ____________________ go

NAME

   gm - command-line utility to create, edit, compare, convert, or display
   images

SYNOPSIS

   gm animate [ options ... ] file [ [ options ... ] file ... ]
   gm batch [ options ... ] [ script ]
   gm benchmark [ options ... ] subcommand
   gm compare [ options ... ] reference-image [ options ... ]

(NORMAL LINK) Use right-arrow or <return> to activate.
  Arrow keys: Up and Down to move.  Right to follow a link; Left to go back.
 H)elp O)ptions P)rint G)o M)ain screen Q)uit /=search [delete]=history list 
Cheers!
Yours Rava

beny
Full of knowledge
Full of knowledge
Posts: 2083
Joined: 02 Jan 2011, 11:33
Location: italy

Inkscape 1.1.1 for Porteus 5.0

Post#3 by beny » 21 Aug 2022, 17:27

hi rava, not for inkscape but for the packages search:
https://slakfinder.org/index.php?act=se ... e=#results

User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Inkscape 1.1.1 for Porteus 5.0

Post#4 by Rava » 22 Aug 2022, 01:12

^
Thanks, I need to update my palemoon bookmarks, miner is still https://slakfinder.org/index.php?act=se ... e=#results … which might currently be even the same, but yours is the safer URL.

___________________________________

wread, I take your 15 modules and raise my 3. Same as yours:

Code: Select all

graphicsmagick-1.3.35-x86_64-1alien.xzm
inkscape-1.1.1-x86_64-2alien.xzm
and the dependencies module:

Code: Select all

36356096 bytes - inkscape-1.1.1-x86_64_dependencies_sans_graphicsmagick-1.3.35.xzm
I was unsure if I should have kept poppler out of the dependency module as well since some other programs need that as well…
And GM is a fine program in its own right. (Usually I use it more often than inkscape)
Cheers!
Yours Rava

rych
Warlord
Warlord
Posts: 621
Joined: 04 Jan 2014, 04:27
Distribution: Porteus 5.0 x64 OpenBox
Location: NZ
Contact:

Inkscape 1.1.1 for Porteus 5.0

Post#5 by rych » 12 Oct 2022, 08:37

I run a newer 1.2 (the newest is 1.2.1 on their website). Had to chase dependencies one-by-one with getmod, but inkscape-1.2-x86_64-1_slonly.xzm is from pmod

Code: Select all

root@porteus:/mnt/sda2/porteus/optional/Inkscape/1.2# ls -oh *xzm|cut -c 18-
 1.9M Oct 12 21:15 GraphicsMagick-1.3.36-x86_64-2salix15.0.xzm
  13M Oct 12 20:56 boost-1.78.0-x86_64-2_slack15.0.xzm
 200K Oct 12 21:02 gc-8.0.6-x86_64-1.xzm
  36M Oct 12 20:47 inkscape-1.2-x86_64-1_slonly.xzm
 368K Oct 12 21:13 libcdr-0.1.6-x86_64-3salix15.0.xzm
 236K Oct 12 21:13 libvisio-0.1.7-x86_64-7.xzm
 452K Oct 12 21:12 libwpg-0.3.3-x86_64-3.xzm
 1.8M Oct 12 21:11 poppler-21.12.0-x86_64-2_slack15.0.xzm
  80K Oct 12 21:14 potrace-1.16-x86_64-1dj.xzm
Not sure if I got all modules needed for all features, but it runs at least.
Can merge those into a 57.9MB bundle with these commands (don't we have an official script already that merges xzms?) followed by dir to zstd xzm

Code: Select all

root@porteus:/mnt/sda2/porteus/optional/Inkscape/1.2# mkdir Inkscape1.2
root@porteus:/mnt/sda2/porteus/optional/Inkscape/1.2# for mods in *.xzm; do xzm2dir $mods ./Inkscape1.2; done

Post Reply