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

Bug 117872

Summary: ebuild for digitizer
Product: Gentoo Linux Reporter: Maxim Loginov <Zeliboba>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED INVALID    
Severity: enhancement CC: dilfridge, oli.borm, smustudent1, weigt.mathias
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://digitizer.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Basic draft ebuild for Digitizer 2.14
Cleaned up ebuild for Digitizer 4.1

Description Maxim Loginov 2006-01-05 04:19:00 UTC
from web site http://digitizer.sourceforge.net/

"This open source, digitizing software converts an image file showing a graph or map, into numbers. The image file can come from a scanner, digital camera or screenshot. The numbers can be read on the screen, and written or copied to a spreadsheet. 

The process starts with an image file containing a graph or map. The final result is digitized data that can be used by other tools such as Microsoft Excel and Gnumeric."

really nice program, but I cannot find a ebuild for it.
Comment 1 Cliff Yapp 2006-06-25 11:36:33 UTC
The new 2.14 version compiles successfully on Gentoo, but it seems to have no make install option.  Also, it requires some operation on a .pro file just to generate the make file.  This tarball strikes me more as a kdevelop project file than a tarball intended for "normal" installation, although I confess I don't know enough to tell for sure.  At any rate, the make install MIGHT be substituted by simply copying the final binary to /usr/bin/digitizer, the doc and usermanual directories to the appropriate places, etc.  just copying the binary to /usr/bin/ allowed it to run, so it must be fairly self contained.
Comment 2 Cliff Yapp 2006-06-25 12:01:40 UTC
Created attachment 90132 [details]
Basic draft ebuild for Digitizer 2.14

Should this be in sci-visualization or sci-misc?
Comment 3 Cliff Yapp 2006-06-25 12:03:02 UTC
This ebuild probably gets several things wrong, particularly the way the user manual is installed - all the png images wind up gzipped.  Anyway, better than nothing and may prompt someone with more skill to fix it :-).

Cheers,
CY
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 01:27:18 UTC
1/ Don't hardcode versions into SRC_URI
2/ src_unpack() is redundant
3/ No need to dodoc LICENSE INSTALL
Comment 5 Mathias Weigt 2007-04-14 22:05:29 UTC
Created attachment 116269 [details]
Cleaned up ebuild for Digitizer 4.1

I found the ebuild for Digitizer 2.14 and bumped it to version 4.1. I added a dependency for fftw-3.1.2 (listed as tested although older versions might work to). Finally I followed Jakubs recommendations and cleaned it up a bit.
Comment 6 Oliver Borm 2007-11-26 22:00:17 UTC
Thanks to Mathias Weigt, this ebuild is now also available from the sunrise overlay:
http://overlays.gentoo.org/proj/sunrise/browser/reviewed/sci-visualization/digitizer
Comment 7 Vladimir 2009-11-25 10:52:50 UTC
  Isn't this program the same as media-gfx/engauge ? If so, then it is already in Gentoo Portage tree. :)
Comment 8 Mathias Weigt 2009-11-25 11:58:45 UTC
Yes it is the same as media-gfx/engauge ... which obviously silently entered the tree, please close
Comment 9 Andreas K. Hüttel archtester gentoo-dev 2009-12-02 22:47:26 UTC
As of bug 108469 this application is in the portage tree as
media-gfx/engauge. Removing it from sunrise and resolving this bug.