Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491732 - =media-gfx/shotwell-0.15.1 version bump + dep fixes
Summary: =media-gfx/shotwell-0.15.1 version bump + dep fixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-11-20 05:20 UTC by Mark R. Pariente
Modified: 2013-11-20 11:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
shotwell 0.15.1 dependency fixes (shotwell-0.15.1-ebuild.patch,590 bytes, patch)
2013-11-20 05:20 UTC, Mark R. Pariente
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark R. Pariente 2013-11-20 05:20:15 UTC
Created attachment 363612 [details, diff]
shotwell 0.15.1 dependency fixes

Hello,

Upstream has released shotwell-0.15.1. I renamed the existing ebuild for 0.15.0 and tested that it compiles and works fine.

I noticed that bug #489464 undid the glib/gexiv2/libgee dependency changes that were done in #487050, unfortunately they seem to be incorrect. Here are dependencies according to the Makefile shipped by upstream:

export MIN_GLIB_VERSION=2.30.0

...

EXT_PKG_VERSIONS = \
        gee-0.8 >= 0.8.5 \
        gexiv2 >= 0.4.90 \
        gio-unix-2.0 >= 2.20 \
        glib-2.0 >= $(MIN_GLIB_VERSION) \
        gmodule-2.0 >= 2.24.0 \
        gstreamer-1.0 >= 1.0.0 \
        gstreamer-base-1.0 >= 1.0.0 \
        gstreamer-plugins-base-1.0 >= 1.0.0 \
        gstreamer-pbutils-1.0 >= 1.0.0 \
        gtk+-3.0 >= 3.6.0 \
        gudev-1.0 >= 145 \
        libexif >= 0.6.16 \
        libgphoto2 >= 2.4.2 \
        libraw >= 0.13.2 \
        libsoup-2.4 >= 2.26.0 \

I'm attaching a diff correcting these library versions to align with what the upstream specifies.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-11-20 11:24:50 UTC
+*shotwell-0.15.1 (20 Nov 2013)
+
+  20 Nov 2013; Justin Lecher <jlec@gentoo.org> shotwell-0.15.0.ebuild,
+  +shotwell-0.15.1.ebuild:
+  Version BUmp and fix deps, #491732; thanks Mark R. Pariente for the patch
+