diff options
author | Olivier Crête <tester@gentoo.org> | 2009-03-30 04:59:30 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-03-30 04:59:30 +0000 |
commit | fef7abe4a6e5e7c4a67f8c51aa7ec40c9fac20a8 (patch) | |
tree | e83c76f4629d38361c9ad0472ec3686e4bf933ee /media-plugins/gst-plugins-raw1394 | |
parent | Version bump (diff) | |
download | gentoo-2-fef7abe4a6e5e7c4a67f8c51aa7ec40c9fac20a8.tar.gz gentoo-2-fef7abe4a6e5e7c4a67f8c51aa7ec40c9fac20a8.tar.bz2 gentoo-2-fef7abe4a6e5e7c4a67f8c51aa7ec40c9fac20a8.zip |
Version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
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-0.10.14.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index 0dc1bb9a33f4..2dd94a4c2140 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 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.38 2008/12/05 21:20:34 ssuominen Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.39 2009/03/30 04:59:30 tester Exp $ + +*gst-plugins-raw1394-0.10.14 (30 Mar 2009) + + 30 Mar 2009; Olivier Crête <tester@gentoo.org> + +gst-plugins-raw1394-0.10.14.ebuild: + Version bump *gst-plugins-raw1394-0.10.11 (05 Dec 2008) diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.14.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.14.ebuild new file mode 100644 index 000000000000..b6e0e1825a7b --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.14.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.14.ebuild,v 1.1 2009/03/30 04:59:30 tester 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.22 + >=media-libs/gst-plugins-base-0.10.22" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" |