summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-12-26 15:39:36 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-26 15:40:06 +0100
commit0a3c6264ddb9e92d10d44eedaec31d566d95bb27 (patch)
treeb9effaa390cf5fc1dd69e41d7a33dfd0b9ff9739 /media-libs/libyami/libyami-9999.ebuild
parentsys-apps/systemd: update /etc/systemd/system symlink removal (diff)
downloadgentoo-0a3c6264ddb9e92d10d44eedaec31d566d95bb27.tar.gz
gentoo-0a3c6264ddb9e92d10d44eedaec31d566d95bb27.tar.bz2
gentoo-0a3c6264ddb9e92d10d44eedaec31d566d95bb27.zip
media-libs/libyami: bump to 1.3.0; add := dep on libva
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/libyami/libyami-9999.ebuild')
-rw-r--r--media-libs/libyami/libyami-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index fd902dd2fd96..33937920eec0 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -19,7 +19,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
fi
LICENSE="Apache-2.0"
@@ -27,7 +28,7 @@ SLOT="0"
IUSE="debug egl dmabuf doc md5 v4l X test wayland"
RDEPEND="
- >=x11-libs/libva-1.7.2[drm,X?,wayland?,${MULTILIB_USEDEP}]
+ >=x11-libs/libva-1.7.2:=[drm,X?,wayland?,${MULTILIB_USEDEP}]
v4l? (
>=virtual/opengl-7[${MULTILIB_USEDEP}]
>=media-libs/libv4l-1.6.2[${MULTILIB_USEDEP}]
@@ -49,7 +50,7 @@ src_prepare() {
}
multilib_src_configure() {
- append-cppflags -I"${S}/"
+ append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
ECONF_SOURCE="${S}" econf \
$(use_enable debug) \
$(use_enable egl) \