Bug 276100 - deskutils/xdg-desktop-portal: add required gdkpixbuf2 to USE_GNOME
Summary: deskutils/xdg-desktop-portal: add required gdkpixbuf2 to USE_GNOME
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-03 16:41 UTC by Lexi Winter
Modified: 2024-01-04 19:53 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (arrowd)


Attachments
patch (769 bytes, patch)
2024-01-03 16:41 UTC, Lexi Winter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lexi Winter 2024-01-03 16:41:04 UTC
Created attachment 247435 [details]
patch

the port fails to build without it:

Run-time dependency gdk-pixbuf-2.0 found: NO (tried pkgconfig)

meson.build:106:17: ERROR: Dependency "gdk-pixbuf-2.0" not found, tried pkgconfig

A full log can be found at /wrkdirs/usr/ports/deskutils/xdg-desktop-portal/work/xdg-desktop-portal-1.18.2/_build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
===>  Script "configure" failed unexpectedly.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-04 19:52:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d716d7b982aaf1f33ec0398a6aca528821f5c6e

commit 7d716d7b982aaf1f33ec0398a6aca528821f5c6e
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-04 19:51:08 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-04 19:51:08 +0000

    deskutils/xdg-desktop-portal: Fix missing dependency.

    PR:             276100
    Reported by:    Lexi Winter <lexi.freebsd@le-fay.org>

 deskutils/xdg-desktop-portal/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2024-01-04 19:53:07 UTC
I wonder how I missed that. Fixed, thanks.