Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-driver/
Date: Wed, 01 Feb 2017 11:42:37
Message-Id: 1485949319.7fe83a857d4f1f7bd54792a985f073000f88295e.aballier@gentoo
1 commit: 7fe83a857d4f1f7bd54792a985f073000f88295e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 11:41:59 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 11:41:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe83a85
7
8 x11-libs/libva-intel-driver: Update git uri, use git-r3.eclass, prune all libtool files, switch release tarballs to github. Bug #607758.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
16 index db6b743..ce54010 100644
17 --- a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
18 +++ b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
19 @@ -6,9 +6,9 @@ EAPI=5
20
21 SCM=""
22 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
23 - SCM=git-2
24 + SCM=git-r3
25 EGIT_BRANCH=master
26 - EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
27 + EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver"
28 fi
29
30 AUTOTOOLS_AUTORECONF="yes"
31 @@ -18,9 +18,8 @@ DESCRIPTION="HW video decode support for Intel integrated graphics"
32 HOMEPAGE="https://github.com/01org/intel-vaapi-driver"
33 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
34 SRC_URI=""
35 - S="${WORKDIR}/${PN}"
36 else
37 - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2"
38 + SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 fi
40
41 LICENSE="MIT"
42 @@ -40,6 +39,7 @@ DEPEND="${RDEPEND}
43 virtual/pkgconfig"
44
45 DOCS=( AUTHORS NEWS README )
46 +AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
47
48 src_prepare() {
49 sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die