diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-06-28 09:44:53 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-06-28 09:44:53 +0000 |
commit | eb616db869231070d309fa676b11f40d4082eeeb (patch) | |
tree | e012b14289e1981821337dcf35c12466ce44c468 | |
parent | Version bump. Various small bug fixes (diff) | |
download | gentoo-2-eb616db869231070d309fa676b11f40d4082eeeb.tar.gz gentoo-2-eb616db869231070d309fa676b11f40d4082eeeb.tar.bz2 gentoo-2-eb616db869231070d309fa676b11f40d4082eeeb.zip |
Version bump. No noteworthy changes.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
-rw-r--r-- | media-plugins/gst-plugins-v4l/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-v4l/gst-plugins-v4l-0.10.29.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-v4l/ChangeLog b/media-plugins/gst-plugins-v4l/ChangeLog index 1c0775f4b7a5..537218aadec3 100644 --- a/media-plugins/gst-plugins-v4l/ChangeLog +++ b/media-plugins/gst-plugins-v4l/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-v4l # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l/ChangeLog,v 1.67 2010/06/27 13:28:10 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l/ChangeLog,v 1.68 2010/06/28 09:44:53 leio Exp $ + +*gst-plugins-v4l-0.10.29 (28 Jun 2010) + + 28 Jun 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-v4l-0.10.29.ebuild: + Version bump. No noteworthy changes. 27 Jun 2010; <nixnut@gentoo.org> gst-plugins-v4l-0.10.28.ebuild: ppc stable #324691 diff --git a/media-plugins/gst-plugins-v4l/gst-plugins-v4l-0.10.29.ebuild b/media-plugins/gst-plugins-v4l/gst-plugins-v4l-0.10.29.ebuild new file mode 100644 index 000000000000..c2d3d3399c30 --- /dev/null +++ b/media-plugins/gst-plugins-v4l/gst-plugins-v4l-0.10.29.ebuild @@ -0,0 +1,14 @@ +# 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-v4l/gst-plugins-v4l-0.10.29.ebuild,v 1.1 2010/06/28 09:44:53 leio Exp $ + +inherit gst-plugins-base + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/os-headers" + +GST_PLUGINS_BUILD="gst_v4l" |