RSS/Atom feed Twitter
Site is read-only, email is disabled

New gimptool helper application looking for testers/feedback.

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

New gimptool helper application looking for testers/feedback. Dag Rune Sneeggen 28 Jul 04:04
  New gimptool helper application looking for testers/feedback. Leon Brooks 28 Jul 04:30
New gimptool helper application looking for testers/feedback. Dag Rune Sneeggen 28 Jul 04:36
  New gimptool helper application looking for testers/feedback. Leon Brooks 28 Jul 04:59
  New gimptool helper application looking for testers/feedback. Sven Neumann 28 Jul 17:09
Dag Rune Sneeggen
2005-07-28 04:04:27 UTC (over 18 years ago)

New gimptool helper application looking for testers/feedback.

After fiddling around with gimptool I thought about how nice it would be if you could just input an URL and it would fetch the C file automagically and do all the work for you.

So, I wrote one: http://nix-dev.dudcore.net/ScriptGoodies/rGimptoolWrapper Called rgimptool-wrapper, it basically enables you to do; rgimptool-wrapper http://example.com/files/gimp/plugins/blur.c

Please have a good reading, and play around with it. Let me know how you feel, and give some feedback. :) Either by posting comments on the wiki, or sending me an email.

Cheers, Dag Rune Sneeggen

---
dudcore Consulting(http://www.dudcore.net) - Quality state-of-art hosting and IT Consulting. Personal, reasonable, and honest idealism! For geeks by geeks...

Leon Brooks
2005-07-28 04:30:06 UTC (over 18 years ago)

New gimptool helper application looking for testers/feedback.

On Thursday 28 July 2005 10:04, Dag Rune Sneeggen wrote:

After fiddling around with gimptool I thought about how nice it would be if you could just input an URL and it would fetch the C file automagically and do all the work for you.

So, I wrote one:
http://nix-dev.dudcore.net/ScriptGoodies/rGimptoolWrapper

Interesting page. I wonder if this neat toy could be extended to be a bit more generic, like the Mozilla installer files?

If so, it wouldn't be too much harder to make it build RPMs and similar packages for a plugin. That would make them a bit more point-and-click, a bit more readily accessible to the GIMP users approaching this from the "artist" end rather than the "geek" end.

s/while/file/ - do you use speech input or was that a thinko?

The Google Directory page you link to certainly has some odd and interesting stuff in it, like the plugin for loading Civ2 games and the semi-random genetic art.

Cheers; Leon

Dag Rune Sneeggen
2005-07-28 04:36:30 UTC (over 18 years ago)

New gimptool helper application looking for testers/feedback.

Thanks! :)

Surely it can be extended, I just need the suggestions... Was indeed a thinko, plus its 4am in the night here in Norway! ;)

What do you mean by making it build rpms etc? Please explain.

Cheers,
Dag Rune Sneeggen

---
dudcore Consulting(http://www.dudcore.net) - Quality state-of-art hosting and IT Consulting. Personal, reasonable, and honest idealism! For geeks by geeks...

Leon Brooks wrote:

On Thursday 28 July 2005 10:04, Dag Rune Sneeggen wrote:

After fiddling around with gimptool I thought about how nice it would be if you could just input an URL and it would fetch the C file automagically and do all the work for you.

So, I wrote one:
http://nix-dev.dudcore.net/ScriptGoodies/rGimptoolWrapper

Interesting page. I wonder if this neat toy could be extended to be a bit more generic, like the Mozilla installer files?

If so, it wouldn't be too much harder to make it build RPMs and similar packages for a plugin. That would make them a bit more point-and-click, a bit more readily accessible to the GIMP users approaching this from the "artist" end rather than the "geek" end.

s/while/file/ - do you use speech input or was that a thinko?

The Google Directory page you link to certainly has some odd and interesting stuff in it, like the plugin for loading Civ2 games and the semi-random genetic art.

Cheers; Leon

Leon Brooks
2005-07-28 04:59:13 UTC (over 18 years ago)

New gimptool helper application looking for testers/feedback.

On Thursday 28 July 2005 10:36, Dag Rune Sneeggen wrote:

Was indeed a thinko, plus its 4am in the night here in Norway! ;)

10:48 on Thu 28Jul here in Perth, Western Australia.

What do you mean by making it build rpms etc?

If it can build the plugin, it can probably spit out a .spec file and .tar.gz of the source without much extra effort. These can then be wrapped into a .src.rpm to be rebuilt to produce binaries for the different architectures and distribution versions. It's been a long time since I built a .deb package, but I don't remember it being any harder.

The advantage for the Linux (FreeBSD, Hurd, OS X, whatever) distribution is that a GIMP plugin can be packaged with a one-liner, so it's more likely to be included in that distribution and been seen by the end user.

The advantage for the end user is exactly what your progress so far is obviously already aiming to do: simplify the installation of plugins.

If the plugins are part of the distro's packaging system, they'll appear in the software manager (RPMdrake, YaST, Cervisia, whatever) and can be installed with one click.

Even if they're not in a distro's packaging system, third parties can offer pre-built one-click-and-you're-done packages, which means that a non-technical user has a hope of getting a working plugin installed.

For an example of a "third party" in operation, consider the Penguin Liberation Front's (http://plf.zarb.org/) relationship to Mandriva Linux (http://www.mandrivalinux.com/).

All of the above goes for MS-Windows when it eventually "innovates" a real packaging system of it own.

Cheers; Leon

-- http://cyberknights.com.au/ Modern tools; traditional dedication http://plug.linux.org.au/ Member, Perth Linux User Group http://slpwa.asn.au/ Member, Linux Professionals WA http://osia.net.au/ Member, Open Source Industry Australia http://linux.org.au/ Member, Linux Australia

Sven Neumann
2005-07-28 17:09:17 UTC (over 18 years ago)

New gimptool helper application looking for testers/feedback.

Hi,

Dag Rune Sneeggen writes:

Surely it can be extended, I just need the suggestions...

You might want to look at bug #306713 (http://bugzilla.gnome.org/show_bug.cgi?id=306713).

Sven