mgorny 14/06/10 18:53:25 Modified: ChangeLog Added: gst-plugins-alsa-0.10.36-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.211 media-plugins/gst-plugins-alsa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog?rev=1.211&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog?rev=1.211&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog?r1=1.210&r2=1.211 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- ChangeLog 25 Feb 2013 22:45:23 -0000 1.210 +++ ChangeLog 10 Jun 2014 18:53:25 -0000 1.211 @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-alsa -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog,v 1.210 2013/02/25 22:45:23 eva Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-alsa/ChangeLog,v 1.211 2014/06/10 18:53:25 mgorny Exp $ + +*gst-plugins-alsa-0.10.36-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <[email protected]> + +gst-plugins-alsa-0.10.36-r1.ebuild: + Enable multilib support, bug #493176. 25 Feb 2013; Gilles Dartiguelongue <[email protected]> -gst-plugins-alsa-0.10.35.ebuild: 1.1 media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.36-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.36-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-alsa/gst-plugins-alsa-0.10.36-r1.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-alsa-0.10.36-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-alsa/gst-plugins-alsa-0.10.36-r1.ebuild,v 1.1 2014/06/10 18:53:25 mgorny Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-base inherit gstreamer KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/alsa-lib-0.9.1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" src_prepare() { gstreamer_system_link \ gst-libs/gst/interfaces:gstreamer-interfaces \ gst-libs/gst/audio:gstreamer-audio }
