diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:41:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-01 12:41:59 +0100 |
commit | 7fe83a857d4f1f7bd54792a985f073000f88295e (patch) | |
tree | 2fd664637855fc9a991378763381e8e3d9387e50 /x11-libs | |
parent | x11-libs/libva-intel-driver: Update homepage, bug #607758 (diff) | |
download | gentoo-7fe83a857d4f1f7bd54792a985f073000f88295e.tar.gz gentoo-7fe83a857d4f1f7bd54792a985f073000f88295e.tar.bz2 gentoo-7fe83a857d4f1f7bd54792a985f073000f88295e.zip |
x11-libs/libva-intel-driver: Update git uri, use git-r3.eclass, prune all libtool files, switch release tarballs to github. Bug #607758.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild index db6b743efbd2..ce540106d62c 100644 --- a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild +++ b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild @@ -6,9 +6,9 @@ EAPI=5 SCM="" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild - SCM=git-2 + SCM=git-r3 EGIT_BRANCH=master - EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver" + EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver" fi AUTOTOOLS_AUTORECONF="yes" @@ -18,9 +18,8 @@ DESCRIPTION="HW video decode support for Intel integrated graphics" HOMEPAGE="https://github.com/01org/intel-vaapi-driver" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SRC_URI="" - S="${WORKDIR}/${PN}" else - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2" + SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" @@ -40,6 +39,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=( AUTHORS NEWS README ) +AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" src_prepare() { sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die |