Bug#406467: libgimp-perl: glowing steel fails -- too many parameters

2007-01-12 Thread Larry Lade

According to the built-in help for the Motion Blur plug-in, the current
parameters should be in the order of (run_mode, image, drawable, type,
length, angle, center_x, center_y). I was thus able to make this script work
by shuffling the order of the arguments.
--- usr/lib/gimp/2.0/plug-ins/glowing_steel	2005-12-21 20:34:12.0 -0700
+++ home/lade/.gimp-2.2/plug-ins/glowing_steel	2007-01-12 01:45:01.0 -0700
@@ -203,7 +203,7 @@
 
   gimp_brightness_contrast($templ, 50, 0);
   plug_in_noisify($image, $templ, 0, 0.3, 0.3, 0.3, 0);
-  plug_in_mblur($image, $templ, 0, $length, $angle, 0.0, 0.0, 1);
+  plug_in_mblur(1, $image, $templ, 0, $length, $angle, 0.0, 0.0);
 
   # Now put it into the target layer
   gimp_selection_load($target_select);


Bug#406467: libgimp-perl: glowing steel fails -- too many parameters

2007-01-11 Thread Larry Lade
Package: libgimp-perl
Version: 2.0.dfsg+2.2pre1.dfsg-1
Severity: normal

Running Filters-Render-Pattern-Brushed Steel results in error message:

glowing_steel: too many arguments for function 'plug_in_mblur' at 
/usr/lib/gimp/2.0/plug-ins/glowing_steel line 206 (ERROR)

This appears to be related to bugs #340217 and #301265 .


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-howard
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libgimp-perl depends on:
ii  gimp2.2.13-1 The GNU Image Manipulation Program
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgimp2.0  2.2.13-1 Libraries necessary to Run the GIM
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2-perl1:1.140-1Perl interface to the 2.x series o
ii  libgtk2.0-0 2.8.20-3 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-4 Layout and rendering of internatio
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  pdl 1:2.4.3-3perl data language: Perl extension
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.7]   5.8.8-7  The Pathologically Eclectic Rubbis

libgimp-perl recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]