Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215297 - mathmap-1.2.4.ebuild (NEW PACKAGE)
Summary: mathmap-1.2.4.ebuild (NEW PACKAGE)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.complang.tuwien.ac.at/scha...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-29 10:03 UTC by Steve Mallon
Modified: 2022-04-26 00:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
media-plugins/mathmap-12.4.ebuild (mathmap-1.2.4.ebuild,997 bytes, text/plain)
2008-03-29 10:04 UTC, Steve Mallon
Details
ebuild for mathmap-1.2.4 (mathmap-1.2.4-r1.ebuild,1.03 KB, text/plain)
2008-03-30 15:54 UTC, Steve Mallon
Details
Added gtksourceview dependency (mathmap-1.2.4-with-gtksourceview.ebuild,1.00 KB, text/plain)
2008-04-27 16:34 UTC, Karsten Hiddemann
Details

Note You need to log in before you can comment on or make changes to this bug.
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