Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 609974

Summary: <xfce-extra/tumbler-0.2.0[raw] fails to detect media-libs/libopenraw-0.1.0
Product: Gentoo Linux Reporter: Michael Palimaka (kensington) <kensington>
Component: Current packagesAssignee: XFCE Team <xfce>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugzilla.xfce.org/show_bug.cgi?id=13201
https://bugs.gentoo.org/show_bug.cgi?id=644576
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Michael Palimaka (kensington) gentoo-dev 2017-02-19 02:50:17 UTC
Created attachment 464278 [details]
build.log

libopenraw upstream changed from libopenraw-1.0.pc and co to libopenraw-0.1.pc and tumbler silently fails to find it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-19 08:17:48 UTC
Is it worth pursuing upstream already or should we wait if libopenraw people don't change their mind?
Comment 2 Michael Palimaka (kensington) gentoo-dev 2017-02-19 09:04:13 UTC
The libopenraw changed was committed on 17 Sep 2013 and I still seems to be that way on master.
Comment 3 Sebastian Pipping gentoo-dev 2018-01-14 17:43:02 UTC
This seems to affect 0.1.31-r1 but not 0.2.0 anymore; quiting from tumbler-0.2.0/acinclude.m4:


dnl Check for libopenraw
dnl Note: 0.1.0 release changed the pkg-config name from -1.0 to -0.1
PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-0.1 >= 0.0.4], [],
[
  PKG_CHECK_MODULES([LIBOPENRAW_GNOME], [libopenraw-gnome-1.0 >= 0.0.4], [], [ac_tumbler_raw_thumbnailer=no])
])