diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-08-23 04:21:48 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-08-23 04:21:48 +0000 |
commit | d2e000d068804aa81ae99a2a02be5819fb17ef4d (patch) | |
tree | 45456e6ac7e7f0907e447d318c4146513e321293 /media-plugins/gst-plugins-raw1394 | |
parent | convert to EAPI-2, convert to xfconf.eclass (diff) | |
download | gentoo-2-d2e000d068804aa81ae99a2a02be5819fb17ef4d.tar.gz gentoo-2-d2e000d068804aa81ae99a2a02be5819fb17ef4d.tar.bz2 gentoo-2-d2e000d068804aa81ae99a2a02be5819fb17ef4d.zip |
Version bump - only small compiler warning fixes. Add a long description for the package.
(Portage version: 2.2_rc22/cvs/Linux 2.6.30-gentoo-r5 x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-raw1394')
-rw-r--r-- | media-plugins/gst-plugins-raw1394/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.15.ebuild | 20 | ||||
-rw-r--r-- | media-plugins/gst-plugins-raw1394/metadata.xml | 8 |
3 files changed, 35 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index dfe098f635d4..0e5bda366e7c 100644 --- a/media-plugins/gst-plugins-raw1394/ChangeLog +++ b/media-plugins/gst-plugins-raw1394/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-raw1394 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.44 2009/08/05 04:47:15 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.45 2009/08/23 04:21:48 leio Exp $ + +*gst-plugins-raw1394-0.10.15 (23 Aug 2009) + + 23 Aug 2009; Mart Raudsepp <leio@gentoo.org> metadata.xml, + +gst-plugins-raw1394-0.10.15.ebuild: + Version bump - only small compiler warning fixes. Add a long description + for the package. 05 Aug 2009; Mart Raudsepp <leio@gentoo.org> -gst-plugins-raw1394-0.10.8.ebuild, -gst-plugins-raw1394-0.10.11.ebuild: diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.15.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.15.ebuild new file mode 100644 index 000000000000..68c10aae84af --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.15.ebuild @@ -0,0 +1,20 @@ +# 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-raw1394/gst-plugins-raw1394-0.10.15.ebuild,v 1.1 2009/08/23 04:21:48 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/gstreamer-0.10.23 + >=media-libs/gst-plugins-base-0.10.23" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" diff --git a/media-plugins/gst-plugins-raw1394/metadata.xml b/media-plugins/gst-plugins-raw1394/metadata.xml index 3abe2ca2733e..74db661655fa 100644 --- a/media-plugins/gst-plugins-raw1394/metadata.xml +++ b/media-plugins/gst-plugins-raw1394/metadata.xml @@ -2,5 +2,11 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gstreamer</herd> -<herd>gnome</herd> +<longdescription lang="en"> + GStreamer plugin for capturing video source via firewire (IEEE1394 interface). + + Includes the following elements: + * hdv1394src - Source for MPEG-TS video data from firewire port + * dv1394src - Source for DV video data from firewire port +</longdescription> </pkgmetadata> |