mgorny 14/06/10 19:00:37 Modified: ChangeLog Added: gst-plugins-gl-0.10.3-r1.ebuild Log: Enable multilib support, bug #493176. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.10 media-plugins/gst-plugins-gl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 11 Oct 2013 05:18:31 -0000 1.9 +++ ChangeLog 10 Jun 2014 19:00:37 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-gl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog,v 1.9 2013/10/11 05:18:31 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gl/ChangeLog,v 1.10 2014/06/10 19:00:37 mgorny Exp $ + +*gst-plugins-gl-0.10.3-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgo...@gentoo.org> + +gst-plugins-gl-0.10.3-r1.ebuild: + Enable multilib support, bug #493176. 11 Oct 2013; Agostino Sarubbo <a...@gentoo.org> gst-plugins-gl-0.10.3.ebuild: Stable for x86, wrt bug #480908 1.1 media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-gl-0.10.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gl/gst-plugins-gl-0.10.3-r1.ebuild,v 1.1 2014/06/10 19:00:37 mgorny Exp $ EAPI="5" GST_TARBALL_SUFFIX="gz" inherit gstreamer DESCRIPTION="GStreamer OpenGL plugins" HOMEPAGE="http://gstreamer.freedesktop.org/" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libvisual" RDEPEND=" >=media-libs/glew-1.5[${MULTILIB_USEDEP}] >=media-libs/libpng-1.4:0=[${MULTILIB_USEDEP}] >=media-libs/gstreamer-0.10.35:0.10[${MULTILIB_USEDEP}] >=media-libs/gst-plugins-base-0.10.35:0.10[${MULTILIB_USEDEP}] virtual/glu[${MULTILIB_USEDEP}] virtual/opengl[${MULTILIB_USEDEP}] x11-libs/libSM[${MULTILIB_USEDEP}] libvisual? ( >=media-libs/libvisual-0.4[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.3 " # FIXME: some deal with gst-plugin-scanner RESTRICT=test # FIXME: add support for libvisual multilib_src_configure() { gstreamer_multilib_src_configure \ --disable-examples \ --disable-static \ --disable-valgrind \ $(use_enable libvisual) if multilib_is_native_abi; then local d for d in libs plugins; do ln -s "${S}"/docs/${d}/html docs/${d}/html || die done fi } multilib_src_install_all() { einstalldocs prune_libtool_files --modules }