<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel">
    <title>gmane.comp.video.gegl.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1205"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1204"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1203"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1202"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1201"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1200"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1199"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1198"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1197"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1196"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1195"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1194"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1193"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1192"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1191"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1190"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1189"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1188"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1207">
    <title>[Gegl-developer] Binary Download</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1207</link>
    <description>&lt;pre&gt;Hello everyone,

I am wondering why there is no download of the gegl binary (gegl.exe)
for Windows on the GEGL Website ( http://www.gegl.org/#_download ). I
think this would improve the usability of GEGL a lot.

best regards
Bjoern
&lt;/pre&gt;</description>
    <dc:creator>Björn Salgert</dc:creator>
    <dc:date>2013-05-12T17:01:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1206">
    <title>Re: [Gegl-developer] On gegl commit7dcbb7321357166d36a9bf379efde7ad87fc4c17</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1206</link>
    <description>&lt;pre&gt;CC'ing the gegl-developer list

On 28 April 2013 19:33, Sebastian Pipping &amp;lt;sping-aBrp7R+bbdUdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


The change means that API in GEGL that uses Babl types will not be usable
in GI bindings. That means any API used for accesses pixel data. I am not
sure if this has worked in any of the past static bindings, and arguably
one should (at least for the most part) do pixel manipulations in GEGL ops.
Having bindings for the graph API is in any case more useful than having no
bindings at all.

The reason for the change is that GI binding toolchain does not for work
for Babl at the moment. GI is meant mainly for glib-based code, and has
certain conventions that code is to follow to be bind-able. It may be that
changing the name "Babl" to "BablObject" or "BablFish" may make it
workable, though this would likely be an API break in GEGL (or perhaps it
can be worked around with a typedef).
Unless someone comes up with a plan and code changes to make Babl bindable,
that commit will be in eff&lt;/pre&gt;</description>
    <dc:creator>Jon Nordby</dc:creator>
    <dc:date>2013-04-28T19:02:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1205">
    <title>Re: [Gegl-developer] problem to install gegl - babl</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1205</link>
    <description>&lt;pre&gt;Please use the git version of babl/gegl. There are a lot of fixes in
those versions. (I think this is one of the issues that was fixed.)
Thanks!

On Fri, Apr 26, 2013 at 11:36 AM, Fabrice CLAIR &amp;lt;fabrice.clair-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael Henning</dc:creator>
    <dc:date>2013-04-26T20:46:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1204">
    <title>[Gegl-developer] problem to install gegl - babl</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1204</link>
    <description>&lt;pre&gt;Hi all,

I'm trying to install gegl
I have problem to install first babl after ./configure, make returns an error with "values.h".
Can you provide me any help?

babl-palette.c:22:20: error: values.h: No such file or directory
babl-palette.c: In function 'babl_palette_lookup':
babl-palette.c:93: error: 'INT_MAX' undeclared (first use in this function)
babl-palette.c:93: error: (Each undeclared identifier is reported only once
babl-palette.c:93: error: for each function it appears in.)
make[3]: *** [babl-palette.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Best regards.

Fabrice CLAIR
fabrice.clair-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org
(001) 514-623-0072
&lt;/pre&gt;</description>
    <dc:creator>Fabrice CLAIR</dc:creator>
    <dc:date>2013-04-26T15:36:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1203">
    <title>[Gegl-developer] Funding and Feature Request Management For OpenSource</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1203</link>
    <description>&lt;pre&gt;Hi,

We have just launched a site to help existing open source projects
with funding (www.catincan.com). Our goal is to help more open source
projects become self-sustaining and competitive with propriety
solutions. We're hoping you might provide us with some insight by
answering the 3 questions below.

1. Do you have any problems funding your open source project?

2. What would the perfect solution have to help the open source
community gain funding?

3. Would you use a solution like Catincan to fund your project? If no,
why not?

Thanks for your feedback. Hearing from open source developers really
helps us understand what's most important. If you have any questions,
just let me know.

Cheers,
Boian



--
Boian Mihailov
&lt;/pre&gt;</description>
    <dc:creator>Boian Mihailov</dc:creator>
    <dc:date>2013-04-20T14:41:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1202">
    <title>Re: [Gegl-developer] Porting GEGL</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1202</link>
    <description>&lt;pre&gt;
Thank you for reviewing and claryfing this.
The wiki-fix is in progress.

Kind regards,

Sven
&lt;/pre&gt;</description>
    <dc:creator>scl</dc:creator>
    <dc:date>2013-04-16T17:10:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1201">
    <title>Re: [Gegl-developer] Porting GEGL</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1201</link>
    <description>&lt;pre&gt;
Re: "(1) This filter was marked as GEGL ported in the previous version
of this document, but the source file could not be found in GEGLs
master branch. Is there a confusion with the file loaders/savers in
GIMP?"

I don't understand why you were trying to look for source code in
GEGL's repository :) Plug-ins don't necessarily have to be implemented
as GEGL ops. Yes, it's nice, but not necessary. Rewriting them to use
GEGL buffers is sufficient for now. Could you please fix the wiki? :)

Alexandre Prokoudine
http://libregraphicsworld.org
&lt;/pre&gt;</description>
    <dc:creator>Alexandre Prokoudine</dc:creator>
    <dc:date>2013-04-15T10:00:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1200">
    <title>[Gegl-developer] If you want to know more on the Mikado project</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1200</link>
    <description>&lt;pre&gt;Hi Gegl developpers,

I'm the graphic designer who bug you yesterday during your talk at the LGM
2013. I'm a little sorry for my agressive behavior, but it's an important
project to my eyes, so maybe one day you will excuse me.

So, if you want to know more on the Mikado project, here is the link to the
website we freshly set up :
http://mikado.toonloop.com/
We are working on a Github repository too, not yet ready.

By the way, I take a look at the Gegl-server project by jonnor and it may
be a great tool for us. Any way, thanks for your work on Gegl.

See you later around a beer maybe !
Camille Bissuel (aka yagraph)
_______________________________________________
gegl-developer-list mailing list
gegl-developer-list-rDKQcyrBJuzYtjvyW6yDsg&amp;lt; at &amp;gt;public.gmane.org
https://mail.gnome.org/mailman/listinfo/gegl-developer-list
&lt;/pre&gt;</description>
    <dc:creator>Camille Bissuel</dc:creator>
    <dc:date>2013-04-12T16:17:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1199">
    <title>Re: [Gegl-developer] Porting GEGL</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1199</link>
    <description>&lt;pre&gt;

1) They got no libraries (except OpenCV which is a library).
2) I don't really understand what you meant with that call :)

Alexandre Prokoudine
http://libregraphicsworld.org
&lt;/pre&gt;</description>
    <dc:creator>Alexandre Prokoudine</dc:creator>
    <dc:date>2013-04-10T07:57:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1198">
    <title>[Gegl-developer] Porting GEGL</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1198</link>
    <description>&lt;pre&gt;Hi,

as a foundation for the further GEGL porting work, the LGM and GSOC 2013 
I updated the GEGL porting matrix in our developer wiki [1].
Please review.

I think - despite of all the respectable work done - it's no secrets to 
say that the GEGL port has been a topic for long, is still a show 
stopper for version 2.10 and all further work and yet there's still a 
lot to do. Beside others currently 43% of the filters are ported.
Don't get me wrong - I'm not blaming anybody. Let's see how we can boost 
the process.

I think the following could help:
- Get rid of filters that don't match to the product vision or are 
outdated. Priorize the remaining filters. Alexandre wrote a mindstorm 
article [2] in the wiki and I fully agree with it. The LGM is a good 
opportunity to discuss it and also we have the mailing lists and IRC. 
Ask the artists at LGM and in our mailing lists about their needs.
- Focus the 2013 GSOC projects on the GEGL port.
- Port only a set of core functions and let the other functions do their&lt;/pre&gt;</description>
    <dc:creator>scl</dc:creator>
    <dc:date>2013-04-09T22:38:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1197">
    <title>[Gegl-developer] Funding and Feature Request Management For OpenSource</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1197</link>
    <description>&lt;pre&gt;Hi,

We have just launched a site to help existing open source projects
with funding (www.catincan.com). Our goal is to help more open source
projects become self-sustaining and competitive with propriety
solutions. We're hoping you might provide us with some insight by
answering the 3 questions below.

1. Do you have any problems funding your open source project?

2. What would the perfect solution have to help the open source
community gain funding?

3. Would you use a solution like Catincan to fund your project? If no,
why not?

Thanks for your feedback. Hearing from open source developers really
helps us understand what's most important. If you have any questions,
just let me know.

Cheers,
Boian



--
Boian Mihailov
&lt;/pre&gt;</description>
    <dc:creator>Boian Mihailov</dc:creator>
    <dc:date>2013-04-08T09:04:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1196">
    <title>[Gegl-developer] Research: FLOSS hackers between company andcommunity</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1196</link>
    <description>&lt;pre&gt;The University of Koblenz-Landau (Germany) is looking for participants 
for a research study revolving around the job situation of 
(professional) open source developers. The goal of the study is to gain 
insights on the effect of developers' double commitment to the community 
and the organization. The study is aimed at employed software developers 
who also work with open source code and therefore are to some extent 
dependant on the open source community.

The study already received support by several organizations including 
the Open Source Business Foundation (OSBF), the European Commission's 
Joinup project and various open source projects (e.g. Eclipse) and 
experts (e.g. former Open Source Director at Oracle Gilles Gravier)!

As incentives, participants will be able to contribute to social 
projects for free and can subscribe to receive the research results. For 
more information, click here:

http://ww2.unipark.de/uc/kb_uni_koblenz_kilian_ls/d20b/

Best Regards and thank you for your support,

Thoma&lt;/pre&gt;</description>
    <dc:creator>Thomas Zerbach</dc:creator>
    <dc:date>2013-04-02T09:05:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1195">
    <title>[Gegl-developer] Biggest Fake Conference in Computer Science</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1195</link>
    <description>&lt;pre&gt;We are researchers from different parts of the world and conducted a study on  
the world’s biggest bogus computer science conference WORLDCOMP 
( http://sites.google.com/site/worlddump1 ) organized by Prof. Hamid Arabnia 
from University of Georgia, USA.


We submitted a fake paper to WORLDCOMP 2011 and again (the 
same paper with a modified title) to WORLDCOMP 2012. This paper 
had numerous fundamental mistakes. Sample statements from 
that paper include: 

(1). Binary logic is fuzzy logic and vice versa
(2). Pascal developed fuzzy logic
(3). Object oriented languages do not exhibit any polymorphism or inheritance
(4). TCP and IP are synonyms and are part of OSI model 
(5). Distributed systems deal with only one computer
(6). Laptop is an example for a super computer
(7). Operating system is an example for computer hardware


Also, our paper did not express any conceptual meaning.  However, it 
was accepted both the times without any modifications (and without 
any reviews) and we were invited to submit &lt;/pre&gt;</description>
    <dc:creator>newtonhanes-revL73yDgGBWk0Htik3J/w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-04-02T23:03:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1194">
    <title>Re: [Gegl-developer] Building GEGL from git / error: possibly undefined macro: AM_GLIB_GNU_GETTEXT</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1194</link>
    <description>&lt;pre&gt;Try running autogen like this:
ACLOCAL='aclocal -I /gtk/share/aclocal' ./autogen.sh
(add your normal configure options to the end of the command)

Those files (install-sh, missing, config.sub, config.guess) should be
created by autogen, but they aren't being created because it's
erroring out early.

On Mon, Apr 1, 2013 at 1:48 AM, ChristophK &amp;lt;christoph-pPgxcYjrQowb1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael Henning</dc:creator>
    <dc:date>2013-04-01T14:18:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1193">
    <title>Re: [Gegl-developer] Building GEGL from git / error: possibly undefined macro: AM_GLIB_GNU_GETTEXT</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1193</link>
    <description>&lt;pre&gt;I'm using the GTK+-bundle that contains the corresponding m4 files:

$ export ACLOCAL_PATH=/gtk/share/aclocal
$ ls $ACLOCAL_PATH
freetype2.m4  glib-2.0.m4  glib-gettext.m4  gsettings.m4  gtk-2.0.m4
pkg.m4

Still, I keep getting the same error about missing Macros.


Apart from the macro-problem, the script complains about other missing
files:

install-sh
missing
config.sub
config.guess
... maybe more

These files are available in the BABL git root directory, but not in the
GEGL directory.

I'm not familiar with autogen.sh, autoconf, autotools, etc. but it
seems to me there is missing something in the GEGL tree, not on my
system.

Christoph



On Sun, 31 Mar 2013 21:39:04 -0400
Michael Henning &amp;lt;drawoc-YEDT/jNVyeuQBFnePL77WNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>ChristophK</dc:creator>
    <dc:date>2013-04-01T05:48:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1192">
    <title>Re: [Gegl-developer] Building GEGL from git / error: possibly undefined macro: AM_GLIB_GNU_GETTEXT</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1192</link>
    <description>&lt;pre&gt;This means that aclocal can't find the m4 files associated with gettext or glib.

If you don't have glib or gettext, you need to install them.

If you do have glib and gettext, you need to find their .m4 files and
add the containing directories to the environment variable
ACLOCAL_PATH (it's a colon separated list).

On Sun, Mar 31, 2013 at 11:19 AM, ChristophK &amp;lt;christoph-pPgxcYjrQowb1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael Henning</dc:creator>
    <dc:date>2013-04-01T01:39:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1191">
    <title>[Gegl-developer] Building GEGL from git / error: possibly undefined macro: AM_GLIB_GNU_GETTEXT</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1191</link>
    <description>&lt;pre&gt;Windows 7 64bit / mingw32 / msys

Hi,
I'm now trying to build GEGL from git, as supposed.

"./autogen.sh" fails with the following line:
configure.ac:491: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT

Please help.

Christoph



$ git clone git://git.gnome.org/gegl
Cloning into 'gegl'...
remote: Counting objects: 43860, done.
remote: Compressing objects: 100% (11539/11539), done.
remote: Total 43860 (delta 35544), reused 39562 (delta 32174) eceiving
objects: Receiving objects: 100% (43860/43860), 41.89 MiB | 565 KiB/s,
done.

Resolving deltas: 100% (35544/35544), done.

christoph&amp;lt; at &amp;gt;HTPC /k/daten/programmierung/libraries
$ cd gegl
$ export PKG_CONFIG_PATH=/gtk/lib/pkgconfig
$ export CPATH=/local/include:/local/include/babl-0.1
$ export LIBRARY_PATH=/local/lib
$ ./autogen.sh
autoreconf-2.68: Entering directory `.'
autoreconf-2.68: configure.ac: not using Gettext
autoreconf-2.68: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
configure.ac:420: warning: macro `AM_PATH_GLIB_2_0' not found in library
configu&lt;/pre&gt;</description>
    <dc:creator>ChristophK</dc:creator>
    <dc:date>2013-03-31T15:19:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1190">
    <title>Re: [Gegl-developer] Problem running GEGL hello-world example</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1190</link>
    <description>&lt;pre&gt;As a general note, you should probably grab a development version from
git, not a release tarball. GEGL has gone through massive numbers of
bugfixes since the release, as it's still under heavy development.
(I'm hoping that will fix the bug you're running into now.)

The gtk+ display op is separate from GEGL itself. You can find it here:
https://git.gnome.org/browse/gegl-gtk/
The op is named "gegl-gtk3:display". (or, if you compile against gtk+
2, it's "gegl-gtk2:display")
There's also a clutter and a qt helper library, if you're interested.

On Sun, Mar 31, 2013 at 7:17 AM, ChristophK &amp;lt;christoph-pPgxcYjrQowb1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael Henning</dc:creator>
    <dc:date>2013-03-31T13:56:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1189">
    <title>Re: [Gegl-developer] Problem running GEGL hello-world example</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1189</link>
    <description>&lt;pre&gt;Hi again,

I now compiled GEGL against SDL. I keep getting the same error. Did you
notice this line?:

GEGL-geglmodule.c-Message: Module
'k:/daten/programmierung/libraries/gegl-0.2.0\ gegl\.libs
\libgegl-0.2-0.dll' load error: Missing gegl_module_query() symbol

I guess it has nothing to do with the gegl:display op, but this might be
the reason why it wouldn't find any display op.

Chris


On Sat, 30 Mar 2013 18:11:14 -0400
Michael Henning &amp;lt;drawoc-YEDT/jNVyeuQBFnePL77WNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>ChristophK</dc:creator>
    <dc:date>2013-03-31T11:17:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1188">
    <title>Re: [Gegl-developer] Problem running GEGL hello-world example</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1188</link>
    <description>&lt;pre&gt;On Sat, 30 Mar 2013 18:11:14 -0400
Michael Henning &amp;lt;drawoc-YEDT/jNVyeuQBFnePL77WNBPR1lH4CV8&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Hi Michael,

thanks so far. Can I also use GTK+ for a display op? How?

Christoph
&lt;/pre&gt;</description>
    <dc:creator>ChristophK</dc:creator>
    <dc:date>2013-03-31T10:31:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.gegl.devel/1187">
    <title>Re: [Gegl-developer] Problem running GEGL hello-world example</title>
    <link>http://permalink.gmane.org/gmane.comp.video.gegl.devel/1187</link>
    <description>&lt;pre&gt;The example program uses a gegl:display op. The issue you're running
into is that you didn't compile gegl against any libraries that can
provide the display op.

You can fix this by either compiling gegl with SDL support (there are
SDL binaries for windows online, so that shouldn't be too difficult to
set up), or by modifying the example to save a png file instead of
trying to display a window (I'd recommend you try this anyway, if
you're trying to learn gegl's api).

Feel free to post back with any more questions you have.

On Sat, Mar 30, 2013 at 5:46 PM, ChristophK &amp;lt;christoph-pPgxcYjrQowb1SvskN2V4Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Michael Henning</dc:creator>
    <dc:date>2013-03-30T22:11:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.video.gegl.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.gegl.devel</link>
  </textinput>
</rdf:RDF>
