UFRaw 0.17 has lots of automagic dependencies. An in-tree patch fixes the cfitsio dependency, but nothing else. The current ufraw-0.17.ebuild also has incorrect dependencies for lcms, exiv2 and gtkimageview. It also misses dependencies for glib (checked with pkg-config) and perl (required for pod2man). The gconf schema installation does not work (see bug 295083 for details). MANIFEST is missing from dodoc. The mime type registration is not required with shared-mime-info >= 0.21 (only versions which satisfy the dependency are in portage). metadata.xml also needs an update. Attaching new automagics patch and diffs to in-tree ebuild that fix all the above problems, tested on amd64 and x86 (keywording only lensfun and ufraw).
Created attachment 226359 [details, diff] remove automagic dependencies
Created attachment 226361 [details, diff] updated ebuild
Created attachment 226363 [details, diff] updated metadata
Created attachment 226671 [details, diff] fix metadata patch Add missing </flag> to metadata patch.
Created attachment 241919 [details, diff] correct automagic patch The old automagic patch did not use defines to mark found libraries, fixed in this version.
Created attachment 341044 [details, diff] no 0.19 automagics Updated patch for 0.19, only briefly tested.
Did you try submitting your patch upstream?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4789b3a217c455255ac641ce403f940ec1f92432 commit 4789b3a217c455255ac641ce403f940ec1f92432 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-04-13 21:39:20 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-06-25 21:22:13 +0000 profiles: Mask media-gfx/ufraw for removal Bug: https://bugs.gentoo.org/312935 Bug: https://bugs.gentoo.org/341923 Bug: https://bugs.gentoo.org/629050 Bug: https://bugs.gentoo.org/739984 Bug: https://bugs.gentoo.org/775761 Bug: https://bugs.gentoo.org/777534 Signed-off-by: Matt Turner <mattst88@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699a7159a7d6c00cc571191e2a8ccd884e8fb670 commit 699a7159a7d6c00cc571191e2a8ccd884e8fb670 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-07-26 02:33:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-07-26 02:33:02 +0000 media-gfx/ufraw: treeclean Bug: https://bugs.gentoo.org/312935 Bug: https://bugs.gentoo.org/341923 Bug: https://bugs.gentoo.org/629050 Bug: https://bugs.gentoo.org/739984 Bug: https://bugs.gentoo.org/775761 Bug: https://bugs.gentoo.org/777534 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/ufraw/Manifest | 1 - .../ufraw/files/ufraw-0.17-cfitsio-automagic.patch | 28 ------ .../ufraw/files/ufraw-0.22-CVE-2015-8366.patch | 17 ---- .../ufraw/files/ufraw-0.22-CVE-2018-19655.patch | 44 ---------- media-gfx/ufraw/files/ufraw-0.22-crashfix.patch | 15 ---- .../files/ufraw-0.22-drop_superfluous_abs.patch | 16 ---- media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch | 26 ------ .../ufraw/files/ufraw-0.22-fix-unsigned-char.patch | 20 ----- media-gfx/ufraw/files/ufraw-0.22-gcc9.patch | 97 --------------------- media-gfx/ufraw/files/ufraw-0.22-glib-2.68.patch | 19 ----- .../ufraw/files/ufraw-0.22-jasper-automagic.patch | 21 ----- media-gfx/ufraw/files/ufraw-0.22-jpeg9.patch | 32 ------- media-gfx/ufraw/metadata.xml | 13 --- media-gfx/ufraw/ufraw-0.22-r4.ebuild | 99 ---------------------- 14 files changed, 448 deletions(-)
Last-rited package removed.