media-gfx/oda-file-converter: add 27.1.0.0-r1, drop 27.1.0.0

- Add media-libs/libglvnd to RDEPEND for bundled Qt6 libGL.so.1.
- Drop bundled libqtiff.so plugin, it linked libtiff.so.5 which is no
  longer in the tree (tinderbox QA0023).

Closes: https://bugs.gentoo.org/975300
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-05-18 11:19:40 +08:00
parent 7b2fedd3f9
commit a50740c7ec

View File

@@ -19,6 +19,7 @@ KEYWORDS="-* ~amd64"
RDEPEND="
dev-qt/qtbase:6[gui,widgets]
media-libs/libglvnd
x11-themes/hicolor-icon-theme
"
@@ -37,6 +38,10 @@ src_compile() {
|| die "Failed to fix insecure RPATH"
# Remove bundled qt.conf to use system Qt
rm -f "usr/bin/ODAFileConverter_${PV}/qt.conf" || die "Failed to remove qt.conf"
# Drop bundled libqtiff.so: it links against libtiff.so.5 which is no
# longer in the tree, and TIFF image support is unused by the converter.
rm -f "usr/bin/ODAFileConverter_${PV}/plugins/imageformats/libqtiff.so" \
|| die "Failed to remove bundled libqtiff.so"
}
src_install() {