diff options
author | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2008-02-21 14:47:53 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerm@gentoo.org> | 2008-02-21 14:47:53 +0000 |
commit | b44a025a83deb2a426c8d926972431648167b170 (patch) | |
tree | 6eeef8373f9f3766447982f1e5a16a11e8add524 /media-plugins/gst-plugins-raw1394 | |
parent | remove stale patch (diff) | |
download | historical-b44a025a83deb2a426c8d926972431648167b170.tar.gz historical-b44a025a83deb2a426c8d926972431648167b170.tar.bz2 historical-b44a025a83deb2a426c8d926972431648167b170.zip |
version bump
Package-Manager: portage-2.1.3.19
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.7.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index 9e2802d2bdc2..9da4fe4b511a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.31 2007/08/30 19:56:22 drac Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.32 2008/02/21 14:47:53 zaheerm Exp $ + +*gst-plugins-raw1394-0.10.7 (21 Feb 2008) + + 21 Feb 2008; Zaheer Abbas Merali <zaheerm@gentoo.org> + +gst-plugins-raw1394-0.10.7.ebuild: + version bump *gst-plugins-raw1394-0.10.6 (30 Aug 2007) diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.7.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.7.ebuild new file mode 100644 index 000000000000..716f232e7dcd --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 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.7.ebuild,v 1.1 2008/02/21 14:47:53 zaheerm Exp $ + +inherit gst-plugins-good + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DESCRIPTION="GStreamer plugin to capture firewire video" + +IUSE="" + +RDEPEND="media-libs/libiec61883 + sys-libs/libraw1394 + sys-libs/libavc1394 + >=media-libs/gstreamer-0.10.17 + >=media-libs/gst-plugins-base-0.10.17" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" |