From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libyami/
Date: Mon, 31 Aug 2020 09:10:29 +0000 (UTC) [thread overview]
Message-ID: <1598865020.84818a29a8675b1162f5f74070ede3e9d33e093c.aballier@gentoo> (raw)
commit: 84818a29a8675b1162f5f74070ede3e9d33e093c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 07:15:50 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 09:10:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84818a29
media-libs/libyami: bump to 1.3.2
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
media-libs/libyami/Manifest | 1 +
.../libyami/{libyami-9999.ebuild => libyami-1.3.2.ebuild} | 10 ++++++----
media-libs/libyami/libyami-9999.ebuild | 10 ++++++----
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/media-libs/libyami/Manifest b/media-libs/libyami/Manifest
index 9bb6b1276c0..653ad264468 100644
--- a/media-libs/libyami/Manifest
+++ b/media-libs/libyami/Manifest
@@ -2,3 +2,4 @@ DIST libyami-1.0.1.tar.gz 480656 BLAKE2B 245c26dcfd396000eaf60d25bf437aad8dcd525
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
+DIST libyami-1.3.2.tar.gz 820517 BLAKE2B 189ef95bcd504422550f6df38433d042a45e2a1c36b30b1b5445ce69076c95f4d1b60e12e09ff4b11245e3fcdc70a4fa5e0879e3976c4891ca98fa00d79360c1 SHA512 25300d589119b5f5211b5a2445b408dbb35aea83bf18bc3d3b42d6b29151495f5118cf0f32bcc8c3756ac58fccb16932e78c8b6e7b29daffcc9ee08a3e0b5b54
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-1.3.2.ebuild
similarity index 84%
copy from media-libs/libyami/libyami-9999.ebuild
copy to media-libs/libyami/libyami-1.3.2.ebuild
index be54eaa446b..6cd57db8c9f 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -47,6 +46,9 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -i -e 's/-Werror//' configure.ac || die
+ sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i */Makefile.unittest || die
+ sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i */Makefile.unittest || die
+ sed -e 's/gtestsrc//' -i Makefile.am || die
eautoreconf
}
@@ -61,7 +63,7 @@ multilib_src_configure() {
$(use_enable dmabuf) \
$(use_enable md5) \
$(use_enable wayland) \
- $(use_enable test gtest) \
+ $(use_enable test tests) \
$(multilib_native_use_enable doc docs) \
--enable-h265dec \
--enable-vc1dec \
diff --git a/media-libs/libyami/libyami-9999.ebuild b/media-libs/libyami/libyami-9999.ebuild
index be54eaa446b..6cd57db8c9f 100644
--- a/media-libs/libyami/libyami-9999.ebuild
+++ b/media-libs/libyami/libyami-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,8 +19,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
SRC_URI=""
else
KEYWORDS="~amd64"
- SRC_URI="https://github.com/01org/libyami/archive/${P}.tar.gz"
- S="${WORKDIR}/${PN}-${P}"
+ SRC_URI="https://github.com/01org/libyami/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="Apache-2.0"
@@ -47,6 +46,9 @@ DEPEND="${RDEPEND}
src_prepare() {
sed -i -e 's/-Werror//' configure.ac || die
+ sed -e 's#$(top_srcdir)/gtestsrc/libgtest.la#-lgtest#' -i */Makefile.unittest || die
+ sed -e 's#-I$(top_srcdir)/gtestsrc/gtest/include##' -i */Makefile.unittest || die
+ sed -e 's/gtestsrc//' -i Makefile.am || die
eautoreconf
}
@@ -61,7 +63,7 @@ multilib_src_configure() {
$(use_enable dmabuf) \
$(use_enable md5) \
$(use_enable wayland) \
- $(use_enable test gtest) \
+ $(use_enable test tests) \
$(multilib_native_use_enable doc docs) \
--enable-h265dec \
--enable-vc1dec \
next reply other threads:[~2020-08-31 9:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-31 9:10 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
2017-12-26 14:40 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=1598865020.84818a29a8675b1162f5f74070ede3e9d33e093c.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