diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-07-31 11:11:16 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-07-31 11:11:16 +0000 |
commit | 05de0aae2d350efc424e8c5c4b4223d274ab33bc (patch) | |
tree | 961a9e76eb3bd668e549cbe889bef7fefe4941c2 /media-plugins/gst-plugins-raw1394 | |
parent | amd64 stable, bug 327909 (diff) | |
download | gentoo-2-05de0aae2d350efc424e8c5c4b4223d274ab33bc.tar.gz gentoo-2-05de0aae2d350efc424e8c5c4b4223d274ab33bc.tar.bz2 gentoo-2-05de0aae2d350efc424e8c5c4b4223d274ab33bc.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-raw1394')
-rw-r--r-- | media-plugins/gst-plugins-raw1394/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.23.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index 9c3cb33c1d54..457b63099720 100644 --- a/media-plugins/gst-plugins-raw1394/ChangeLog +++ b/media-plugins/gst-plugins-raw1394/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-raw1394 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.61 2010/07/27 17:44:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.62 2010/07/31 11:11:16 leio Exp $ + +*gst-plugins-raw1394-0.10.23 (31 Jul 2010) + + 31 Jul 2010; Mart Raudsepp <leio@gentoo.org> + +gst-plugins-raw1394-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-raw1394-0.10.22.ebuild: diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.23.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.23.ebuild new file mode 100644 index 000000000000..249a9528e8ca --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.23.ebuild @@ -0,0 +1,18 @@ +# 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-raw1394/gst-plugins-raw1394-0.10.23.ebuild,v 1.1 2010/07/31 11:11:16 leio Exp $ + +inherit gst-plugins-good + +DESCRIPTION="GStreamer plugin to capture firewire video" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND="media-libs/libiec61883 + sys-libs/libraw1394 + sys-libs/libavc1394 + >=media-libs/gst-plugins-base-0.10.29" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" |