commit: b66358b9cffb35803714f28d1ec817b2dfa26373 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 22:17:11 2023 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 22:17:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66358b9
media-video/mkvtoolnix: Version bump to 75.0.0 This fixes the build with Ruby 3.2. Also deals with unknown --with-po4a-translate configure option. Bug: https://bugs.gentoo.org/895138 Closes: https://bugs.gentoo.org/903727 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> media-video/mkvtoolnix/Manifest | 1 + .../mkvtoolnix/{mkvtoolnix-9999.ebuild => mkvtoolnix-75.0.0.ebuild} | 4 ++-- media-video/mkvtoolnix/mkvtoolnix-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest index f07ffbf4fa32..7ad17337daf3 100644 --- a/media-video/mkvtoolnix/Manifest +++ b/media-video/mkvtoolnix/Manifest @@ -1 +1,2 @@ DIST mkvtoolnix-72.0.0.tar.xz 10994204 BLAKE2B 2118837c01d8d31644e0147dfdec9fd619d18ffbab5d317e5dd84788a83cdf162ea7d72e98549bbc2ffc7953e0b80a0e23018658d8c5ad529fc719b291589a97 SHA512 dc18c6e63e724181e38753921ec3374752dbb7c4d20650cf0787e9049aaec4f6bb6c744e49b3783921804f192de742fba92826615a1edc8516d2a41621be658c +DIST mkvtoolnix-75.0.0.tar.xz 11009552 BLAKE2B d9c32a453ac1f07e201b99fdcaaa5e553b42c1d17fafdeb1a84808ee572caf00b4b49d04c90d7801564f4856e9b3057a45ef79041e72f76bc829c3b5d9536c58 SHA512 eca45828ec3cbb540c67d12d369f3314246d08812933a018e5c4f69e8bd2fa4e17143a33a1841c5a8da3befbc22509fa508e6688ea858980d13c44aaae4ead08 diff --git a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild b/media-video/mkvtoolnix/mkvtoolnix-75.0.0.ebuild similarity index 97% copy from media-video/mkvtoolnix/mkvtoolnix-9999.ebuild copy to media-video/mkvtoolnix/mkvtoolnix-75.0.0.ebuild index 23a2e80da85d..628d982c71e9 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-75.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -104,7 +104,7 @@ src_configure() { $(use_with dvd dvdread) $(use_with nls gettext) - $(usex nls "" --with-po4a-translate=false) + $(usex nls "" --with-po4a=false) --disable-update-check --disable-optimization --with-boost="${ESYSROOT}"/usr diff --git a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild index 23a2e80da85d..628d982c71e9 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -104,7 +104,7 @@ src_configure() { $(use_with dvd dvdread) $(use_with nls gettext) - $(usex nls "" --with-po4a-translate=false) + $(usex nls "" --with-po4a=false) --disable-update-check --disable-optimization --with-boost="${ESYSROOT}"/usr
