mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user