summaryrefslogtreecommitdiff
path: root/media-libs/libv4l
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-16 00:13:18 +0000
commitf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (patch)
treedd0f7da0455831dffb2cb662e7dae760f92e68ad /media-libs/libv4l
parent770d63f36dbe1722e0ff9ab55eeca49986f01527 (diff)
gentoo auto-resync : 16:02:2025 - 00:13:18
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r--media-libs/libv4l/Manifest2
-rw-r--r--media-libs/libv4l/libv4l-1.28.1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libv4l/Manifest b/media-libs/libv4l/Manifest
index 72973cca55d5..3c7dd89c2baa 100644
--- a/media-libs/libv4l/Manifest
+++ b/media-libs/libv4l/Manifest
@@ -1,3 +1,3 @@
DIST v4l-utils-1.28.1.tar.xz 1246516 BLAKE2B a68728ab6802754cd766453375e212624ee731a7fc9b0d0da6a4c62ce19e75968c5bdbefa33d2977d439a23f36f5c8ff83efc44dae65eed206a31ef19ea57363 SHA512 6493c97f59af5fe0ffa4bb815ebac4531f5ea2b0612c2035c7f00a888ce686ee0aeeaef982553ff9ad6441c39dac63e6c718b1bedb0541cb2ce2e3c2f91ab12f
-EBUILD libv4l-1.28.1.ebuild 3355 BLAKE2B 3b64940be6e4eed471e1e5b1d99120486c1c4543163c4851a854dd833a8d7956455d0e5fbf0b515aeef7997b92705ccf900c546e795802f62c09285815576828 SHA512 4da16c2c8250aaf8894b2147d9eaf9d966925446f33774a0933ed9e8d5b36485505a2ac08c92359bae5e07a1b519e74c711b06e557029bb2dd29e0a9a54c717d
+EBUILD libv4l-1.28.1.ebuild 3310 BLAKE2B 5b163d8287faaf265959311837d60a1a14d8560ad346ae73cac30a885a071f3211fc8f8517fee8ca7ebd9fd60835ba541690c09ff6eb611a6335ab8f66afb158 SHA512 a8605620b637f4c7c736085b4b88e47cdff734238d74589780638e6b754e41e21b5bcef987937720c9778334fcb528ff7df5c8ed01717f9ea80727530abd28c2
MISC metadata.xml 1333 BLAKE2B 980117d95da191d35287e97e99c1add4231438d0e5f763cd576bd9bf79ce894297bd32252b8e73a1356d14be66dde09ef0ae3307a0e856554cb024569eee63ee SHA512 da28f9574865217098fb8602d7860131e58b7c16501bef840814a3ef7870a5565795151c8b574ecc895c9614400b5ac5b444430fd147dabea0f747174d6ae7a0
diff --git a/media-libs/libv4l/libv4l-1.28.1.ebuild b/media-libs/libv4l/libv4l-1.28.1.ebuild
index f304fa3cbd8a..83f0046abb39 100644
--- a/media-libs/libv4l/libv4l-1.28.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.28.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit linux-info meson-multilib systemd udev xdg
+inherit eapi9-ver linux-info meson-multilib systemd udev xdg
MY_P="v4l-utils-${PV}"
@@ -128,7 +128,7 @@ pkg_postinst() {
xdg_pkg_postinst
use utils && udev_reload
- if use utils && [[ -n ${REPLACING_VERSIONS} ]] && ver_test 1.20.0 -ge ${REPLACING_VERSIONS%% *}; then
+ if use utils && ver_replacing -lt 1.20.0; then
ewarn "WARNING! ir-keytable has changed significantly from version 1.20.0 so"
ewarn "you may need to take action to avoid breakage. See"
ewarn "https://bugs.gentoo.org/767175 for more details."