Nikita Egorov wrote: >> As mentioned earlier, there are plans to redesign the >> device dependent parts, and that would be the point, when official >> DirectFB support could be added. > > At the present time I have a sceptical look onto creating such good and fast > code with isolated hardware parts. :(
I don't understand what you mean here, but I should take a look at the sources first... >> Currently we are very busy with FLTK 1.3 (utf-8). Until we can >> start DirectFB support we have your port, and that's good to >> know. It's almost up-to-date, and users can use it. Something >> like Oksid's FLTK 1.1.6 utf-8 support - now we're working on >> its integration in the distribution. > > To start making the port 1.3 I must have confidence that my job would not > wasted. I wouldn't recommend to do that now, unless you need it yourself. FLTK 1.3 is in development, and this will take some time. But your help will be appreciated, when we start doing it ;-) >> Is there a way to download a complete tarball of your sources >> without installing git? Do you have a link for us? > > Oh-oh! I'm sorry I didn't understand your problems. It seemed to me an > obvious thing that the DirectFB's Git has a web interface. Sorry, but it wasn't that obvious - see below. > http://git.directfb.org/?p=ports/FLTK_1.x-DirectFB.git;a=summary > > Click on 'shapshot' in upper line of the list and save the archive. > > E.g.: http://git.directfb.org/?p=ports/FLTK_1.x-DirectFB.git;a=snapshot;h=0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b I found this, but the download file was named: FLTK_1.x-DirectFB.git-0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b.tar.gz Note: ".tar.gz" ! That's what happened: $ tar -tvzf FLTK_1.x-DirectFB.git-0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors Now I took a closer look: $ file FLTK_1.x-DirectFB.git-0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b.tar.gz FLTK_1.x-DirectFB.git-0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b.tar.gz: POSIX tar archive AHA! Then I used: $ tar -tvf FLTK_1.x-DirectFB.git-0e7bfeaf7a1133a2b9bc2f14125ac4a29837799b.tar.gz drwxrwxr-x root/root 0 2009-03-27 10:43 ports/FLTK_1.x-DirectFB.git/ -rw-rw-r-- root/root 41836 2009-03-27 10:43 ports/FLTK_1.x-DirectFB.git/ANNOUNCEMENT -rw-rw-r-- root/root 140780 2009-03-27 10:43 ports/FLTK_1.x-DirectFB.git/CHANGES [...] Okay, now this is usable :-) Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

