diff options
author | 2012-10-21 08:00:07 +0000 | |
---|---|---|
committer | 2012-10-21 08:00:07 +0000 | |
commit | 5f72f754d66d5f1aaf74b275e93e6702096eed37 (patch) | |
tree | 93ccb3ecd0483ec6e9f9b59a7020739ff4d987c1 /media-plugins/gst-plugins-gnomevfs | |
parent | Bump, fixes a memory leak. (diff) | |
download | gentoo-2-5f72f754d66d5f1aaf74b275e93e6702096eed37.tar.gz gentoo-2-5f72f754d66d5f1aaf74b275e93e6702096eed37.tar.bz2 gentoo-2-5f72f754d66d5f1aaf74b275e93e6702096eed37.zip |
Bump, fixes a memory leak.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
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.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-gnomevfs/ChangeLog b/media-plugins/gst-plugins-gnomevfs/ChangeLog index 2b7c1026e3e4..14e53f870c63 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.202 2011/12/05 11:26:58 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gnomevfs/ChangeLog,v 1.203 2012/10/21 08:00:06 tetromino Exp $ + +*gst-plugins-gnomevfs-0.10.36 (21 Oct 2012) + + 21 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gst-plugins-gnomevfs-0.10.36.ebuild: + Bump, fixes a memory leak. 05 Dec 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop gnome team from metadata as talked with leio and eva. diff --git a/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36.ebuild b/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36.ebuild new file mode 100644 index 000000000000..21e3650490dc --- /dev/null +++ b/media-plugins/gst-plugins-gnomevfs/gst-plugins-gnomevfs-0.10.36.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 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.ebuild,v 1.1 2012/10/21 08:00:07 tetromino Exp $ + +EAPI=4 + +inherit gst-plugins-base + +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" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="gnome_vfs" |