From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7178a81f7769b555 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.germany.com!newsfeed.freenet.de!feeder.news-service.com!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail From: Poul-Erik Andreasen User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070828) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: AdaOpenGL and AdaMultimedia References: <1190229087.588.18.camel@localhost> <1n1wcsoi0z.fsf@hod.lan.m-e-leypold.de> In-Reply-To: <1n1wcsoi0z.fsf@hod.lan.m-e-leypold.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <7cYIi.59$bd6.13@news.get2net.dk> Date: Sat, 22 Sep 2007 01:10:59 +0200 NNTP-Posting-Host: 213.237.11.74 X-Complaints-To: abuse-dk@tele2.com X-Trace: news.get2net.dk 1190416259 213.237.11.74 (Sat, 22 Sep 2007 01:10:59 CEST) NNTP-Posting-Date: Sat, 22 Sep 2007 01:10:59 CEST Organization: Tele2 Internet Kunde Xref: g2news2.google.com comp.lang.ada:2073 Date: 2007-09-22T01:10:59+02:00 List-Id: Markus E L wrote: > Poul-Erik Andreasen wrote: > >> Markus E L wrote: >>> Alexis Muller wrote: >>> >>>> Hi, >>>> >>>> This may interest someone. I have worked on the AdaOpenGL binding. The >>>> idea is to use Ada typing instead of C style (naming convention and >>>> const int). I have also translate in Ada lot of samples for the opengl >>>> book. You can get this work from the project's CVS >>>> ( http://sourceforge.net/projects/adaopengl/ ), but I need to finish it >>>> before doing a new release. >>>> >>>> I have also start a new project : AdaMultimedia >>>> ( http://sourceforge.net/projects/adamultimedia/ ). The goal is to >>>> provide a library to handle multimedia files. Like ffmpeg but in Ada ;) >>>> For now it can be decode bmp pictures, AVI containers and the cinepak >>>> codec. I am working on jpeg. >>>> >>>> Feel free to send me a mail if you what more information. >>>> >>>> Best regards, >>> GMPGPL instead of LGPL would be nice. >> That's not a god idea since the original is a >> BSD'style licens :-) > > Which original? And why is original-BSD-Adaversion-LGPL better than > original-BSD-Adaversion-GMGPL? Whatever the "original" is here .... > None of them are alowed, you can not make a BSD licence to a LGPL or GMGPL ( at least not this one); I am only talking abount the adaopengl. The AdaMultimedia are a brand new project as Alexis also points out PEA