diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-10-23 07:56:29 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-10-23 07:56:29 +0000 |
commit | 77b8c8088d8ce26daa65b7b23bfb40e2ebfa9e33 (patch) | |
tree | 1088cce3a8e7b7eac9662d4338415c8a131d6f05 /media-plugins/gst-plugins-gconf | |
parent | Bump with better timestamp handling and other bugfixes. (diff) | |
download | gentoo-2-77b8c8088d8ce26daa65b7b23bfb40e2ebfa9e33.tar.gz gentoo-2-77b8c8088d8ce26daa65b7b23bfb40e2ebfa9e33.tar.bz2 gentoo-2-77b8c8088d8ce26daa65b7b23bfb40e2ebfa9e33.zip |
Bump, fixes memory leak.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-gconf')
-rw-r--r-- | media-plugins/gst-plugins-gconf/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-gconf/ChangeLog b/media-plugins/gst-plugins-gconf/ChangeLog index e9e7fb7d8a0a..0434d17733d2 100644 --- a/media-plugins/gst-plugins-gconf/ChangeLog +++ b/media-plugins/gst-plugins-gconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-gconf -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.105 2011/10/15 18:35:22 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.106 2012/10/23 07:56:29 tetromino Exp $ + +*gst-plugins-gconf-0.10.31 (23 Oct 2012) + + 23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + +gst-plugins-gconf-0.10.31.ebuild: + Bump, fixes memory leak. 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-gconf-0.10.30.ebuild: diff --git a/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31.ebuild b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31.ebuild new file mode 100644 index 000000000000..fde4e51b5914 --- /dev/null +++ b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.31.ebuild @@ -0,0 +1,18 @@ +# 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-gconf/gst-plugins-gconf-0.10.31.ebuild,v 1.1 2012/10/23 07:56:29 tetromino Exp $ + +EAPI=4 +GCONF_DEBUG=no + +inherit gnome2 gst-plugins-good gst-plugins10 + +DESCRIPTION="GStreamer plugin for wrapping GConf audio/video settings" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +RDEPEND=">=gnome-base/gconf-2 + >=media-libs/gst-plugins-base-0.10.36" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="gconf gconftool" |