CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 19:38:34
Modified files:
macros : ffmpeg.m4
Log message:
Added test...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.13&r2=1.14
Patc
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 18:16:02
Modified files:
backend: render_handler_agg.cpp
Log message:
Fixed get_cache_of()
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg.cp
Hello Sandro,
Monday, October 9, 2006, 7:43:29 PM, you wrote:
SS> The function relied on a caching interface in the character class.
SS> Maybe you have an uncommitted change to the server/character.h ?
It was comitted 2 days ago :-)
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/characte
On Mon, Oct 09, 2006 at 03:05:28PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 3:00:05 PM, you wrote:
> SS> I was just tryin to make it buildable.
>
> Hmm. I have no problems building the current version. You were
> commenting out a (currently) unused function
> Ther
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 17:41:28
Modified files:
. : ChangeLog
gui: fb.cpp
Log message:
Implemented correct timing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/Cha
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Rob Savoye 06/10/09 17:34:24
Modified files:
macros : zlib.m4
. : ChangeLog
Log message:
* macros/zlib.m4: Update test to use AC_CHECK_HEADER and
AC_CHEC
On Mon, Oct 09, 2006 at 10:45:28AM -0600, Rob Savoye wrote:
> strk wrote:
>
> > In any case, once we find the minimum version required, we
> > should have the macro have ./configure fail if requirement is not met.
>
> It should fail if the header it's looking for doesn't exist, as that's
> the
strk wrote:
> In any case, once we find the minimum version required, we
> should have the macro have ./configure fail if requirement is not met.
It should fail if the header it's looking for doesn't exist, as that's
the older version. There is also a specific error message about having
the old
On Mon, Oct 09, 2006 at 10:28:01AM -0600, Rob Savoye wrote:
> Sandro Santilli wrote:
> > CVSROOT:/sources/gnash
>
> > Log message:
> > added compatibility header for agg package found in debian testing.
>
> I found when writing the AGG config macro that some systems still ship
> AGG 2.3
Sandro Santilli wrote:
> CVSROOT: /sources/gnash
> Log message:
> added compatibility header for agg package found in debian testing.
I found when writing the AGG config macro that some systems still ship
AGG 2.3. AGG 2.4 has a pile of new headers, which the missing
functionality may
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 16:24:51
Modified files:
backend: render_handler_agg.cpp
Log message:
Oops, wrongly committed also the temp hack for inclusion of the
compatibility header file
CVSWeb URLs:
h
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 16:23:45
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Added files:
backend: render_handler_agg_compat.h
Log message:
add
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 16:18:22
Modified files:
gui: fbsup.h fb.cpp
Log message:
Adapted to Bastiaan's cleanup
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/fbsup.h?cvsroot=gnash&r1
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 16:11:57
Modified files:
gui: gtk.cpp
Log message:
Fixing prototype mismatch
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk.cpp?cvsroot=gnash&r1=1.29&r2=1.
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 16:11:27
Modified files:
macros : ffmpeg.m4 pango.m4
Log message:
'= x' -> '!= x'.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmpeg.m4?cvsroot=gnash&r1=1.12&r
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 16:10:26
Modified files:
. : ChangeLog
Log message:
Added header file for render_handler_agg.cpp
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 16:08:56
Modified files:
gui: fb.cpp
Added files:
backend: render_handler_agg.h
Log message:
Added header file for render_handler_agg.cpp
CVSWeb URLs:
htt
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 06/10/09 16:05:24
Modified files:
. : ChangeLog
gui: Makefile.am NullGui.cpp NullGui.h Player.cpp
gtk.cpp gui.h kde.cpp kdesup.h sdl.cpp sd
Udo Giacomozzi wrote:
> Hannes is already working on it.
Awesome. I'm too busy to give it a shot right now, and I think it'll
be easier for the rest of us if we can test it on our desktops.
- rob -
___
Gnash-commit mailing list
Gnash-commit
Hello strk,
Monday, October 9, 2006, 5:39:17 PM, you wrote:
s> No packages for Debian stable. On Debian testing there's a 2.4
s> but with a missing function. So far I've handled to include just
s> the missing function in an render_handler_agg_compat.h additional
s> file. Need to test (if I handle
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 15:42:50
Modified files:
. : ChangeLog
gui: fb.cpp fbsup.h
Log message:
* gui/fb.cpp, gui/fbsup.h: fixed createWindow() function to reflect new
Gui i
Hello Rob,
Monday, October 9, 2006, 5:18:05 PM, you wrote:
RS> Let's add a task for it. Bastiaan is the "gui" guy at this time, but I
RS> wrote all the original GTK support, including the gui library. The issue
RS> here is separating the GTK parts from the GtkGLExt parts as write now
RS> they're
On Mon, Oct 09, 2006 at 09:14:56AM -0600, Rob Savoye wrote:
> Udo Giacomozzi wrote:
>
> > Strange that it isn't included in the Debian package.
>
> For Debian stable, I believe it's an extra package to install.
No packages for Debian stable. On Debian testing there's a 2.4
but with a missing f
Sandro Santilli wrote:
> Bastiaan is working on Gui cleanups, so far he's been the Gui guy :)
> I think we can open up a task for this on savannah and see who wants
> to work on it.
Let's add a task for it. Bastiaan is the "gui" guy at this time, but I
wrote all the original GTK support, includi
Udo Giacomozzi wrote:
> Strange that it isn't included in the Debian package.
For Debian stable, I believe it's an extra package to install.
> Maybe one more reason to include AGG in the Gnash distro...?
No, we just don't want to have Gnash bundled with AGG. Believe me,
been there, done, th
strk wrote:
> mm... I think AC_DEFINE was correct.
> The checks should only set defines as for HAVE_THIS_AND_THAT
> while the configure.ac main file should use AM_CONDITIONAL
I believe he's correct. All the macros should only be using AC_DEFINE
for setting things. All AM_CONDITIONALs need to b
strk wrote:
>> Define __FUNCTION__ and __PRETTY_FUNCTION__ if not.
>
> What about moving these definitions in a separate header instead ?
> It would be included by both the plugin and the code libs..
They're only for debugging messages anyway... Win32 doesn't support
the __PRETTY_FUNCTION
On Mon, Oct 09, 2006 at 03:14:37PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 3:08:47 PM, you wrote:
> >> SS> /usr/include/agg2# grep render_scanlines_compound_layered *
>
> SS> I'm using debian packages. I'm sure getting AGG from sources would
> SS> work better, bu
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 14:44:48
Modified files:
. : ChangeLog
macros : gstreamer.m4
Log message:
* macros/gstreamer.m4: fix invocation of pkg-config (use it IFF
PKG_CONFIG is s
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 14:08:46
Modified files:
. : ChangeLog
gui: gui.h
Log message:
forced generation of brief description for doxygen.
CVSWeb URLs:
http://cvs.savannah.g
On Mon, Oct 09, 2006 at 04:04:26PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> ok, I talked with Hannes and he is currently working on it :-)
Excellent.
Hannes, please report any problems you might encounter with current
Gui and GtkGlue interface, as we really want it to be clean and effec
Hello Sandro,
ok, I talked with Hannes and he is currently working on it :-)
Udo
Monday, October 9, 2006, 4:01:08 PM, you wrote:
SS> Bastiaan is working on Gui cleanups, so far he's been the Gui guy :)
SS> I think we can open up a task for this on savannah and see who wants
SS> to work on it.
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 14:03:52
Modified files:
. : ChangeLog
backend: sound_handler_sdl.h
Log message:
removed unused include.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcv
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 14:02:55
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: add some package names for required ffmpeg libs.
(names for yum are missing).
CVSWeb UR
Bastiaan is working on Gui cleanups, so far he's been the Gui guy :)
I think we can open up a task for this on savannah and see who wants
to work on it.
--strk;
On Mon, Oct 09, 2006 at 03:52:49PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 3:00:05 PM, you wrote:
> S
Hello Sandro,
Monday, October 9, 2006, 3:00:05 PM, you wrote:
SS> I was just tryin to make it buildable. If you prefer I can just
SS> avoid fixing anything myself but rather either send an email to
SS> gnash-dev, or to yourself, or file a bug report. Let me know
SS> what do you like more :)
I not
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Bastiaan Jacques 06/10/09 13:47:44
Modified files:
. : ChangeLog
gui: NullGui.h Player.cpp fb.cpp fbsup.h gtk.cpp
gtksup.h gui.cpp gui.h kde.cpp kdesup.h sd
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 13:43:57
Modified files:
. : ChangeLog
macros : ffmpeg.m4
Log message:
* macros/ffmpeg.m4: check for libdts too (required); always run the
standard AC_CH
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 13:18:52
Modified files:
. : ChangeLog
macros : ffmpeg.m4
Log message:
* macros/ffmpeg.m4: don't force linking of libavutil, don't trash
results of a pre
Hello Sandro,
Monday, October 9, 2006, 3:08:47 PM, you wrote:
>> SS> /usr/include/agg2# grep render_scanlines_compound_layered *
SS> I'm using debian packages. I'm sure getting AGG from sources would
SS> work better, but I'd like people to be able to use packaged dependencies,
SS> that's why I as
On Mon, Oct 09, 2006 at 03:07:11PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 3:04:09 PM, you wrote:
> SS> No results from this search:
>
> SS> /usr/include/agg2# grep render_scanlines_compound_layered *
>
> seems like you're using a RPM version? Try the sources fr
Hello Sandro,
Monday, October 9, 2006, 3:04:09 PM, you wrote:
SS> No results from this search:
SS> /usr/include/agg2# grep render_scanlines_compound_layered *
seems like you're using a RPM version? Try the sources from
http://www.antigrain.com/download/index.html
They should compile just fine.
Hello Sandro,
Monday, October 9, 2006, 3:00:05 PM, you wrote:
SS> I was just tryin to make it buildable.
Hmm. I have no problems building the current version. You were
commenting out a (currently) unused function
There are other two long but unused functions, but please don't kill
them :-)
SS>
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 13:01:28
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: don't check for gstreamer unless gst sound was
requested.
CVSWeb URLs:
http://cvs.savann
On Mon, Oct 09, 2006 at 02:57:18PM +0200, Udo Giacomozzi wrote:
> Hello Sandro,
>
> Monday, October 9, 2006, 2:04:20 PM, you wrote:
> SS> Log message:
> SS> * backend_render_handler_agg.cpp: commented out unused
> get_cache_of() method (relies on uncommitted changes to character class);
Hello Sandro,
Monday, October 9, 2006, 2:04:20 PM, you wrote:
SS> Log message:
SS> * backend_render_handler_agg.cpp: commented out unused
get_cache_of() method (relies on uncommitted changes to character class); fixed
draw_shape_character_old to allow build.
Uhm, the AGG backend is sti
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 12:51:59
Modified files:
macros : atk.m4 ogg.m4 ffmpeg.m4 gstreamer.m4
Log message:
Removed backsticks.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/atk.m4?cvsro
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 12:34:21
Modified files:
. : ChangeLog
macros : ffmpeg.m4
Log message:
Removed $pkg.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroo
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 12:31:55
Modified files:
macros : ogg.m4
Log message:
Removed $pkg.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ogg.m4?cvsroot=gnash&r1=1.11&r2=1.12
Patches:
I
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 12:28:37
Modified files:
macros : ogg.m4
Log message:
Hmm...
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ogg.m4?cvsroot=gnash&r1=1.10&r2=1.11
Patches:
Index: o
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 12:04:20
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend_render_handler_agg.cpp: commented out unused get_cache_of()
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Markus Gothe 06/10/09 12:20:19
Modified files:
macros : ffmpeg.m4 gstreamer.m4
Log message:
Reverted '...--exists = x' and misc. fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/ffmp
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 11:42:23
Modified files:
backend: render_handler_agg.cpp
Log message:
corrected PixelFormat for BGR24
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_han
Hello Sandro,
Monday, October 9, 2006, 1:03:43 PM, you wrote:
SS> Log message:
SS> * backend/render_handler_agg.cpp (line_style_width): log
unimplemented (current code assigned to undefined variable).
line_style_width() has been removed from the base render_handler. So
it wasn't unimplem
CVSROOT:/cvsroot/gnash
Module name:gnash
Changes by: Udo Giacomozzi06/10/09 11:19:28
Modified files:
backend: render_handler_agg.cpp
Log message:
removed obsolete function line_style_width()
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backe
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 11:03:43
Modified files:
. : ChangeLog
backend: render_handler_agg.cpp
Log message:
* backend/render_handler_agg.cpp (line_style_width): log unimplemented
On Sat, Oct 07, 2006 at 09:10:20PM +, Markus Gothe wrote:
> CVSROOT: /sources/gnash
> Index: macros/gstreamer.m4
> ===
> RCS file: /sources/gnash/gnash/macros/gstreamer.m4,v
> retrieving revision 1.15
> retrieving revision 1.
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 09:23:15
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: don't complain about GtkGLExt unless GTK/opengl setup
is requested.
CVSWeb URLs:
http://
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 09:03:35
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: use better warning messages about SDL sound handling
and ffmpeg/mad choices.
CVSWeb URLs
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 08:52:12
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: fixed refs to the obsoleted --enable-mp3 switch and
$mp3 variable.
CVSWeb URLs:
http://c
On Sun, Oct 08, 2006 at 02:00:20PM +, Markus Gothe wrote:
> -const int16_t *vertex = (int16_t*)coords;
> +const int16_t *vertex = static_cast(coords);
There's no point in the above cast, right ?
...
> -vertex[vno ] = (float)corners[cno].m_x;
> -vertex[vno+1] = (float)corners
On Sat, Oct 07, 2006 at 09:30:13PM +, Markus Gothe wrote:
> CVSROOT: /sources/gnash
> Module name: gnash
> Changes by: Markus Gothe 06/10/07 21:30:13
>
> Modified files:
> macros : ffmpeg.m4
>
> Log message:
> Run AM_CONDITIONAL rather than AC_DEFINE.
mm... I t
On Sat, Oct 07, 2006 at 07:46:31PM +, Markus Gothe wrote:
> +KDE_CHECK_STRLCPY dnl set SIZEOF_SIZE_T.
What about moving the SIZEOF_SIZE_T in a separate .m4 file ?
(decouple from KDE)
--strk;
___
Gnash-commit mailing list
Gnash-commit@gnu.org
http
On Sat, Oct 07, 2006 at 07:21:49PM +, Markus Gothe wrote:
> CVSROOT: /sources/gnash
> Module name: gnash
> Changes by: Markus Gothe 06/10/07 19:21:49
>
> Modified files:
> . : ChangeLog
> plugin : plugin.h
>
> Log message:
> Define __FUNCTION
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 08:24:29
Modified files:
. : ChangeLog configure.ac
Log message:
* configure.ac: GLIB is needed also for GST sound, not only
for GTK gui (anythin
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 07:59:23
Modified files:
. : ChangeLog
macros : ogg.m4
Log message:
* macros/ogg.m4: use PKG_CONFIG *after* having manually looked.
CVSROOT:/sources/gnash
Module name:gnash
Changes by: Sandro Santilli 06/10/09 07:50:18
Modified files:
. : ChangeLog
backend: render_handler.h render_handler_agg.cpp
render_handler_tri.cpp render_handler_tri.h
Log
67 matches
Mail list logo