diff options
author | 2010-07-31 10:59:10 +0000 | |
---|---|---|
committer | 2010-07-31 10:59:10 +0000 | |
commit | 7b624e83fdc67b24ed2f86f59dea3131253c5045 (patch) | |
tree | 38eb4f1eb0533782448fc940baaa00464e3eafee /media-plugins/gst-plugins-gconf | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-7b624e83fdc67b24ed2f86f59dea3131253c5045.tar.gz gentoo-2-7b624e83fdc67b24ed2f86f59dea3131253c5045.tar.bz2 gentoo-2-7b624e83fdc67b24ed2f86f59dea3131253c5045.zip |
Version bump to be in sync with the rest; no code changes
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-gconf')
-rw-r--r-- | media-plugins/gst-plugins-gconf/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.23.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-gconf/ChangeLog b/media-plugins/gst-plugins-gconf/ChangeLog index 1bf96afe66e9..214765cb043c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.77 2010/07/27 17:40:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.78 2010/07/31 10:59:10 leio Exp $ + +*gst-plugins-gconf-0.10.23 (31 Jul 2010) + + 31 Jul 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-gconf-0.10.23.ebuild: + Version bump to be in sync with the rest; no code changes 27 Jul 2010; Pacho Ramos <pacho@gentoo.org> gst-plugins-gconf-0.10.22.ebuild: diff --git a/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.23.ebuild b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.23.ebuild new file mode 100644 index 000000000000..19ec9a583e06 --- /dev/null +++ b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.23.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.23.ebuild,v 1.1 2010/07/31 10:59:10 leio Exp $ + +GCONF_DEBUG=no + +inherit gnome2 gst-plugins-good gst-plugins10 + +DESCRIPTION="GStreamer plugin for wrapping GConf audio/video settings" +KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~x86-solaris" +IUSE="" + +DEPEND=">=gnome-base/gconf-2 + >=media-libs/gst-plugins-base-0.10.29" + +GST_PLUGINS_BUILD="gconf gconftool" |