Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 09:03:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 195121] graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2 to avoid conflating with 0.22.0
Message-ID:  <bug-195121-4077-8xgZTRh1DE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195121-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195121-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195121

--- Comment #10 from Jan Beich <jbeich@vfemail.net> ---
(In reply to Johannes Jost Meixner from comment #9)
> Your logs show the exact problem I was hinting at: the -f10 versions don't
> install gdk-pixbuf.

Why that is a problem? I haven't found a single linux- port that depends on
libgdk_pixbuf.so.2 provided by gdk-pixbuf among both f10 and c6. As the library
is vestige of Gnome 1, no modern (often still gtk2) software depends on it.
Then no need to install a non-leaf port that doesn't provide the required
library.

  $ cd www/linux-opera
  $ readelf -d $(make -V WRKSRC)/lib/linux-opera/liboperagtk2.so | fgrep pixbuf
   0x00000001 (NEEDED)                     Shared library:
[libgdk_pixbuf-2.0.so.0]

  $ cd graphics/linux-f10-gdk-pixbuf
  $ fgrep libgdk_pixbuf-2.0.so.0 pkg-plist

  $ cd x11-toolkits/linux-f10-gtk2
  $ fgrep libgdk_pixbuf-2.0.so.0 pkg-plist
  usr/lib/libgdk_pixbuf-2.0.so.0
  usr/lib/libgdk_pixbuf-2.0.so.0.1400.7

OTOH, native gdk-pixbuf actually has (mostly gtk12) consumers. Non-linux
firefox and opera are not among them as they implicitly have
USE_GNOME=gdkpixbuf2.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195121-4077-8xgZTRh1DE>