SliTaz SliTaz Forum

You are not logged in.

#1 2012-06-11 22:01:57

shruken
Member
Registered: 2012-05-10
Posts: 21

como instalar gimp 2.8 en slitaz

como podria instalar gimp 2.8 en slitaz 4? la verdad encontre un tazpakg pero no funciono,alguien sabe como podria compilarlo en slitaz? ya que cuando lo intento me marca problemas con una dependencia llamada babl

Offline

#2 2012-06-12 16:13:26

Guest
Guest

Re: como instalar gimp 2.8 en slitaz

Hola, debes tener un sistema apto para compilar software; esto significa que debes tener instalado binutils, gcc, make; para instalar todos estos paquetes de una vez tipea en una terminal:

> su

> clave de root (root si no la cambiaste)

> tazpkg get-install slitaz-toolchain

> tazpkg get-install pkg-config

>

Ahora debes crear los woks para cocinar algunas dependencias faltantes de gimp 2.8:

> tazwok new-tree babl

> tazwok new-tree babl-dev

> tazwok new-tree gegl

> tazwok new-tree gegl-dev

> tazwok new-tree gdk-pixbuf

> tazwok new-tree gdk-pixbuf-dev

A todos estos paquetes ya los debes tener instalados en tu sistema, pero en versiones algo mas viejas y que por eso no funcionan con el nuevo gimp.

Luego vas a copiar las recetas para cocinarlos desde /var/lib/tazpkg/instaled/nombre del soft/receipt

hacia el correspondiente wok de c/u que creaste en el paso anterior; luego editas cada receipt del wok y le borras las líneas que informan del tamaño del paquete y le cambias la versión por las mas nuevas que vas a compilar...

La versión de las fuentes de babl que debes descargar es la 0.1.10; para gegl: 0.2.0 y para gdk-pixbuf: 2.24.1 .

A todos éstos los debes descomprimir, c/u en su correspondiente wok (los wok que terminan en -dev solo llevan el receipt). Ahora puedes compilar c/u con:

> tazwok compile babl

> tazwok compile gegl

> tazwok compile gdk-pixbuf

Luego genera los correspondientes paquetes de instalación:

> tazwok genpkg babl

> tazwok genpkg babl-dev

> tazwok genpkg gegl

> tazwok genpkg gegl-dev

> tazwok genpkg gdk-pixbuf

> tazwok genpkg gdk-pixbuf-dev

Los paquetes generados están un directorio mas arriba del wok en packages-incoming .

Una vez que compilaste y creaste c/u de estos paquetes, los vas instalando en tu PC; finalmente prueba y haz lo mismo con el Gimp...

>tazpkg install babl

>tazpkg install babl-dev

>tazpkg install gegl

>tazpkg install gegl-dev

>tazpkg install gdk-pixbuf

>tazpkg install gdk-pixbuf-dev

Si tienes dudas revisa en la documentación online de Slitaz... y empieza a cocinar con tazwok !

#3 2012-06-12 18:57:56

shruken
Member
Registered: 2012-05-10
Posts: 21

Re: como instalar gimp 2.8 en slitaz

root@kevin:/home/kevin# tazwok compile babl

Unable to find the receipt : /home/slitaz/4.0/wok/babl/receipt igual me pasa con todos Unable to find the receipt y ya copie bien los receipt

Offline

#4 2012-06-13 20:24:16

Guest
Guest

Re: como instalar gimp 2.8 en slitaz

Hola de nuevo Shruken; debes copiar (si tu versión es la 4.0 ) todos los subdirectorios que creaste en:

/home/slitaz/4.0/clean-wok/

Hacia:

/home/slitaz/4.0/wok

Y recién entonces podrás compilar y crear tus paquetes; recuerda que dentro de cada directorio principal (babl, gegl, etcétera no los que terminan en -dev) deberás tener descomprimidas las fuentes correspondientes, quedándote una estructura similar a ésta para babl por ejemplo:

/home/slitaz/4.0/wok/babl

dentro de babl: el receipt y un subdirectorio babl-0.1.10 con las fuentes descomprimidas.

Y así con el resto...

#5 2012-06-13 21:27:41

shruken
Member
Registered: 2012-05-10
Posts: 21

Re: como instalar gimp 2.8 en slitaz

Bueno amigo ahora si me funcionó pero al compilar el gegl me da este error:

root@kevin:/home/kevin# tazwok compile gegl

Looking for build dependencies                                       [ OK ]

Checking for source tarball: gegl                                    [ OK ]

Untaring source tarball                                              [ RUN ] ...

               ~~~~~~~~~~~~~~~~~~~~ Messages ~~~~~~~~~~~~~~~~~~~~

There's already something at /home/slitaz/4.0/wok/gegl/gegl-0.2.0. Abort.

               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... Untaring source tarball                                          [ Warning ]

Executing compile_rules                                              [ RUN ] ...

               ~~~~~~~~~~~~~~~~~~~~ Messages ~~~~~~~~~~~~~~~~~~~~

tazwok: Disabling -pipe compile flag because of low memory: 325 MB available.

configure: loading site script /etc/config.site

prefix = /usr

datarootdir = ${prefix}/share

datadir = ${datarootdir}

localedir= ${datarootdir}/locale

infodir = ${datarootdir}/info

mandir = ${datarootdir}/man

build = i486-pc-linux-gnu

host = i486-pc-linux-gnu

checking whether make supports nested variables... yes

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... ./install-sh -c -d

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... yes

checking for i486-pc-linux-gnu-gcc... no

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables...

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking for i486-pc-linux-gnu-g++... no

checking for i486-pc-linux-gnu-c++... no

checking for i486-pc-linux-gnu-gpp... no

checking for i486-pc-linux-gnu-aCC... no

checking for i486-pc-linux-gnu-CC... no

checking for i486-pc-linux-gnu-cxx... no

checking for i486-pc-linux-gnu-cc++... no

checking for i486-pc-linux-gnu-cl.exe... no

checking for i486-pc-linux-gnu-FCC... no

checking for i486-pc-linux-gnu-KCC... no

checking for i486-pc-linux-gnu-RCC... no

checking for i486-pc-linux-gnu-xlC_r... no

checking for i486-pc-linux-gnu-xlC... no

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking whether make sets $(MAKE)... (cached) yes

checking for special C compiler options needed for large files... no

checking for _FILE_OFFSET_BITS value needed for large files... 64

checking build system type... i486-pc-linux-gnu

checking host system type... i486-pc-linux-gnu

checking how to print strings... printf

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by gcc... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B

checking the name lister (/usr/bin/nm -B) interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 1572864

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... yes

checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop

checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop

checking for /usr/bin/ld option to reload object files... -r

checking for i486-pc-linux-gnu-objdump... no

checking for objdump... objdump

checking how to recognize dependent libraries... pass_all

checking for i486-pc-linux-gnu-dlltool... no

checking for dlltool... no

checking how to associate runtime and link libraries... printf %sn

checking for i486-pc-linux-gnu-ar... no

checking for ar... ar

checking for archiver @FILE support... @

checking for i486-pc-linux-gnu-strip... no

checking for strip... strip

checking for i486-pc-linux-gnu-ranlib... no

checking for ranlib... ranlib

checking command to parse /usr/bin/nm -B output from gcc object... ok

checking for sysroot... no

checking for i486-pc-linux-gnu-mt... no

checking for mt... no

checking if : is a manifest tool... no

checking how to run the C preprocessor... gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... yes

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... yes

checking for objdir... .libs

checking if gcc supports -fno-rtti -fno-exceptions... no

checking for gcc option to produce PIC... -fPIC -DPIC

checking if gcc PIC flag -fPIC -DPIC works... yes

checking if gcc static flag -static works... yes

checking if gcc supports -c -o file.o... yes

checking if gcc supports -c -o file.o... (cached) yes

checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes

checking whether -lc should be explicitly linked in... no

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking for shl_load... no

checking for shl_load in -ldld... no

checking for dlopen... no

checking for dlopen in -ldl... yes

checking whether a program can dlopen itself... yes

checking whether a statically linked program can dlopen itself... no

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... no

checking how to run the C++ preprocessor... g++ -E

checking for ld used by g++... /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld... yes

checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes

checking for g++ option to produce PIC... -fPIC -DPIC

checking if g++ PIC flag -fPIC -DPIC works... yes

checking if g++ static flag -static works... yes

checking if g++ supports -c -o file.o... yes

checking if g++ supports -c -o file.o... (cached) yes

checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... (cached) GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking for GNUC variadic macros... yes

checking for ISO C99 variadic macros in C... yes

checking for ISO C99 variadic macros in C++... yes

checking whether to turn on debugging... no

checking whether to turn on profiling... no

checking for C/C++ restrict keyword... __restrict

checking for aclocal flags...

checking for target architecture...

checking for dynamic library filename suffix... .so

checking for some Darwin platform... no

checking for some Win32 platform... no

checking for native Win32... no

checking for perl5... no

checking for perl... /usr/bin/perl

checking for i486-pc-linux-gnu-pkg-config... no

checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for gobject-introspection... no (disabled, use --enable-introspection to enable)

checking for vapigen... no

*** Check for vapigen failed.

checking for fsync... yes

checking for BABL... no

configure: error: Package requirements (babl >= 0.1.10) were not met:

Requested 'babl >= 0.1.10' but version of babl is 0.1.6

Consider adjusting the PKG_CONFIG_PATH environment variable if you

installed software in a non-standard prefix.

Alternatively, you may set the environment variables BABL_CFLAGS

and BABL_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.

               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

... Executing compile_rules                                          [ Failed ]

Offline

#6 2012-06-19 01:28:25

CamiloMM
Member
Registered: 2012-06-18
Posts: 21

Re: como instalar gimp 2.8 en slitaz

Caso alguien se importe, Gimp 2.8 está disponible para SliTaz cooking. Intenté compilarlo una vez, dios mio fue terrible. Por suerte está en los repositorios.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]