gimp 2.8

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
unixino
Black ninja
Black ninja
Posts: 41
Joined: 28 Dec 2012, 11:42
Distribution: 46 bit xfce
Location: Egypt

gimp 2.8

Post#1 by unixino » 08 Jan 2013, 14:36

i can't find gimp 2.8 in the repository :(

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: gimp 2.8

Post#2 by Hamza » 08 Jan 2013, 19:46

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
NjVFQzY2Rg==

unixino
Black ninja
Black ninja
Posts: 41
Joined: 28 Dec 2012, 11:42
Distribution: 46 bit xfce
Location: Egypt

Re: gimp 2.8

Post#3 by unixino » 09 Jan 2013, 12:30

Thanks
i will try this tonight

unixino
Black ninja
Black ninja
Posts: 41
Joined: 28 Dec 2012, 11:42
Distribution: 46 bit xfce
Location: Egypt

Re: gimp 2.8

Post#4 by unixino » 09 Jan 2013, 17:24

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!]

unixino
Black ninja
Black ninja
Posts: 41
Joined: 28 Dec 2012, 11:42
Distribution: 46 bit xfce
Location: Egypt

Re: gimp 2.8

Post#5 by unixino » 09 Jan 2013, 17:29

should i install the dependencies one by one or what , they are libraries
please help

User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

Re: gimp 2.8

Post#6 by Hamza » 09 Jan 2013, 17:50

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.
NjVFQzY2Rg==

Post Reply