* [gentoo-commits] gentoo-x86 commit in media-sound/alac_decoder: ChangeLog alac_decoder-0.2.0.ebuild
@ 2010-05-07 11:57 Stefan Briesenick (sbriesen)
0 siblings, 0 replies; only message in thread
From: Stefan Briesenick (sbriesen) @ 2010-05-07 11:57 UTC (permalink / raw
To: gentoo-commits
sbriesen 10/05/07 11:57:38
Modified: ChangeLog
Added: alac_decoder-0.2.0.ebuild
Log:
version bump. solving bug #306261.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 media-sound/alac_decoder/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alac_decoder/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alac_decoder/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alac_decoder/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 23 Dec 2009 17:06:39 -0000 1.6
+++ ChangeLog 7 May 2010 11:57:37 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/alac_decoder
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v 1.6 2009/12/23 17:06:39 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/ChangeLog,v 1.7 2010/05/07 11:57:37 sbriesen Exp $
+
+*alac_decoder-0.2.0 (07 May 2010)
+
+ 07 May 2010; Stefan Briesenick <sbriesen@gentoo.org>
+ +alac_decoder-0.2.0.ebuild:
+ version bump. solving bug #306261.
23 Dec 2009; Fabian Groffen <grobian@gentoo.org>
alac_decoder-0.1.3.ebuild:
1.1 media-sound/alac_decoder/alac_decoder-0.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alac_decoder/alac_decoder-0.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alac_decoder/alac_decoder-0.2.0.ebuild?rev=1.1&content-type=text/plain
Index: alac_decoder-0.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alac_decoder/alac_decoder-0.2.0.ebuild,v 1.1 2010/05/07 11:57:38 sbriesen Exp $
EAPI="2"
inherit eutils toolchain-funcs
DESCRIPTION="Basic decoder for Apple Lossless Audio Codec files (ALAC)"
HOMEPAGE="http://craz.net/programs/itunes/alac.html"
SRC_URI="http://craz.net/programs/itunes/files/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-solaris"
IUSE=""
RDEPEND=""
DEPEND="sys-apps/sed"
S=${WORKDIR}/${PN}
src_prepare() {
sed -i -e "s:\(-o alac\):\$(LDFLAGS) \1:g" Makefile || die "sed failed"
}
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
dobin alac || die "dobin failed"
dodoc README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-07 11:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 11:57 [gentoo-commits] gentoo-x86 commit in media-sound/alac_decoder: ChangeLog alac_decoder-0.2.0.ebuild Stefan Briesenick (sbriesen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox