Page 1 of 1

gimp 2.8

Posted: 08 Jan 2013, 14:36
by unixino
i can't find gimp 2.8 in the repository :(

Re: gimp 2.8

Posted: 08 Jan 2013, 19:46
by Hamza
It seems to be not available into Slackware 13.37 repositories. This version of GIMP is too recent for Slackware 13.37. You should give a try to Porteus 2.0 as it seems that GIMP is available there.

As Release Candidate, this release of Porteus is considered as unstable for not for Production uses. I recommend to not posts modules built on this version of Porteus until it has been considered as stable and placed into final status. You can also build your own GIMP module on Porteus 2.0 RC1 with these steps.

Clean slacky pkgs

Code: Select all

rm -Rf /var/slacky/*.txz
Make temporary directory

Code: Select all

mkdir -p /tmp/gimp-2
Downloads gimp

Code: Select all

slackyd -g gimp
Install gimp on your current system

Code: Select all

installpkg /var/slackyd/*.txz
Search for gimp dependencies

Code: Select all

slackyd -fd gimp
Install them into the temporary directory

Code: Select all

installpkg -root /tmp/gimp-2 /var/slackyd/*.txz
Make the xzm module (Replace X.X by versions numbers)

Code: Select all

dir2xzm /tmp/gimp-2 /tmp/gimp-2.X.X-x86_64-1.xzm
Optionally, remove unnecessary files

Code: Select all

rm -Rf /tmp/gimp-2 /var/slackyd/*.txz
The final xzm module would be put under /tmp/gimp-2.X.X-x86_64-1.xzm

Re: gimp 2.8

Posted: 09 Jan 2013, 12:30
by unixino
Thanks
i will try this tonight

Re: gimp 2.8

Posted: 09 Jan 2013, 17:24
by unixino
hi again
ok i followed the commands , it worked fine but without dependencies
after making and activating the module here is the terminal :

guest@porteus:~$ su
Password:
root@porteus:~# slackyd -g gimp

Warning: missing file `/var/slackyd/slackware/patches/PACKAGES.TXT'
Warning: missing file `/var/slackyd/slackware/patches/MANIFEST'
Warning: missing file `/var/slackyd/slackware/MANIFEST'
Warning: missing file `/var/slackyd/slackware/extra/PACKAGES.TXT'
Warning: missing file `/var/slackyd/slackware/extra/MANIFEST'
Warning: missing file `/var/slackyd/slacky/CHECKSUMS.md5'
Warning: missing file `/var/slackyd/slacky/PACKAGES.TXT'
Warning: missing file `/var/slackyd/slacky/MANIFEST'
Try to update packages list.

Searching gimp: found 1 package.

gimp-2.8.2-x86_64-1.txz [from slackware]

*** gimp-2.8.2-x86_64-1.txz: already installed.

All packages available are installed.

root@porteus:~# gimp
gimp: error while loading shared libraries: libgegl-0.2.so.0: cannot open shared object file: No such file or directory
root@porteus:~# slackyd -fd gimp

Checking gimp-2.8.2-x86_64-1: done.

Found 5 missing dependencies:
libgegl-0.2.so.0 required by:
--> Package: gimp-2.8.2-x86_64-1 (/usr/bin/gimp-2.8)
--> Package: gimp-2.8.2-x86_64-1 (/usr/bin/gimp-console-2.8)
libbabl-0.1.so.0 required by:
--> Package: gimp-2.8.2-x86_64-1 (/usr/bin/gimp-2.8)
--> Package: gimp-2.8.2-x86_64-1 (/usr/bin/gimp-console-2.8)
libjasper.so.1 required by:
--> Package: gimp-2.8.2-x86_64-1 (/usr/lib64/gimp/2.0/plug-ins/file-jp2-load)
libaa.so.1 required by:
--> Package: gimp-2.8.2-x86_64-1 (/usr/lib64/gimp/2.0/plug-ins/file-aa)
libgs.so.9 required by:
--> Package: gimp-2.8.2-x86_64-1 (/usr/lib64/gimp/2.0/plug-ins/file-ps)

Searching libgegl-0.2.so.0:

Error, no MANIFEST files found.
Try to update or fix your slackyd.conf.


----------------------------------------------
note : i have updated slackyd

--------------
root@porteus:~# slackyd -f -u

Repository: slackware [ftp.heanet.ie]
`- Downloading FILELIST.TXT [ok]
`- Downloading CHECKSUMS.md5 [ok]
`- Downloading PACKAGES.TXT [ok]
`- Downloading MANIFEST.bz2 [Wget Error!]

Re: gimp 2.8

Posted: 09 Jan 2013, 17:29
by unixino
should i install the dependencies one by one or what , they are libraries
please help

Re: gimp 2.8

Posted: 09 Jan 2013, 17:50
by Hamza
Did you ran

Code: Select all

slackyd -u
at the very begin ? If you run this command and you get error, please read this post.