Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Save for Web GIMP plugin Linux installation

  1. #1
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Save for Web GIMP plugin Linux installation

    http://registry.gimp.org/node/33

    I was trying to follow the following instructions
    1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
    2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
    3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
    4. $ ./configure make
    5. $ sudo make install
    6. Restart Gimp
    7. A new option is created at File>Save for web
    -- Sergio Laprea sergio [at] klosma.net
    The first time I got Intltool not found so I've installed it like this http://www.linuxfromscratch.org/blfs.../intltool.html
    The second time I tried to issue the ./configure make command I got
    Code:
    .
    .
    .
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for catalogs to be installed...  ca es fr ja it ko pt_BR ru sk sv
    checking for bind_textdomain_codeset... (cached) yes
    checking if GTK+ is version 2.7.0 or newer... yes
    checking if GIMP is version 2.3.0 or newer... yes
    checking build system type... Invalid configuration `make': machine `make' not recognized
    configure: error: /bin/bash ./config.sub make failed
    EDIT:
    The proper procedure is:
    1. Unzip the .tar.gz in ~/.gimp-2.6/plug-ins/
    2. $ sudo apt-get install libgimp2.0-dev (if not installed packs for compile)
    3. $ cd ~/.gimp-2.7/plug-ins/gimp-save-for-web-0.29.3/
    4. $ ./configure
    5 $ make
    6. $ sudo make install
    7. Restart Gimp
    8. A new option is created at File>Save for web
    -- Sergio Laprea sergio [at] klosma.net
    If you get an error Intltool not found or similar, install it as per http://www.linuxfromscratch.org/blfs.../intltool.html
    Last edited by Bucic; November 4th, 2011 at 12:12 AM.

  2. #2
    Join Date
    Jul 2007
    Location
    WA State, US
    Beans
    67
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Save for Web GIMP plugin Linux installation

    try

    Code:
    ./configure
    make
    as two separate commands
    Read the wiki first!Then use Google, then look for a README file!
    If you feel like this --> chill out and come at the problem another way
    If you haven't read about getting a good answer quickly, you should.

  3. #3
    Join Date
    Nov 2007
    Location
    New Zealand
    Beans
    1,224
    Distro
    Ubuntu Development Release

    Re: Save for Web GIMP plugin Linux installation

    Why are you trying to build it when it is available through the Ubuntu repos...?

    Code:
    sudo apt-get install gimp-plugin-registry
    This has, amongst several other nifty plugins, the 'save for web' plugin.

    Just install, restart Gimp and find it in the drop-downs from the 'File' menu.
    Last edited by robert shearer; November 3rd, 2011 at 12:56 AM.

  4. #4
    Join Date
    Jul 2006
    Beans
    284

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by Bucic View Post
    The second time I tried to issue the ./configure make command I
    If you really, REALLY want to install anything from source code, use 'sudo apt-get build-dep PACKAGE' command. In this case it would be 'sudo apt-get build-dep gimp'. But as already pointed out by Robert Shearer, the plug-in is in PPA.
    Libre Graphics World — news and articles on free design and photography software

  5. #5
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by hailtothethief View Post
    try

    Code:
    ./configure
    make
    as two separate commands
    It worked! Thanks!
    The procedure in the original post revised.

  6. #6
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by robert shearer View Post
    Why are you trying to build it when it is available through the Ubuntu repos...?

    Code:
    sudo apt-get install gimp-plugin-registry
    This has, amongst several other nifty plugins, the 'save for web' plugin.

    Just install, restart Gimp and find it in the drop-downs from the 'File' menu.
    The plugin registry from the software center wouldn't install as I use GIMP 2.7 beta.


    Quote Originally Posted by prokoudine View Post
    If you really, REALLY want to install anything from source code, use 'sudo apt-get build-dep PACKAGE' command. In this case it would be 'sudo apt-get build-dep gim'.
    Would that single command replace the whole procedure of building from source?

  7. #7
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by Bucic View Post
    Would that single command replace the whole procedure of building from source?
    No, the build-dep option downloads and installs any needed libraries or header files on which the compilation depends. After running 'sudo apt-get build-dep packagename' you still need to run ./configure and make, but you shouldn't see errors for missing dependencies.

  8. #8
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by SeijiSensei View Post
    No, the build-dep option downloads and installs any needed libraries or header files on which the compilation depends. After running 'sudo apt-get build-dep packagename' you still need to run ./configure and make, but you shouldn't see errors for missing dependencies.
    Extremely useful, thanks! Sorry for not digging deeper into building from source but I thought I was getting some kind of package-specific error.

    BTW, too bad no one will port the far superrior RIOT plugin http://luci.criosweb.ro/riot/

  9. #9
    Join Date
    Jan 2011
    Location
    Poland
    Beans
    304
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Save for Web GIMP plugin Linux installation

    Have anyone managed to install Save for Web plugin for GIMP 2.8 RC1 (or later) on Ubuntu 11.10 or, preferably, 12.04?

  10. #10
    Join Date
    Feb 2011
    Beans
    2

    Re: Save for Web GIMP plugin Linux installation

    Quote Originally Posted by robert shearer View Post
    Why are you trying to build it when it is available through the Ubuntu repos...?

    Code:
    sudo apt-get install gimp-plugin-registry
    This has, amongst several other nifty plugins, the 'save for web' plugin.

    Just install, restart Gimp and find it in the drop-downs from the 'File' menu.
    WORKED PERFECTLY thank you robert shearer just typed that one command in and restarted gimp and it worked! thank you

Page 1 of 2 12 LastLast

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
  •