Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 215297

Summary: mathmap-1.2.4.ebuild (NEW PACKAGE)
Product: Gentoo Linux Reporter: Steve Mallon <steve>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: graphics+disabled, luisav.ferreira
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.complang.tuwien.ac.at/schani/mathmap/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: media-plugins/mathmap-12.4.ebuild
ebuild for mathmap-1.2.4
Added gtksourceview dependency

Description Steve Mallon 2008-03-29 10:03:19 UTC
MathMap is a GIMP plug-in which allows distortion of images specified in a simple programming language.

Reproducible: Always
Comment 1 Steve Mallon 2008-03-29 10:04:59 UTC
Created attachment 147614 [details]
media-plugins/mathmap-12.4.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-03-29 20:17:40 UTC
- These dependencies are for sure runtime dependencies as well...
- sci-libs/gsl-1.10 changed to GPL 3 so the bindist use flag is needed here, see bug 199451
Comment 3 Steve Mallon 2008-03-30 15:54:19 UTC
Created attachment 147697 [details]
ebuild for mathmap-1.2.4

Updated ebuild to add RDEPEND, and add bindist use flag
Comment 4 Karsten Hiddemann 2008-04-27 03:20:31 UTC
Another dependency that's required (why ever it would need it): x11-libs/gtksourceview 1.x

gcc -I. -D_GNU_SOURCE -DCGEN_CC="\"gcc -O2 -c -fPIC -o\"" -DCGEN_LD="\"gcc -shared -o\"" -O2 -Wall `gimptool-2.0 --cflags` `pkg-config --cflags gmodule-2.0 gthread-2.0 gtksourceview-1.0` -DLOCALEDIR=\"/usr/local/share/locale\" -DTEMPLATE_DIR=\"`gimptool-2.0 --gimpdatadir`/mathmap\" -DPIXMAP_DIR=\"`gimptool-2.0 --gimpdatadir`/mathmap\" -DENABLE_NLS  -DMATHMAP_CMDLINE -DGIMPDATADIR=\"`gimptool-2.0 --gimpdatadir`\" -DMATHMAP_VERSION=\"1.2.4\" -DRWIMG_JPEG -DRWIMG_PNG -DRWIMG_GIF -o mathmap_common.o -c mathmap_common.c
Package gtksourceview-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtksourceview-1.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtksourceview-1.0' found
Comment 5 Karsten Hiddemann 2008-04-27 16:34:43 UTC
Created attachment 151157 [details]
Added gtksourceview dependency