From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
Date: Tue, 22 Mar 2022 01:23:02 +0000 (UTC) [thread overview]
Message-ID: <1647912173.0cfb515e32e7ae4dc587d7b04c5463de11c85810.sam@gentoo> (raw)
commit: 0cfb515e32e7ae4dc587d7b04c5463de11c85810
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 01:21:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 01:22:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb515e
media-libs/dav1d: add 1.0.0
Closes: https://bugs.gentoo.org/811585
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/dav1d/Manifest | 1 +
.../{dav1d-9999.ebuild => dav1d-1.0.0.ebuild} | 25 +++++++++++-----------
media-libs/dav1d/dav1d-9999.ebuild | 25 +++++++++++-----------
3 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest
index 7176ecbc364f..d0d8637649a6 100644
--- a/media-libs/dav1d/Manifest
+++ b/media-libs/dav1d/Manifest
@@ -3,3 +3,4 @@ DIST dav1d-0.8.2.tar.bz2 695931 BLAKE2B cfe7667e583e05f8fd84b226a26ea23a901336fd
DIST dav1d-0.9.0.tar.bz2 771739 BLAKE2B 9cf24b142a1148200766a1a20010ff14d1baec507a7ecb477117826784b668178ba753049abf316aacbe1b957340c157f960f748ab8e6f74caf567edba2be3a9 SHA512 cfbfa4cb4508e1b975d7247bf0fa09d3b7adfd224adcf181153365677237b98a6d53b0b7bb91055a26e5668d58b3dcda5f675f68aceb1b020d14b53c4488575e
DIST dav1d-0.9.1.tar.bz2 810641 BLAKE2B 6ad40f6a339a71bc2bf79c508bc7a8a58cda98c6814981d252a3a40ae8df1cc5ad120c42fc881cb560c84e01186ca3daa09cbb5f6152d7da475d9479aa306f2c SHA512 b688f4743106ceed5f450978a9c265391c0ee906dd5adb8632e563378b316ffb3a7098fb6ea2ef4b160ca880fc03c16e3e3b9d8aa3c90ee7341dd0cbfccecc46
DIST dav1d-0.9.2.tar.bz2 833722 BLAKE2B b05edd1ca627906e57923be08f1ecd73469f9a8e2ed585edf81f1fe1ffc173f1e4ba52eb766b82d9ea1349a6c1cf2a5a48cc9a5bcf2debeb9d640d9842e266f4 SHA512 adfb822734a3fc8b73e9cf5f757bfd78fb144b00d95f1e942254c5caf1d801b05438d39571486ef37a94d2226166937fc56160a862e8d6d45c4f6d790531dc3f
+DIST dav1d-1.0.0.tar.bz2 960470 BLAKE2B 79355eeceea37df81e30be49dfea3dee9747fbbb82c0a08be3bbda525881112a8eb847afe3c3ccd0447fd6ee67ae540c5120ea00d4f891ac422850c611850c97 SHA512 86c6481e787fb6b8c28521e1efb1876d1be99f5fa5332cddab1111059b44775e05203cfc5c80a1b404ee00f35a1f5e1099e21b1f0851d77fb0101567e8b1a892
diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-1.0.0.ebuild
similarity index 74%
copy from media-libs/dav1d/dav1d-9999.ebuild
copy to media-libs/dav1d/dav1d-1.0.0.ebuild
index c0d92e63904d..bffdc9405eb9 100644
--- a/media-libs/dav1d/dav1d-9999.ebuild
+++ b/media-libs/dav1d/dav1d-1.0.0.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-SCM=""
-if [[ "${PV}" == "9999" ]]; then
- SCM="git-r3"
+if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
+ inherit git-r3
else
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
-inherit ${SCM} meson-multilib
+inherit meson-multilib
DESCRIPTION="dav1d is an AV1 Decoder :)"
HOMEPAGE="https://code.videolan.org/videolan/dav1d"
LICENSE="BSD-2"
-SLOT="0/5"
+# Check SONAME on version bumps!
+SLOT="0/6"
IUSE="+8bit +10bit +asm test xxhash"
RESTRICT="!test? ( test )"
@@ -27,8 +27,7 @@ BDEPEND="asm? (
abi_x86_32? ( ${ASM_DEPEND} )
abi_x86_64? ( ${ASM_DEPEND} )
)
- xxhash? ( dev-libs/xxhash )
- "
+ xxhash? ( dev-libs/xxhash )"
DOCS=( README.md doc/PATENTS THANKS.md )
@@ -45,10 +44,10 @@ multilib_src_configure() {
fi
local emesonargs=(
- -D bitdepths=$(IFS=,; echo "${bits[*]}")
- -D enable_asm=${enable_asm}
- -D enable_tests=$(usex test true false)
- -D xxhash_muxer=$(usex xxhash enabled disabled)
+ -Dbitdepths=$(IFS=,; echo "${bits[*]}")
+ -Denable_asm=${enable_asm}
+ $(meson_use test enable_tests)
+ $(meson_feature xxhash xxhash_muxer)
)
meson_src_configure
}
diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild
index c0d92e63904d..bffdc9405eb9 100644
--- a/media-libs/dav1d/dav1d-9999.ebuild
+++ b/media-libs/dav1d/dav1d-9999.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-SCM=""
-if [[ "${PV}" == "9999" ]]; then
- SCM="git-r3"
+if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
+ inherit git-r3
else
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi
-inherit ${SCM} meson-multilib
+inherit meson-multilib
DESCRIPTION="dav1d is an AV1 Decoder :)"
HOMEPAGE="https://code.videolan.org/videolan/dav1d"
LICENSE="BSD-2"
-SLOT="0/5"
+# Check SONAME on version bumps!
+SLOT="0/6"
IUSE="+8bit +10bit +asm test xxhash"
RESTRICT="!test? ( test )"
@@ -27,8 +27,7 @@ BDEPEND="asm? (
abi_x86_32? ( ${ASM_DEPEND} )
abi_x86_64? ( ${ASM_DEPEND} )
)
- xxhash? ( dev-libs/xxhash )
- "
+ xxhash? ( dev-libs/xxhash )"
DOCS=( README.md doc/PATENTS THANKS.md )
@@ -45,10 +44,10 @@ multilib_src_configure() {
fi
local emesonargs=(
- -D bitdepths=$(IFS=,; echo "${bits[*]}")
- -D enable_asm=${enable_asm}
- -D enable_tests=$(usex test true false)
- -D xxhash_muxer=$(usex xxhash enabled disabled)
+ -Dbitdepths=$(IFS=,; echo "${bits[*]}")
+ -Denable_asm=${enable_asm}
+ $(meson_use test enable_tests)
+ $(meson_feature xxhash xxhash_muxer)
)
meson_src_configure
}
next reply other threads:[~2022-03-22 1:23 UTC|newest]
Thread overview: 135+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-22 1:23 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-21 13:35 [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/ Luca Barbato
2024-10-04 17:37 Andreas Sturmlechner
2024-09-24 15:22 Sam James
2024-09-23 7:37 Arthur Zamarin
2024-09-23 7:37 Arthur Zamarin
2024-09-23 7:27 Arthur Zamarin
2024-09-23 7:27 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-09-23 6:02 Arthur Zamarin
2024-06-10 8:52 Luca Barbato
2024-03-24 15:44 Michał Górny
2024-03-24 15:44 Michał Górny
2024-03-04 9:00 Sam James
2024-03-04 9:00 Sam James
2024-03-04 9:00 Sam James
2024-03-04 9:00 Sam James
2024-03-04 8:57 Sam James
2024-03-04 8:57 Sam James
2024-03-04 8:57 Sam James
2024-03-04 8:51 Sam James
2024-03-02 5:05 Sam James
2024-03-02 5:05 Sam James
2024-01-23 5:07 Ionen Wolkens
2023-12-12 6:30 Viorel Munteanu
2023-11-23 17:12 Sam James
2023-10-06 3:14 Sam James
2023-07-14 15:53 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 9:01 Sam James
2023-06-23 19:07 Fabian Groffen
2023-06-23 19:07 Fabian Groffen
2023-06-02 22:35 Sam James
2023-05-31 7:00 Sam James
2023-02-26 18:16 Arthur Zamarin
2023-02-17 5:17 Sam James
2023-02-17 5:14 Sam James
2022-08-16 1:10 Sam James
2022-08-16 1:08 Sam James
2022-08-16 0:39 Sam James
2022-08-01 17:41 Joonas Niilola
2022-08-01 17:41 Joonas Niilola
2022-07-30 9:51 Arthur Zamarin
2022-05-17 14:07 WANG Xuerui
2022-05-17 14:07 WANG Xuerui
2022-03-22 1:24 Sam James
2022-02-19 7:37 Arthur Zamarin
2022-02-19 0:37 Sam James
2022-02-18 17:54 Sam James
2022-02-18 7:40 Agostino Sarubbo
2022-02-18 3:36 Sam James
2022-02-18 3:36 Sam James
2021-09-09 7:39 Agostino Sarubbo
2021-09-08 0:46 Sam James
2021-09-08 0:46 Sam James
2021-09-08 0:42 Sam James
2021-09-07 11:55 Agostino Sarubbo
2021-09-07 2:43 Sam James
2021-09-07 1:45 Sam James
2021-08-06 12:58 Sam James
2021-08-02 12:33 Marek Szuba
2021-05-16 18:43 Luca Barbato
2021-03-31 2:24 Sam James
2021-03-31 2:24 Sam James
2021-03-30 22:05 Sam James
2021-03-30 22:05 Sam James
2021-03-30 18:32 Sam James
2021-03-30 17:31 Thomas Deutschmann
2021-02-28 15:20 Luca Barbato
2021-01-07 11:33 Sam James
2021-01-07 4:01 Sam James
2021-01-07 4:01 Sam James
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 1:18 Sam James
2021-01-02 22:09 Sam James
2020-12-29 21:26 Sam James
2020-12-29 21:24 Sam James
2020-11-26 13:26 Thomas Deutschmann
2020-11-26 8:26 Sam James
2020-11-26 8:14 Sam James
2020-11-26 6:56 Agostino Sarubbo
2020-11-25 12:14 Agostino Sarubbo
2020-11-25 12:13 Agostino Sarubbo
2020-11-25 11:02 Thomas Deutschmann
2020-11-25 10:28 Thomas Deutschmann
2020-11-24 19:33 Thomas Deutschmann
2020-10-12 18:23 Thomas Deutschmann
2020-10-09 8:41 Agostino Sarubbo
2020-10-09 8:36 Agostino Sarubbo
2020-10-09 8:35 Agostino Sarubbo
2020-10-09 8:31 Agostino Sarubbo
2020-10-08 19:28 Sam James
2020-10-08 18:38 Sam James
2020-05-21 20:20 Luca Barbato
2020-05-21 20:20 Luca Barbato
2020-05-01 13:58 Agostino Sarubbo
2020-04-26 23:44 Thomas Deutschmann
2020-04-26 5:13 Georgy Yakovlev
2020-04-25 10:41 Mikle Kolyada
2020-04-11 17:27 Mart Raudsepp
2020-03-22 8:54 Mikle Kolyada
2020-03-08 1:55 Thomas Deutschmann
2020-03-06 7:15 Luca Barbato
2019-12-29 19:34 Mike Gilbert
2019-12-09 9:15 Luca Barbato
2019-12-06 20:26 Mike Gilbert
2019-10-29 6:38 Patrick McLean
2019-10-28 18:37 Patrick McLean
2019-09-29 2:56 Mike Gilbert
2019-09-14 5:03 Matt Turner
2019-09-14 5:03 Matt Turner
2019-09-14 5:03 Matt Turner
2019-08-19 16:41 Alexis Ballier
2019-07-26 9:16 Agostino Sarubbo
2019-07-22 0:05 Aaron Bauman
2019-07-21 8:21 Sergei Trofimovich
2019-07-02 11:19 Agostino Sarubbo
2019-07-02 8:28 Sergei Trofimovich
2019-07-01 19:23 Thomas Deutschmann
2019-05-16 7:50 Luca Barbato
2019-05-12 8:15 Luca Barbato
2019-05-06 16:15 Luca Barbato
2019-04-30 18:23 Luca Barbato
2019-03-20 7:05 Yixun Lan
2019-03-20 3:11 Thomas Deutschmann
2019-03-20 3:11 Thomas Deutschmann
2019-03-19 16:22 Luca Barbato
2019-03-05 16:29 Luca Barbato
2018-12-12 15:02 Luca Barbato
2018-10-01 21:13 Luca Barbato
2018-10-01 21:03 Luca Barbato
2018-10-01 21:03 Luca Barbato
2018-09-28 12:01 Luca Barbato
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=1647912173.0cfb515e32e7ae4dc587d7b04c5463de11c85810.sam@gentoo \
--to=sam@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