diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:23:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:23:16 +0000 |
commit | 634a5c29e05290110a901a4fc0b3a53e8d901569 (patch) | |
tree | b8fa2ae9dc095cebd263cd1423de220cc3857a88 /media-plugins/gst-plugins-vpx | |
parent | Enable multilib support, bug #493176. (diff) | |
download | gentoo-2-634a5c29e05290110a901a4fc0b3a53e8d901569.tar.gz gentoo-2-634a5c29e05290110a901a4fc0b3a53e8d901569.tar.bz2 gentoo-2-634a5c29e05290110a901a4fc0b3a53e8d901569.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-vpx')
-rw-r--r-- | media-plugins/gst-plugins-vpx/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-vpx/ChangeLog b/media-plugins/gst-plugins-vpx/ChangeLog index 8353a367eb91..b63c0bf9ff3e 100644 --- a/media-plugins/gst-plugins-vpx/ChangeLog +++ b/media-plugins/gst-plugins-vpx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-vpx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.30 2014/05/31 17:26:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.31 2014/06/10 19:23:16 mgorny Exp $ + +*gst-plugins-vpx-1.2.4-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-vpx-1.2.4-r1.ebuild: + Enable multilib support, bug #493176. 31 May 2014; Pacho Ramos <pacho@gentoo.org> gst-plugins-vpx-1.2.4.ebuild: sparc keyword was silently dropped at some point without reference diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild new file mode 100644 index 000000000000..308a66635979 --- /dev/null +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.2.4-r1.ebuild @@ -0,0 +1,16 @@ +# 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-vpx/gst-plugins-vpx-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:23:16 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer + +DESCRIPTION="GStreamer decoder for vpx video format" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="" + +# VP9 is under experimental, do not enable it now +RDEPEND=">=media-libs/libvpx-1.3[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |