pacho 15/06/07 12:27:26 Modified: metadata.xml ChangeLog Added: libnice-0.1.13.ebuild Log: Version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.6 net-libs/libnice/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libnice/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 27 Oct 2013 09:40:58 -0000 1.5 +++ metadata.xml 7 Jun 2015 12:27:25 -0000 1.6 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>gnome</herd> +<herd>gnome</herd> </pkgmetadata> 1.96 net-libs/libnice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 7 Jun 2015 10:40:44 -0000 1.95 +++ ChangeLog 7 Jun 2015 12:27:25 -0000 1.96 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/libnice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.95 2015/06/07 10:40:44 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/ChangeLog,v 1.96 2015/06/07 12:27:25 pacho Exp $ + +*libnice-0.1.13 (07 Jun 2015) + + 07 Jun 2015; Pacho Ramos <[email protected]> + +files/libnice-0.1.13-gstreamer.patch, +libnice-0.1.13.ebuild, metadata.xml: + Version bump 07 Jun 2015; Markus Meier <[email protected]> libnice-0.1.10.ebuild: arm stable, bug #534012 1.1 net-libs/libnice/libnice-0.1.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild?rev=1.1&content-type=text/plain Index: libnice-0.1.13.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnice/libnice-0.1.13.ebuild,v 1.1 2015/06/07 12:27:25 pacho Exp $ EAPI=5 inherit autotools eutils multilib-minimal DESCRIPTION="An implementation of the Interactice Connectivity Establishment standard (ICE)" HOMEPAGE="http://nice.freedesktop.org/wiki/" SRC_URI="http://nice.freedesktop.org/releases/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+introspection +upnp" RDEPEND=" >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} dev-util/gtk-doc-am >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] " # Many tests fail from time to time, for example: # https://bugs.freedesktop.org/show_bug.cgi?id=81691 RESTRICT="test" src_prepare() { # https://bugs.freedesktop.org/show_bug.cgi?id=90801 epatch "${FILESDIR}"/${P}-gstreamer.patch eautoreconf } multilib_src_configure() { # gstreamer plugin split off into media-plugins/gst-plugins-libnice ECONF_SOURCE=${S} \ econf \ --disable-static \ --disable-static-plugins \ --without-gstreamer \ --without-gstreamer-0.10 \ $(multilib_native_use_enable introspection) \ $(use_enable upnp gupnp) if multilib_is_native_abi; then ln -s {"${S}"/,}docs/reference/libnice/html || die fi } multilib_src_install_all() { einstalldocs prune_libtool_files --modules }
