View Poll Results: What do you think?

Voters
233. You may not vote on this poll
  • I like it, but I built it myself already

    21 9.01%
  • Thanks! I'll take your package!

    180 77.25%
  • GIMP 2.2 is enough for me, I don't need it.

    22 9.44%
  • HELP?! The package didn't work!

    10 4.29%
Results 1 to 10 of 143

Thread: [DOWNLOAD] GIMP 2.3.13. Get the .deb here!

Threaded View

  1. #1
    Join Date
    Dec 2005
    Beans
    Hidden!
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    [DOWNLOAD] GIMP 2.3.13. Get the .deb here!

    UPDATE: GIMP 2.3.16 available!

    GIMP 2.3.16
    i386 (feisty, using madman's deb, thank you!)
    gimp-2.3_2.3.16-0madman2k1_i386.deb MD5: 48944db4e6b180f1bde6feb7f5b1c754

    amd64 (gutsy)
    gimp-2.3_2.3.16-1_amd64.deb MD5: 6974d02af6df26f5f4c8170e0020e7a8

    Save-for-web plugin 0.9.0


    It installs to /usr/local and won't overwrite your own installation of gimp 2.2.
    Code:
    Building GIMP with prefix=/usr/local, datarootdir=${prefix}/share
    Desktop files install into ${datarootdir}
    
    Extra Binaries:
      gimp-console:        yes
      gimp-remote:         yes
    
    Optional Features:
      D-Bus service:       yes
    
    Optional Plug-Ins:
      Ascii Art:           no (AA library not found)
      Help Browser:        yes
      LCMS:                yes
      JPEG:                yes
      MNG:                 yes
      PDF:                 yes
      PNG:                 yes
      Print:               yes
      PSP:                 yes
      Python:              yes
      Script-Fu:           yes
      SVG:                 yes
      TIFF:                yes
      TWAIN (MacOS X):     no
      TWAIN (Win32):       no
      URI:                 yes (using gnome-vfs)
      Windows ICO          yes
      WMF:                 yes
      XJT:                 yes
      XPM:                 yes
    
    Plug-In Features:
      EXIF support:        yes
      GNOME UI:            yes
      GNOME keyring:       yes
    
    Optional Modules:
      ALSA (MIDI Input):   yes
      Linux Input:         yes (HAL support: yes)
      DirectInput (Win32): no
      Color Correction:    yes
      Soft Proof:          yes
    I plan to build debs of gimp 2.3 for all future releases until version 2.4 is added to ubuntu, so stay tuned!

    Please leave a comment!

    bye
    soc

    If you get this error:
    Code:
    This is a development version of GIMP.  Debug messages may appear here.
    /usr/local/lib/gimp/2.0/plug-ins/webexport: error while loading shared libraries: libgimpconfig-2.0.so.0: cannot open shared object file: No such file or directory
    Do the following to be able to use the Save-for-web plug-in:
    Code:
    sudo gedit /usr/local/bin/gimp-2.3.sh
    Insert the following into the file:
    Code:
    PATH=/usr/local/bin:$PATH
    export PATH
    LD_LIBRARY_PATH=/usr/local/lib
    export LD_LIBRARY_PATH
    /usr/local/bin/gimp-2.3
    Make gimp-2.3.sh executable and correct your menu-entry so that it points to /usr/local/bin/gimp-2.3.sh instead of /usr/local/bin/gimp-2.3.

    That's it!
    Last edited by soc; May 2nd, 2007 at 04:33 PM. Reason: GIMP 2.3.16 released.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •