diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-29 23:55:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-30 00:01:34 +0100 |
commit | dba60d9e5f064a1df1432c58d50b81d9403ba3b0 (patch) | |
tree | 7cd2a8e6f45a368b79229817aeaa77e1edb9f263 /media-libs/xvid | |
parent | media-video/gpac: Drop 0.7.1 (r0) (diff) | |
download | gentoo-dba60d9e5f064a1df1432c58d50b81d9403ba3b0.tar.gz gentoo-dba60d9e5f064a1df1432c58d50b81d9403ba3b0.tar.bz2 gentoo-dba60d9e5f064a1df1432c58d50b81d9403ba3b0.zip |
media-libs/xvid: https, DESCRIPTION, superfluous multilib, sort IUSE
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/xvid')
-rw-r--r-- | media-libs/xvid/xvid-1.3.5.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/xvid/xvid-1.3.5.ebuild b/media-libs/xvid/xvid-1.3.5.ebuild index e3d48368da4a..060d9d0bd41d 100644 --- a/media-libs/xvid/xvid-1.3.5.ebuild +++ b/media-libs/xvid/xvid-1.3.5.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit flag-o-matic multilib multilib-minimal MY_PN="${PN}core" MY_P="${MY_PN}-${PV}" +inherit flag-o-matic multilib-minimal -DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution" -HOMEPAGE="http://www.xvid.org/" -SRC_URI="http://downloads.xvid.org/downloads/${MY_P}.tar.bz2" +DESCRIPTION="High performance/quality MPEG-4 video de-/encoding solution" +HOMEPAGE="https://www.xvid.org/" +SRC_URI="https://downloads.xvid.org/downloads/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="examples elibc_FreeBSD +threads pic" +IUSE="elibc_FreeBSD examples pic +threads" NASM=">=dev-lang/nasm-2" YASM=">=dev-lang/yasm-1" |