Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Steve Dibb (beandog)" <beandog@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-sound/abcde: ChangeLog abcde-2.3.99.7_p235-r2.ebuild abcde-2.3.99.7_p235-r1.ebuild
|
|
Date:
|
Mon, 14 Apr 2008 03:15:24 +0000
|
|
beandog 08/04/14 03:15:24
Modified: ChangeLog
Added: abcde-2.3.99.7_p235-r2.ebuild
Removed: abcde-2.3.99.7_p235-r1.ebuild
Log:
Add normalize use flag, bug 207420
(Portage version: 2.1.4.4)
Revision Changes Path
1.40 media-sound/abcde/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 10 Jan 2008 00:34:58 -0000 1.39
+++ ChangeLog 14 Apr 2008 03:15:23 -0000 1.40
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/abcde
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.39 2008/01/10 00:34:58 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/ChangeLog,v 1.40 2008/04/14 03:15:23 beandog Exp $
+
+*abcde-2.3.99.7_p235-r2 (14 Apr 2008)
+
+ 14 Apr 2008; Steve Dibb <beandog@g.o>
+ -abcde-2.3.99.7_p235-r1.ebuild, +abcde-2.3.99.7_p235-r2.ebuild:
+ Add normalize use flag, bug 207420
*abcde-2.3.99.7_p235-r1 (10 Jan 2008)
1.1 media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild?rev=1.1&content-type=text/plain
Index: abcde-2.3.99.7_p235-r2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcde/abcde-2.3.99.7_p235-r2.ebuild,v 1.1 2008/04/14 03:15:23 beandog Exp $
DESCRIPTION="A Better CD Encoder"
HOMEPAGE="http://www.hispalinux.es/~data/abcde.php"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
MY_PV=${P/_p235/}
S="${WORKDIR}/${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="aac cdparanoia id3 vorbis flac speex lame musepack normalize replaygain"
RDEPEND="
id3? (
>=media-sound/id3-0.12
media-sound/id3v2
)
media-sound/cd-discid
virtual/eject
aac? ( media-libs/faac )
cdparanoia? ( media-sound/cdparanoia )
vorbis? ( media-sound/vorbis-tools )
flac? ( media-libs/flac )
speex? ( media-libs/speex )
lame? ( media-sound/lame )
musepack? ( media-sound/mppenc )
normalize? ( >=media-sound/normalize-0.7.4 )
replaygain? ( vorbis? ( media-sound/vorbisgain )
lame? ( media-sound/mp3gain ) )"
src_unpack() {
unpack ${A}
cd "${S}"
sed -i 's:/etc/abcde.conf:/etc/abcde/abcde.conf:g' abcde
sed -i 's:/etc:/etc/abcde/:g' Makefile
}
src_install() {
dodir /etc/abcde
emake DESTDIR="${D}" install || die "make install failed"
dodoc README TODO changelog FAQ KNOWN.BUGS USEPIPES
docinto examples/
dodoc examples/*
}
--
gentoo-commits@g.o mailing list
|
|