diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:24:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:24:56 +0000 |
commit | ebb9a6d818d69fe340b6c158b1bb8b5cb4ea0996 (patch) | |
tree | b20443a3b21806c10d7e3066176bdc2387165e12 /media-plugins/gst-plugins-xvid | |
parent | Enable multilib support, bug #493176. (diff) | |
download | gentoo-2-ebb9a6d818d69fe340b6c158b1bb8b5cb4ea0996.tar.gz gentoo-2-ebb9a6d818d69fe340b6c158b1bb8b5cb4ea0996.tar.bz2 gentoo-2-ebb9a6d818d69fe340b6c158b1bb8b5cb4ea0996.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-xvid')
-rw-r--r-- | media-plugins/gst-plugins-xvid/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/gst-plugins-xvid/gst-plugins-xvid-0.10.23-r1.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/media-plugins/gst-plugins-xvid/ChangeLog b/media-plugins/gst-plugins-xvid/ChangeLog index 4babfbb095f2..e53e548cd0ac 100644 --- a/media-plugins/gst-plugins-xvid/ChangeLog +++ b/media-plugins/gst-plugins-xvid/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-xvid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvid/ChangeLog,v 1.32 2013/08/27 19:29:44 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-xvid/ChangeLog,v 1.33 2014/06/10 19:24:56 mgorny Exp $ + +*gst-plugins-xvid-0.10.23-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-xvid-0.10.23-r1.ebuild: + Enable multilib support, bug #493176. 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> gst-plugins-xvid-0.10.23.ebuild: diff --git a/media-plugins/gst-plugins-xvid/gst-plugins-xvid-0.10.23-r1.ebuild b/media-plugins/gst-plugins-xvid/gst-plugins-xvid-0.10.23-r1.ebuild new file mode 100644 index 000000000000..4d93f4415008 --- /dev/null +++ b/media-plugins/gst-plugins-xvid/gst-plugins-xvid-0.10.23-r1.ebuild @@ -0,0 +1,15 @@ +# 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-xvid/gst-plugins-xvid-0.10.23-r1.ebuild,v 1.1 2014/06/10 19:24:56 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-bad +inherit gstreamer + +DESCRIPTION="GStreamer plugin for XviD (MPEG-4) video encoding/decoding support" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +IUSE="" + +RDEPEND="media-libs/xvid[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |