ssuominen 14/03/29 05:10:33 Modified: libtheora-1.1.1-r1.ebuild ChangeLog Log: Fix underlinking (missing -lm for function rintf()) wrt #504270 by Hector Martin (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.4 media-libs/libtheora/libtheora-1.1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild?r1=1.3&r2=1.4 Index: libtheora-1.1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libtheora-1.1.1-r1.ebuild 14 Oct 2013 17:47:48 -0000 1.3 +++ libtheora-1.1.1-r1.ebuild 29 Mar 2014 05:10:33 -0000 1.4 @@ -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-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.3 2013/10/14 17:47:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1-r1.ebuild,v 1.4 2014/03/29 05:10:33 ssuominen Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal @@ -37,6 +37,7 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-1.0_beta2-flags.patch \ + "${FILESDIR}"/${P}-underlinking.patch \ "${FILESDIR}"/${P}-libpng16.patch #465450 # bug 467006 1.115 media-libs/libtheora/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtheora/ChangeLog?r1=1.114&r2=1.115 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- ChangeLog 14 Oct 2013 17:47:48 -0000 1.114 +++ ChangeLog 29 Mar 2014 05:10:33 -0000 1.115 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libtheora -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.114 2013/10/14 17:47:48 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.115 2014/03/29 05:10:33 ssuominen Exp $ + + 29 Mar 2014; Samuli Suominen <[email protected]> + +files/libtheora-1.1.1-underlinking.patch, libtheora-1.1.1-r1.ebuild: + Fix underlinking (missing -lm for function rintf()) wrt #504270 by Hector + Martin 14 Oct 2013; Michał Górny <[email protected]> libtheora-1.1.1-r1.ebuild: Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug
