summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-11-30 14:54:41 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-11-30 14:57:00 +0100
commit84e17d10fbb46911ff3e05774855dfc57c02ddb9 (patch)
treed0e43a5c9fb49ecd82abc740bc8b9d1d5c0c891c /media-libs/x265/x265-9999.ebuild
parentmedia-video/ffmpeg: Update subslot in live build. (diff)
downloadgentoo-84e17d10fbb46911ff3e05774855dfc57c02ddb9.tar.gz
gentoo-84e17d10fbb46911ff3e05774855dfc57c02ddb9.tar.bz2
gentoo-84e17d10fbb46911ff3e05774855dfc57c02ddb9.zip
media-libs/x265: bump to 2.6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-libs/x265/x265-9999.ebuild')
-rw-r--r--media-libs/x265/x265-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
index 9b814039f1c4..f9064b970c64 100644
--- a/media-libs/x265/x265-9999.ebuild
+++ b/media-libs/x265/x265-9999.ebuild
@@ -9,9 +9,7 @@ if [[ ${PV} = 9999* ]]; then
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/multicoreware/x265"
else
- SRC_URI="
- https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz
- https://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz"
+ SRC_URI="https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
fi
@@ -20,7 +18,7 @@ HOMEPAGE="http://x265.org/"
LICENSE="GPL-2"
# subslot = libx265 soname
-SLOT="0/130"
+SLOT="0/146"
IUSE="+10bit +12bit cpu_flags_arm_neon numa pic power8 test"
ASM_DEPEND=">=dev-lang/yasm-1.2.0"