bircoph 15/04/16 18:12:26 Modified: mediastreamer-bcg729-1.0.0.ebuild ChangeLog Added: mediastreamer-bcg729-1.0.0-r1.ebuild Log: fix bug 546790 Signed-off-by: Andrew Savchenko <[email protected]> (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path 1.10 media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild?r1=1.9&r2=1.10 Index: mediastreamer-bcg729-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mediastreamer-bcg729-1.0.0.ebuild 10 Oct 2013 10:39:24 -0000 1.9 +++ mediastreamer-bcg729-1.0.0.ebuild 16 Apr 2015 18:12:26 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v 1.9 2013/10/10 10:39:24 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0.ebuild,v 1.10 2015/04/16 18:12:26 bircoph Exp $ EAPI=5 1.13 media-plugins/mediastreamer-bcg729/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 12 Nov 2014 14:10:34 -0000 1.12 +++ ChangeLog 16 Apr 2015 18:12:26 -0000 1.13 @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/mediastreamer-bcg729 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog,v 1.12 2014/11/12 14:10:34 bircoph Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/ChangeLog,v 1.13 2015/04/16 18:12:26 bircoph Exp $ + +*mediastreamer-bcg729-1.0.0-r1 (16 Apr 2015) + + 16 Apr 2015; Andrew Savchenko <[email protected]> + +mediastreamer-bcg729-1.0.0-r1.ebuild, + mediastreamer-bcg729-1.0.0.ebuild: + Fix ortp dependency, bug #546790. Patch by Jaco Kroon <[email protected]>. + Update copyright year. 12 Nov 2014; Andrew Savchenko <[email protected]> metadata.xml: Add myself to maintainers 1.1 media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: mediastreamer-bcg729-1.0.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-bcg729/mediastreamer-bcg729-1.0.0-r1.ebuild,v 1.1 2015/04/16 18:12:26 bircoph Exp $ EAPI=5 MY_P="bcg729-${PV}" DESCRIPTION="Backported G729 implementation for Linphone" HOMEPAGE="http://www.linphone.org" SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=media-libs/mediastreamer-2.8.2:=[ortp]" DEPEND="${RDEPEND} virtual/pkgconfig" S="${WORKDIR}/${MY_P}" src_configure(){ # strict = -Werror econf \ --disable-static \ --disable-strict }
