diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-11 16:33:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-11 16:33:17 +0000 |
commit | 38681d35e81e63863ccdb4b3ab9426c6b9293eee (patch) | |
tree | 53bf64eca15a02e130e8b9d8f0b28fe3eb347681 /media-plugins/gst-plugins-gnomevfs | |
parent | Enable multilib support. (diff) | |
download | gentoo-2-38681d35e81e63863ccdb4b3ab9426c6b9293eee.tar.gz gentoo-2-38681d35e81e63863ccdb4b3ab9426c6b9293eee.tar.bz2 gentoo-2-38681d35e81e63863ccdb4b3ab9426c6b9293eee.zip |
Enable multilib support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-plugins/gst-plugins-gnomevfs')
-rw-r--r-- | media-plugins/gst-plugins-gnomevfs/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-gnomevfs/ChangeLog b/media-plugins/gst-plugins-gnomevfs/ChangeLog index b61927368285..aee601eb157b 100644 --- a/media-plugins/gst-plugins-gnomevfs/ChangeLog +++ b/media-plugins/gst-plugins-gnomevfs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-gnomevfs -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.216 2013/02/25 23:38:21 eva Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.217 2014/06/11 16:33:17 mgorny Exp $ + +*gst-plugins-gnomevfs-0.10.36-r1 (11 Jun 2014) + + 11 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-gnomevfs-0.10.36-r1.ebuild: + Enable multilib support. 25 Feb 2013; Gilles Dartiguelongue <eva@gentoo.org> -gst-plugins-gnomevfs-0.10.35.ebuild: diff --git a/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild b/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild new file mode 100644 index 000000000000..d08e2c8b69a8 --- /dev/null +++ b/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild @@ -0,0 +1,21 @@ +# 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-gnomevfs/gst-plugins-gnomevfs-0.10.36-r1.ebuild,v 1.1 2014/06/11 16:33:17 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-base +inherit gstreamer + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" +IUSE="" + +RDEPEND=">=gnome-base/gnome-vfs-2:2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="gnome_vfs" + +src_prepare() { + gstreamer_system_link \ + gst-libs/gst/tag:gstreamer-tag +} |