Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320291 - media-sound/aucdtect - CD authenticity detector
Summary: media-sound/aucdtect - CD authenticity detector
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise suggested
Keywords: EBUILD
: 437554 (view as bug list)
Depends on:
Blocks: 437556
  Show dependency tree
 
Reported: 2010-05-17 23:02 UTC by Nathan Shearer
Modified: 2012-10-29 14:20 UTC (History)
3 users (show)

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


Attachments
My first ebuild. Works on my amd64 system. (aucdtect-0.8.2.ebuild,563 bytes, text/plain)
2010-05-24 01:36 UTC, Nathan Shearer
Details
aucdtect-0.8.2.ebuild (aucdtect-0.8.2.ebuild,560 bytes, text/plain)
2011-05-12 22:12 UTC, Nathan Shearer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Shearer 2010-05-17 23:02:31 UTC
This bug is an ebuild request for auCDtect.

Aucdtect (CD authenticity detector) algorithm has been developed to help determine the authenticity of musical CDs. By evaluating the character of audio data a CD  contains, Aucdtect can distinguish between original studio-based recordings and those that have been "reconstructed" using a lossy audio source, such as MP3.

See http://true-audio.com/Tau_Analyzer_-_Aucdtect_Algorithm_Details for more information about auCDtect. It can be downloaded from http://true-audio.com/Free_Downloads

Reproducible: Always

Steps to Reproduce:
emerge aucdtect
Actual Results:  
Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "aucdtect".

Expected Results:  
Most likely I'd expect to unmask aucdtect with ~amd64 then be able to emerge it and use it.

The tarball has an already compiled binary. I had to install libstdc++ for auCDtect to work.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-05-17 23:40:22 UTC
Hi, 

this one is really a nice program to have esp. on a flee market buying cds.

Seriously, is there any chance to get the source code of this? It's a precompiled 32bit ELF binary. According to it's Rreadme, the program is from 2004.

It would be better to go the Gentoo way and rebuild this program with current libs/compiler.

Which package did you install to run it on amd64?
Comment 2 Nathan Shearer 2010-05-18 00:14:57 UTC
I downloaded AuCDtect version 0.8 (http://www.true-audio.com/ftp/aucdtect-0.8.2.tgz)  (Linux x86) and extracted the executable into by /usr/bin folder. I just ran an emerge --depclean and that broke it. It's currently not working for me (it says it needs libstdc++-libc6.2-2.so.3)

I tried a round revdep-rebuild but still no luck.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2010-05-19 07:06:22 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Nathan Shearer 2010-05-24 00:45:31 UTC
auCDtect requires emul-linux-x86-compat on an amd64 system. Once In emerged that library it worked again!
Comment 5 Nathan Shearer 2010-05-24 01:36:48 UTC
Created attachment 232655 [details]
My first ebuild. Works on my amd64 system.
Comment 6 dsuchka 2011-01-04 16:52:16 UTC
Please, add RESTRICT="mirror" in your ebuild
Comment 7 Nathan Shearer 2011-05-12 22:12:28 UTC
Created attachment 272991 [details]
aucdtect-0.8.2.ebuild
Comment 8 Sergey Popov gentoo-dev 2012-10-08 10:51:35 UTC
*** Bug 437554 has been marked as a duplicate of this bug. ***
Comment 9 Ben de Groot (RETIRED) gentoo-dev 2012-10-29 14:20:06 UTC
+*aucdtect-0.8.2 (29 Oct 2012)
+
+  29 Oct 2012; Ben de Groot <yngwin@gentoo.org> +aucdtect-0.8.2.ebuild,
+  +metadata.xml:
+  Initial commit from bug #320291 and #437554

Thanks for your contributions!