Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253751 - media-libs/gegl version bump to 0.0.22
Summary: media-libs/gegl version bump to 0.0.22
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 18:01 UTC by quazgar
Modified: 2009-01-10 16:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description quazgar 2009-01-04 18:01:35 UTC
gegl-0.0.22 is out.
Builds fine with a slightly modified .20 ebuild, especially the sandbox violation hack (env GEGL_SWAP="${WORKDIR}") is not necessary anymore: http://bugzilla.gnome.org/show_bug.cgi?id=529668

Some corrected dependencies (as given in configure.ac):

$ diff gegl-0.0.22.ebuild /usr/portage/media-libs/gegl/gegl-0.0.20.ebuild
19,20c19,20
< DEPEND=">=media-libs/babl-0.0.22
<       >=dev-libs/glib-2.16.1
---
> DEPEND=">=media-libs/babl-0.0.20
>       >=dev-libs/glib-2.18.0
22c22
<       >=x11-libs/gtk+-2.8.6
---
>       >=x11-libs/gtk+-2.14.0

The configure.ac patch will probably have to be adapted a bit, and I haven't figured out yet if the ffmpeg patch is still necessary.

Reproducible: Always

Steps to Reproduce:
Comment 1 Hanno Böck gentoo-dev 2009-01-10 16:55:56 UTC
done