public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
Date: Tue, 26 Dec 2017 14:40:10 +0000 (UTC)	[thread overview]
Message-ID: <1514299206.0a3c6264ddb9e92d10d44eedaec31d566d95bb27.aballier@gentoo> (raw)

commit:     0a3c6264ddb9e92d10d44eedaec31d566d95bb27
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 14:39:36 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 14:40:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c6264

media-libs/libyami: bump to 1.3.0;  add := dep on libva

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/libyami/Manifest                                      | 1 +
 media-libs/libyami/{libyami-9999.ebuild => libyami-1.3.0.ebuild} | 8 +++++---
 media-libs/libyami/libyami-9999.ebuild                           | 7 ++++---
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 2d527e28382..9bb6b1276c0 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -1,3 +1,4 @@
 DIST libyami-1.0.1.tar.gz 480656 BLAKE2B 245c26dcfd396000eaf60d25bf437aad8dcd5255aac2b23ab0299bbf707e52268a914df61e2194dfb67a76d52eb1a8b792c07e777b77975d19ff11a2aa616397 SHA512 01c0716011682ff8b5e6d2c58479aa574bc2cfb5ffe932952e430302aff090d56e0efa4f784f9cdd36d94800c8454802e4500096b3bea162d04ee6253a134c81
 DIST libyami-1.1.0.tar.gz 491537 BLAKE2B fc3b948954ceda10894ff29f5f540a5817a962e2da6d549f0d0b4d89602577437778a244bcaff5fee4f3760d98472d8cd1c0ac07146e3b6ad34618c9f937eeec SHA512 04ef34a994d23f8f5182c17975d6a28048a311c8090393d8cd54dd1fc74ec8b76af4028e1d5506568fb698e15f14833a01d4eaeb4ccd2484801f806a05cc86fa
 DIST libyami-1.2.0.tar.gz 508386 BLAKE2B ed4892dddd66d03a5f37c4d28a449c18c722bd1a09aae6261d3b3a210fc4912f728f629a216efd7176c8a37de768a6fa2d1272ca223a387e5cfb8cb4e7cb284d SHA512 1d253d67e3aab7ff2a1add50f7a5ebd284518d12fa689e6160a2dadb3fd1c2a5ab1a1c5f66dfd3801d46d9666c73dabcd5302ca495b069f60671337c0d0bc539
+DIST libyami-1.3.0.tar.gz 820807 BLAKE2B 3764e591269f3c38e7b5f6f5c3dbfb59fe4cdb198cd80858a2c0150274be073c1b064b8c8482b87ba770a6ee3534430b00155b34fa70f6bab7ed537a85ba1ed1 SHA512 8858c7f8d0fa7ce4547f762484e4b82477e49a8cb893cde29d7a26ba0f39dfcabc530659722ee5b84dc6f95e65c3373057ef470c78b9c1d790907e7bd6c6fd75

diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.3.0.ebuild
similarity index 89%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.3.0.ebuild
index fd902dd2fd9..4df453a9875 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.3.0.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,8 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-	append-cppflags -I"${S}/"
+	append-cppflags -I"${S}/" -I"${BUILD_DIR}/interface"
+	append-cxxflags -fpermissive
 	ECONF_SOURCE="${S}" econf \
 		$(use_enable debug) \
 		$(use_enable egl) \

diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index fd902dd2fd9..33937920eec 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) \


             reply	other threads:[~2017-12-26 14:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-26 14:40 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-24  1:06 [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/ Aaron Bauman
2020-08-31  9:10 Alexis Ballier
2017-06-25 20:28 Alexis Ballier
2017-01-22  8:44 Alexis Ballier
2017-01-22  8:44 Alexis Ballier
2016-11-15  9:09 Alexis Ballier
2016-06-09  9:25 Alexis Ballier
2015-12-29 13:16 Alexis Ballier
2015-10-15 11:26 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1514299206.0a3c6264ddb9e92d10d44eedaec31d566d95bb27.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox