diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:14:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:14:59 +0000 |
commit | cb50a92e8f2567da632bf78bfc1ede9c3ad80b6e (patch) | |
tree | 178b5aa86eec52cdc4b80a489ce252afd819e73f /media-plugins/gst-plugins-raw1394 | |
parent | Enable multilib support, bug #493176. (diff) | |
download | gentoo-2-cb50a92e8f2567da632bf78bfc1ede9c3ad80b6e.tar.gz gentoo-2-cb50a92e8f2567da632bf78bfc1ede9c3ad80b6e.tar.bz2 gentoo-2-cb50a92e8f2567da632bf78bfc1ede9c3ad80b6e.zip |
Enable multilib support, bug #493176.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-plugins/gst-plugins-raw1394')
3 files changed, 52 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index 492676983248..65bf9c7d54c1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.104 2014/05/31 15:02:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.105 2014/06/10 19:14:59 mgorny Exp $ + +*gst-plugins-raw1394-1.2.4-r1 (10 Jun 2014) +*gst-plugins-raw1394-0.10.31-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-raw1394-0.10.31-r1.ebuild, +gst-plugins-raw1394-1.2.4-r1.ebuild: + Enable multilib support, bug #493176. *gst-plugins-raw1394-1.2.4 (31 May 2014) diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31-r1.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31-r1.ebuild new file mode 100644 index 000000000000..cdd5723fd03c --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.31-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 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.31-r1.ebuild,v 1.1 2014/06/10 19:14:59 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer + +DESCRIPTION="GStreamer plugin to capture firewire video" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/libiec61883-1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2[${MULTILIB_USEDEP}] + sys-libs/libavc1394[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.2.4-r1.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.2.4-r1.ebuild new file mode 100644 index 000000000000..716446a5c823 --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.2.4-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 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.2.4-r1.ebuild,v 1.1 2014/06/10 19:14:59 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer + +DESCRIPTION="GStreamer plugin to capture firewire video" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=" + >=media-libs/libiec61883-1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2[${MULTILIB_USEDEP}] + sys-libs/libavc1394[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" |