diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 04:50:48 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 04:50:48 +0000 |
commit | 67dd1dc457531dcbdce144f7fc6e26ecb5ccb494 (patch) | |
tree | ee5101ad56f8de6960921a35c6053efd42fd67bf /media-plugins/gst-plugins-gconf | |
parent | Version bump (diff) | |
download | gentoo-2-67dd1dc457531dcbdce144f7fc6e26ecb5ccb494.tar.gz gentoo-2-67dd1dc457531dcbdce144f7fc6e26ecb5ccb494.tar.bz2 gentoo-2-67dd1dc457531dcbdce144f7fc6e26ecb5ccb494.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
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.14.ebuild | 41 |
2 files changed, 49 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-gconf/ChangeLog b/media-plugins/gst-plugins-gconf/ChangeLog index 94529c06ba05..d4b55607feb1 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.40 2008/12/25 12:25:27 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gconf/ChangeLog,v 1.41 2009/03/30 04:50:48 tester Exp $ + +*gst-plugins-gconf-0.10.14 (30 Mar 2009) + + 30 Mar 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-gconf-0.10.14.ebuild: + Version bump 25 Dec 2008; Markus Meier <maekke@gentoo.org> gst-plugins-gconf-0.10.8-r1.ebuild: diff --git a/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild new file mode 100644 index 000000000000..9dc9bd754680 --- /dev/null +++ b/media-plugins/gst-plugins-gconf/gst-plugins-gconf-0.10.14.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2009 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.14.ebuild,v 1.1 2009/03/30 04:50:48 tester Exp $ + +GCONF_DEBUG=no + +inherit gnome2 gst-plugins-good gst-plugins10 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=gnome-base/gconf-2 + >=media-libs/gstreamer-0.10.22 + >=media-libs/gst-plugins-base-0.10.22" + +GST_PLUGINS_BUILD="gconf gconftool" + +# override eclass +src_unpack() { + unpack ${A} +} + +src_compile() { + gst-plugins-good_src_configure \ + --with-default-audiosink=autoaudiosink \ + --with-default-visualizer=goom + + gst-plugins10_find_plugin_dir + emake || die "compile failure" + + cd "${S}"/gconf + emake || die "compile failure" +} + +src_install() { + gst-plugins10_find_plugin_dir + einstall || die + + cd "${S}"/gconf + gnome2_src_install || die +} |