ChangeLog

# ChangeLog for media-sound/declick
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/ChangeLog,v 1.3 2007/02/11 12:34:57 armin76 Exp $

11 Feb 2007; Raúl Porcel declick-0.6.5.ebuild:
x86 stable wrt bug 166279

01 Oct 2006; Stefan Briesenick declick-0.6.5.ebuild:
added LDFLAGS

*declick-0.6.5 (04 Feb 2006)

04 Feb 2006; Stefan Briesenick +metadata.xml,
+declick-0.6.5.ebuild:
initial commit.

Manifest

DIST declick-0.6.5.tar.gz 17932 RMD160 6614aab13ed9b0b4e30f49e200601fd562dd9f73 SHA1 85bc0e72a6e36617adfabf8a6b1c9fe4263b58a8 SHA256 ce049078fd39ee68da9297cf0fa05ebce48c242934db8da1b87c2a6cdc985786
EBUILD declick-0.6.5.ebuild 788 RMD160 1c8d0ee1304ec1647fd7c5a337d185a30519b6a3 SHA1 7f75df50ae56b7c405b71328535fa2c8b3372f0e SHA256 b87f44c3f2b2e7c8ba5af9663b864e6c890958cb7bba6df7685f706f55fdabb1
MISC ChangeLog 550 RMD160 08c0748f01118d84248938778d529673d0d37af9 SHA1 3ca5b8ac935923d1cb8d93953500de44a38ea2a7 SHA256 d7dd98795ff7f21c40020c3f7c918616cf3be59512d26c2178bea0f4d7a64488
MISC metadata.xml 617 RMD160 a6e851e955ff859b9b08eaf79382145e52136d09 SHA1 3b24ea5d287ad19e4aa11d05008797a1c99ec9e2 SHA256 fe8a405f9cc5b8f4697b0963674b01c971be9e31b24ee3da4161a0f2a1eb0959

declick-0.6.5.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/declick/declick-0.6.5.ebuild,v 1.3 2007/02/11 12:34:57 armin76 Exp $

inherit eutils toolchain-funcs

DESCRIPTION="declick is a dynamic digital declicker for audio sample files"
HOMEPAGE="http://home.snafu.de/wahlm/dl8hbs/declick.html"
SRC_URI="http://home.snafu.de/wahlm/dl8hbs/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=""

src_unpack() {
unpack ${A}
cd "${S}"

# add $LDFLAGS to link command
sed -i -e "s:\(-o declick\):\$(LDFLAGS) \1:g" Makefile
}

src_compile() {
emake CC="$(tc-getCC)" COPTS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
}

src_install() {
dobin declick
dodoc README
}

metadata.xml




no-herd

sbriesen@gentoo.org
Stefan Briesenick


The main purpose of declick is the removal of digital clicks in the
input material. It is intended for the automatic removal of clicks
produced by scratched CDs or poorly working CD grabbers, for example
when using an IDE CD-ROM. It is not designed to remove analogue clicks
as from scratched LPs.