net-misc/asterisk-g729: rev bump 22.0.3.1.10 to fix checksums.

Closes: https://bugs.gentoo.org/961854
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43655
Closes: https://github.com/gentoo/gentoo/pull/43655
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jaco Kroon
2025-09-03 14:45:07 +02:00
committed by Sam James
parent 2c1ac84f08
commit 81ece80e26
2 changed files with 12 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
DIST asthostid-x86_32-20250903 1678360 BLAKE2B 0caa098d9891cad9301bbc074d8ef8e0229ef3432c1f2328247e73c8248949c1951b61f47e0c395f0f6dee870d0962f9d5f612fd5565b43a3fbec1b198c6324d SHA512 9047533e47d4a806683368c0c432eb8699635dcde528adde7a34461f2104bf651cfd394a4b51c52c931f8bcebb7b41824c1db510996d20fb2d67e991ac0b63f8
DIST asthostid-x86_64 1806296 BLAKE2B cd2e08ee760374f781d79a952679dc7d54f83dbd3f9a63dfe8fe4f36ea74c19c4a0486d459a5cb90877111100dd6e147bc701489e38ecefe585a4473147a5886 SHA512 be7d7b63259d5c4f15e6b3a55b283030bfc3f4ccf59c58848a9803838f7aa2ff470353a4d78d289bdcd40213c0cc81fad31e2bfad690fcaf111ea5cabae5adfd
DIST asthostid-x86_64-20250903 3114256 BLAKE2B 88342249201fd24b14689e5f58454dad46dfb3690e8e9e4d836027b562339106767ab6b0dde1e1d9aac81b5f526b105b8e69ad0f119c2c4a9a5154b894f1c537 SHA512 ca4f7eadb4e0dffdad74f8629ae1e8b3f502c675aeb90c15c9fdc8e86f899fac5ec3ec14566705b165b81e700ecbeac8d0f56637c464c08a439581a2df70b637
DIST astregister-x86_32-20250903 2103608 BLAKE2B 7fdf1c196152612cd28cfe7bf832dedb625b392f5e919480b1fb792327474d6ad91abaf4938ca8b230a1226bef62652e16f8d8ac1d0dad338fe308b3582c72e8 SHA512 3c3c4b8a32143d1aaaec6ec6b308335f59cf5381f844412e4e484aedc91bff2601778c28e99628fff828c81d2ec05b4de7c8c1cdddeea3ec37f5331beff47a2c
DIST astregister-x86_64 2193440 BLAKE2B 9c9ac2343f5d7291251b9ceaa00fc4f8e4c39673e8d4854f8743beee5c86bbbc14c802c34ff26aa8412f1219113edeab7cb3b7adb94086c2f63724095d9f1fc5 SHA512 9302a7ead6bedd6683bcd0da92b7a7ca54fdb975784ef1783aa99f2bb26424dbb77b4c0fa6b809ae6e6ad839807feb055bee5c03a38292737412aa1c3d7df4e4
DIST astregister-x86_64-20250903 4124656 BLAKE2B 22d0ce82a0126599348d4ec0eb8492e9076df87a0befc4ea90dc617aae9af8eb0a17ad65099e31f337c9199342956c026bbc99fc00bf6751fd09d7f38ef73550 SHA512 cbbbff9fb8cc38c9b3227ba0c36ec062861a5d9e108b4df536bee4fcf38feb5f767e50744b3e1bc7367dff3533d1c1e45adce05951ef2b00b7c9b142ee8d1b90
DIST codec_g729a-18.0_3.1.10-x86_32.tar.gz 475393 BLAKE2B ad7b2c7699f82f27bce00aa528e22166c9345229fc1169cd358e088d470dd781e229b76c3939e123809efc9dcaf065d9cfd27efef99818f7a765d7771af2649b SHA512 767d21fc669a4e6fe2da55557fe12ed7e3f9fe62090d0f5eb669305d5cb74ae11211b99e01535a1b2c13574d2791a5bda9c8852c7d2ae368b616cd4703d99898
DIST codec_g729a-18.0_3.1.10-x86_64.tar.gz 476294 BLAKE2B 21fe46bdd544627dbe018730676091f9882ef25a02e6ce436f25757e46b91a6670c410da94c96fb9bc30e5e1976f3803d290049da319a2ad6230612e7805ebc6 SHA512 c7aaa72e7744309971e8abc71da8217ba181f85c163e24ca82bc0ac1276cb4e6e8107edf9f896fee941c8680188f931a14de3d2fbc5cdadfd3c9ecef53c15618

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI="8"
DESCRIPTION="G.729 codec and supporting files for asterisk"
HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/"
@@ -9,21 +9,24 @@ HOMEPAGE="https://www.asterisk.org/products/add-ons/g729-codec/"
AST_PV="$(ver_cut 1-2)"
MY_PV="$(ver_rs 2 _)"
MY_TOOLS_VERSION=20250903
# Keep the binary suffix to re-use already downloaded files.
SRC_URI="https://downloads.digium.com/pub/telephony/codec_g729/asterisk-${AST_PV}/x86-64/codec_g729a-${MY_PV}-x86_64.tar.gz
https://downloads.digium.com/pub/register/x86-64/register -> astregister-x86_64
https://downloads.digium.com/pub/register/x86-64/asthostid -> asthostid-x86_64"
SRC_URI="amd64? (
https://downloads.digium.com/pub/telephony/codec_g729/asterisk-${AST_PV}/x86-64/codec_g729a-${MY_PV}-x86_64.tar.gz
https://downloads.digium.com/pub/register/x86-64/register -> astregister-x86_64-${MY_TOOLS_VERSION}
https://downloads.digium.com/pub/register/x86-64/asthostid -> asthostid-x86_64-${MY_TOOLS_VERSION}
)"
S="${WORKDIR}"
LICENSE="Digium"
SLOT="0/${AST_PV}"
KEYWORDS="-* ~amd64"
RESTRICT="mirror strip"
RDEPEND="=net-misc/asterisk-$(ver_cut 1)*"
RESTRICT="mirror strip"
pkg_setup() {
QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_g729a.so"
QA_PREBUILT="${QA_FLAGS_IGNORED}
@@ -43,8 +46,8 @@ src_unpack() {
src_install() {
local binsuffix=x86_64
newsbin astregister-${binsuffix} astregister
newsbin asthostid-${binsuffix} asthostid
newsbin astregister-${binsuffix}-${MY_TOOLS_VERSION} astregister
newsbin asthostid-${binsuffix}-${MY_TOOLS_VERSION} asthostid
dodoc codec_g729a-${MY_PV}-${binsuffix}/README
insinto usr/$(get_libdir)/asterisk/modules/