diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-21 23:19:21 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-01-21 23:19:21 +0000 |
commit | 5eec9ef266f01eb8aa73a84ba3c3756b0ef2bb3f (patch) | |
tree | 8f83c91b44d672bab48cfb71fd24403aec301859 /media-plugins/gst-plugins-raw1394 | |
parent | Version bump. (diff) | |
download | gentoo-2-5eec9ef266f01eb8aa73a84ba3c3756b0ef2bb3f.tar.gz gentoo-2-5eec9ef266f01eb8aa73a84ba3c3756b0ef2bb3f.tar.bz2 gentoo-2-5eec9ef266f01eb8aa73a84ba3c3756b0ef2bb3f.zip |
Version bump.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-plugins/gst-plugins-raw1394')
-rw-r--r-- | media-plugins/gst-plugins-raw1394/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.0.5.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index d1051dcef82c..21fb00130908 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.79 2012/12/03 23:48:01 eva Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.80 2013/01/21 23:19:21 eva Exp $ + +*gst-plugins-raw1394-1.0.5 (21 Jan 2013) + + 21 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org> + +gst-plugins-raw1394-1.0.5.ebuild: + Version bump. *gst-plugins-raw1394-1.0.3 (03 Dec 2012) diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.0.5.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.0.5.ebuild new file mode 100644 index 000000000000..0eee1d5828e6 --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.0.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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-1.0.5.ebuild,v 1.1 2013/01/21 23:19:21 eva Exp $ + +EAPI="5" + +inherit gst-plugins-good + +DESCRIPTION="GStreamer plugin to capture firewire video" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/libiec61883-1 + >=sys-libs/libraw1394-2 + sys-libs/libavc1394 +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" |