Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437556 - media-sound/redoflacs - add media-sound/aucdtect to pkg_postinst message
Summary: media-sound/redoflacs - add media-sound/aucdtect to pkg_postinst message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on: 320291
Blocks:
  Show dependency tree
 
Reported: 2012-10-07 23:42 UTC by Jaren Stangret
Modified: 2012-10-29 14:25 UTC (History)
0 users

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


Attachments
redoflacs-0.15.ebuild patch (redoflacs-0.15.ebuild.diff,666 bytes, text/plain)
2012-10-07 23:42 UTC, Jaren Stangret
Details
redoflacs-0.16.1.ebuild patch (redoflacs-0.16.1.ebuild.diff,770 bytes, patch)
2012-10-18 19:23 UTC, Jaren Stangret
Details | Diff
redoflacs-0.16.2.ebuild patch (redoflacs-0.16.2.ebuild.diff,772 bytes, patch)
2012-10-22 06:05 UTC, Jaren Stangret
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaren Stangret 2012-10-07 23:42:41 UTC
Created attachment 325960 [details]
redoflacs-0.15.ebuild patch

auCDtect now has it's own ebuild, so redoflacs can now recommend it's inclusion via 'elog'.

The ebuild for auCDtect can be found here:
https://bugs.gentoo.org/show_bug.cgi?id=437554

I'm unsure if this ebuild requires an '-r1' as recompiling isn't necessary.  Maybe just a silent update to portage?

Thank you for all the help so far!
Comment 1 Sergey Popov gentoo-dev 2012-10-08 10:55:26 UTC
Sound team, what's your opinion? It seems that program are closed-source with not clear license. Am i right?
Comment 2 Jaren Stangret 2012-10-08 12:59:18 UTC
(In reply to comment #1)
> Sound team, what's your opinion? It seems that program are closed-source
> with not clear license. Am i right?

That's correct.

This is all the program has regarding its license (found in a Readme in aucdtect-0.8.2.tgz):

* Copying

This program is free software; you may redistribute it freely as
long as you do not charge for it.

This program is distributed "AS IS" in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Comment 3 Jaren Stangret 2012-10-18 19:23:42 UTC
Created attachment 326868 [details, diff]
redoflacs-0.16.1.ebuild patch

Since redoflacs has reached version 0.16, I'm bumping the patch for redoflacs-0.16.  This patch also includes a small change to 'newexe.'
Comment 4 Jaren Stangret 2012-10-18 19:44:13 UTC
Comment on attachment 326868 [details, diff]
redoflacs-0.16.1.ebuild patch

>--- /usr/portage/media-sound/redoflacs/redoflacs-0.15.ebuild	2012-10-06 02:40:48.000000000 -0500
>+++ redoflacs-0.16.1.ebuild	2012-10-18 14:17:26.737089228 -0500
>@@ -22,11 +22,13 @@
> 
> src_install() {
> 	exeinto /usr/bin
>-	newexe redoFlacs.sh redoflacs
>+	newexe redoFlacs redoflacs
> }
> 
> pkg_postinst() {
> 	elog "This script makes use of optional programs if installed:"
>-	elog "   media-sound/sox    ->  support for creating spectrograms"
>-	elog "   media-libs/libpng  ->  needed by media-sound/sox"
>+	elog "   media-sound/sox       ->  support for creating spectrograms"
>+	elog "   media-libs/libpng     ->  needed by media-sound/sox"
>+	elog "   media-sound/aucdtect  ->  support for determining authenticity"
>+	elog "                             of FLAC files (CDDA)"
> }
Comment 5 Jaren Stangret 2012-10-18 19:45:22 UTC
Comment on attachment 326868 [details, diff]
redoflacs-0.16.1.ebuild patch

Quick update to redoflacs version 0.16.1.
Comment 6 Jaren Stangret 2012-10-22 06:05:29 UTC
Created attachment 327118 [details, diff]
redoflacs-0.16.2.ebuild patch

Redoflacs bump to 0.16.2.

This diff cleanly applies to redoflacs 0.15.
Comment 7 Ben de Groot (RETIRED) gentoo-dev 2012-10-29 14:25:58 UTC
+*redoflacs-0.16.2 (29 Oct 2012)
+
+  29 Oct 2012; Ben de Groot <yngwin@gentoo.org> +redoflacs-0.16.2.ebuild:
+  Version bump from bug #437556