diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-02-03 16:06:22 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-02-03 16:06:22 +0000 |
commit | 69f509693cc6bd6d4cef0056b5373d9b03cedaf4 (patch) | |
tree | d6d72916166af2e88e946ea01559b35963bccd58 /media-sound | |
parent | Mark s390/sh stable. (diff) | |
download | gentoo-2-69f509693cc6bd6d4cef0056b5373d9b03cedaf4.tar.gz gentoo-2-69f509693cc6bd6d4cef0056b5373d9b03cedaf4.tar.bz2 gentoo-2-69f509693cc6bd6d4cef0056b5373d9b03cedaf4.zip |
ia64 stable wrt bug #494346
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/sox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/sox/sox-14.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/sox/ChangeLog b/media-sound/sox/ChangeLog index 3f75dd93c918..f50cca34fd20 100644 --- a/media-sound/sox/ChangeLog +++ b/media-sound/sox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/sox -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.154 2013/08/06 21:41:05 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.155 2014/02/03 16:06:22 hattya Exp $ + + 03 Feb 2014; Akinori Hattori <hattya@gentoo.org> sox-14.4.1.ebuild: + ia64 stable wrt bug #494346 06 Aug 2013; Alexis Ballier <aballier@gentoo.org> sox-14.4.1.ebuild, +files/sox-14.4.1-ffmpeg2.patch: diff --git a/media-sound/sox/sox-14.4.1.ebuild b/media-sound/sox/sox-14.4.1.ebuild index d1ca0d8a5124..877f0e4c6759 100644 --- a/media-sound/sox/sox-14.4.1.ebuild +++ b/media-sound/sox/sox-14.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.1.ebuild,v 1.10 2013/08/06 21:41:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.1.ebuild,v 1.11 2014/02/03 16:06:22 hattya Exp $ EAPI=4 inherit eutils flag-o-matic autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/sox/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="alsa amr ao debug encode ffmpeg flac id3tag ladspa mad ogg openmp oss png pulseaudio sndfile static-libs twolame wavpack" # libtool required for libltdl |