* [gentoo-commits] gentoo-x86 commit in media-sound/sox: metadata.xml ChangeLog sox-14.3.1.ebuild
@ 2010-04-23 12:18 Alexis Ballier (aballier)
0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2010-04-23 12:18 UTC (permalink / raw
To: gentoo-commits
aballier 10/04/23 12:18:17
Modified: metadata.xml ChangeLog
Added: sox-14.3.1.ebuild
Log:
version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 media-sound/sox/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 20 Oct 2009 16:18:02 -0000 1.3
+++ metadata.xml 23 Apr 2010 12:18:17 -0000 1.4
@@ -3,6 +3,7 @@
<pkgmetadata>
<herd>sound</herd>
<use>
+ <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag>
<flag name="id3tag">Enables ID3 tagging with id3tag library</flag>
</use>
</pkgmetadata>
1.118 media-sound/sox/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 7 Jan 2010 14:49:30 -0000 1.117
+++ ChangeLog 23 Apr 2010 12:18:17 -0000 1.118
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/sox
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.117 2010/01/07 14:49:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.118 2010/04/23 12:18:17 aballier Exp $
+
+*sox-14.3.1 (23 Apr 2010)
+
+ 23 Apr 2010; Alexis Ballier <aballier@gentoo.org> +sox-14.3.1.ebuild,
+ metadata.xml:
+ version bump
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org> sox-14.3.0.ebuild:
Transfer Prefix keywords
1.1 media-sound/sox/sox-14.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sox/sox-14.3.1.ebuild?rev=1.1&content-type=text/plain
Index: sox-14.3.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.3.1.ebuild,v 1.1 2010/04/23 12:18:17 aballier Exp $
inherit flag-o-matic
DESCRIPTION="The swiss army knife of sound processing programs"
HOMEPAGE="http://sox.sourceforge.net"
SRC_URI="mirror://sourceforge/sox/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
IUSE="alsa amr ao debug encode ffmpeg flac id3tag ladspa mad ogg oss png pulseaudio sndfile wavpack"
RDEPEND="alsa? ( media-libs/alsa-lib )
amr? ( media-libs/opencore-amr )
encode? ( media-sound/lame )
flac? ( media-libs/flac )
mad? ( media-libs/libmad )
sndfile? ( media-libs/libsndfile )
ogg? ( media-libs/libvorbis media-libs/libogg )
ao? ( media-libs/libao )
ffmpeg? ( >=media-video/ffmpeg-0.5 )
ladspa? ( media-libs/ladspa-sdk )
>=media-sound/gsm-1.0.12-r1
id3tag? ( media-libs/libid3tag )
png? ( media-libs/libpng )
pulseaudio? ( media-sound/pulseaudio )
wavpack? ( media-sound/wavpack )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile () {
# Fixes wav segfaults. See Bug #35745.
append-flags -fsigned-char
econf $(use_with alsa) \
$(use_enable debug) \
$(use_with ao) \
$(use_with oss) \
$(use_with encode lame) \
$(use_with mad) \
$(use_with sndfile) \
$(use_with flac) \
$(use_with ogg oggvorbis) \
$(use_with ffmpeg) \
$(use_with ladspa) \
$(use_with id3tag) \
$(use_with amr amrwb) \
$(use_with amr amrnb) \
$(use_with png) \
$(use_with pulseaudio) \
$(use_with wavpack) \
--with-distro="Gentoo"
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc NEWS ChangeLog README AUTHORS
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-23 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 12:18 [gentoo-commits] gentoo-x86 commit in media-sound/sox: metadata.xml ChangeLog sox-14.3.1.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox