maksbotan 14/06/27 09:00:05 Modified: ChangeLog Added: ccaudio2-2.1.3.ebuild Removed: ccaudio2-2.0.5.ebuild Log: Bump to 2.1.3, thanks to slepnoga (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.3 media-libs/ccaudio2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ccaudio2/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ccaudio2/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ccaudio2/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/ccaudio2/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 21 Jun 2012 18:36:57 -0000 1.2 +++ ChangeLog 27 Jun 2014 09:00:05 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/ccaudio2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ccaudio2/ChangeLog,v 1.2 2012/06/21 18:36:57 maksbotan Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/ccaudio2/ChangeLog,v 1.3 2014/06/27 09:00:05 maksbotan Exp $ + +*ccaudio2-2.1.3 (27 Jun 2014) + + 27 Jun 2014; Maxim Koltsov <[email protected]> +ccaudio2-2.1.3.ebuild, + -ccaudio2-2.0.5.ebuild: + Bump to 2.1.3, thanks to slepnoga 21 Jun 2012; Maxim Koltsov <[email protected]> ccaudio2-2.0.5.ebuild: Enable speex by default, bug 422823. Thanks to slepnoga @@ -10,4 +16,3 @@ 26 Feb 2012; Maxim Koltsov <[email protected]> +ccaudio2-2.0.5.ebuild, +files/disable_gsm_automagic.patch, +metadata.xml: Add media-libs/ccaudio2, bug #109034. Thanks to slepnoga - 1.1 media-libs/ccaudio2/ccaudio2-2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild?rev=1.1&content-type=text/plain Index: ccaudio2-2.1.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild,v 1.1 2014/06/27 09:00:05 maksbotan Exp $ EAPI=5 AUTOTOOLS_AUTORECONF="1" inherit autotools-utils DESCRIPTION="C++ class framework for manipulating audio data" HOMEPAGE="http://www.gnu.org/software/ccaudio" SRC_URI="mirror://gnu/ccaudio/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="debug static-libs +speex gsm" RDEPEND="dev-libs/ucommon gsm? ( media-sound/gsm ) speex? ( media-libs/speex ) " DEPEND="${RDEPEND} virtual/pkgconfig " PATCHES=("${FILESDIR}"/disable_gsm_automagic.patch) DOCS=(AUTHORS ChangeLog INSTALL NEWS README SUPPORT THANKS TODO) REQUIRED_USE="^^ ( gsm speex )" src_configure() { local myeconfargs=( $(use_enable speex) $(use_enable gsm) ) autotools-utils_src_configure }
