Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101496 - DOMO music-organizer (new ebuild)
Summary: DOMO music-organizer (new ebuild)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://domo.sourceforge.net/index2.html
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-08-05 17:17 UTC by Peter
Modified: 2016-03-31 17:21 UTC (History)
2 users (show)

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


Attachments
domo-3.0_beta1.ebuild (domo-3.0_beta1.ebuild,891 bytes, text/plain)
2005-10-18 08:54 UTC, Tobias Sager
Details
domo-targets.patch (domo-targets.patch,1.24 KB, patch)
2005-10-18 08:55 UTC, Tobias Sager
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2005-08-05 17:17:34 UTC
Fell over this very promising music-organizer and is now requesting an ebuild:
"Domo is a music organizer which indexes digital audio sources, extracts all
information and inserts everything into a relational database. The database can
then be queried, exported and compared with other digital audio sources.
Musicbrainz support is also available for the looking up of Audio CDs or for
identifying unknown tracks based on their TRM audio fingerprint."
 
http://domo.sourceforge.net/index2.html

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joshua Jackson (RETIRED) gentoo-dev 2005-08-05 17:25:59 UTC
Well having been informed and tested various issues...wow just wow is all I have
to say about this program. This is not the good kind of wow. 

First things first, the makefile seems to ignore make DESTDIR=${D} install. It
throws about 9 sandbox errors after that. The Makefile is a installer script,
that doesn't seem sure of itself. Griffith the main python app itself tries to
import other modules that liv in lib, but don't get installed anywhere but in
lib. So of course it doesn't work. Apparently, i'd say the developer has
modified his import from locations but forgot others don't have the same setup.

Even with sqlite installed it seems to miss finding what it needs to import for
that to work. In otherwords this program just needs some love.

I'll be sending another futile email to the developer about all these errors,
and hoping to get a response back.

In the meantime I'd suggest that this bug be marked resolved, revisit later. At
least til we can confirm that the developer is still working on the app, and has
intention to either correct some things or someone has the time to go through
and figure out what is going on with it.
Comment 2 Joshua Jackson (RETIRED) gentoo-dev 2005-08-05 17:26:31 UTC
doh sorry wrong bug X_X
Comment 3 Tobias Sager 2005-10-18 08:54:43 UTC
Created attachment 70946 [details]
domo-3.0_beta1.ebuild

Ebuild for current dev version.

TODO: check if qt was compiled with USE-flag mysql as domo needs the mysql
plugin (/usr/qt/3/plugins/sqldrivers/libqsqlmysql.so).

Works for me as far as running it. I don't understand how to use it though. And
it segfaults when I try to add directories..
Comment 4 Tobias Sager 2005-10-18 08:55:22 UTC
Created attachment 70947 [details, diff]
domo-targets.patch

To make domo's make usable.
Comment 5 Marek Szuba archtester gentoo-dev 2016-03-30 14:26:00 UTC
Upstream still exists on SourceForge but is very much dead. In the developer's own words: "DOMO is a (very) old university project started in order to learn C++. It has long served its purpose and just left here for reference purposes."