search for: libswfedit

Displaying 13 results from an estimated 13 matches for "libswfedit".

2007 Jul 07
0
2 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...tte at gnome.org> Date: Sat Jul 7 17:36:47 2007 +0100 fix test/ build with gtk enabled diff --git a/test/Makefile.am b/test/Makefile.am index a38faf4..a1b7a60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = image sound trace various -noinst_LTLIBRARIES = libswfedit.la if WITH_GTK +noinst_LTLIBRARIES = libswfedit.la noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript else noinst_PROGRAMS = swfdec-extract dump parse
2007 Jul 07
0
Branch 'as' - 3 commits - doc/Makefile.am libswfdec-gtk/Makefile.am Makefile.am player/Makefile.am test/Makefile.am
...tte at gnome.org> Date: Sat Jul 7 17:36:47 2007 +0100 fix test/ build with gtk enabled diff --git a/test/Makefile.am b/test/Makefile.am index a38faf4..a1b7a60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = image sound trace various -noinst_LTLIBRARIES = libswfedit.la if WITH_GTK +noinst_LTLIBRARIES = libswfedit.la noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript else noinst_PROGRAMS = swfdec-extract dump parse
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...S) parse_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -swfdec_extract_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js +swfdec_extract_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) swfdec_extract_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -libswfedit_la_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js +libswfedit_la_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) libswfedit_la_LDFLAGS = $(SWFDEC_LIBS) $(GTK_LIBS) -swfedit_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) -DXP_U...
2007 Feb 14
0
7 commits - libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_list.c test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h test/swfscript.c
...eb 14 15:35:43 2007 +0100 add swfscript - a tool to batch-modify scripts of existing SWF files diff --git a/test/Makefile.am b/test/Makefile.am index b55bf0f..e31046b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = image sound trace various noinst_LTLIBRARIES = libswfedit.la if WITH_GTK -noinst_PROGRAMS = swfdec-extract dump parse swfedit +noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript else noinst_PROGRAMS = swfdec-extract dump parse endif @@ -24,6 +24,10 @@ swfedit_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_ swfedit_LDFLAGS = $(SWF_LIBS) $(GTK_LIBS) sw...
2007 Mar 11
0
10 commits - libswfdec/js libswfdec/swfdec_js_color.c libswfdec/swfdec_js_connection.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_js_net_stream.c libswfdec/swfdec_js_video.c libswfdec/swfdec_js_xml.c libswfdec/swfdec_script.c player/.gitignore
...if (!JS_SetProperty (cx, cx->fp->scopeChain, function_name, &val)) return JS_FALSE; } diff-tree 41a55370d4636e6bb3d39e0e6a3f1af1438df5db (from b86811135dd32ae460e5082f4f986664de624b89) Author: Benjamin Otte <otte@gnome.org> Date: Sun Mar 11 13:38:26 2007 +0100 add libswfedit.la files diff --git a/test/.gitignore b/test/.gitignore index eb7f89f..c443fa9 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -6,8 +6,11 @@ CVS Makefile Makefile.in +*.lo *.o +libswfedit.la + dump parse swfdec-extract
2007 Nov 01
0
4 commits - libswfdec/swfdec_sound_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/crashfinder.c test/Makefile.am
...200 Add test/crashfinder program that simply runs Flash files to find crashes diff --git a/test/Makefile.am b/test/Makefile.am index 8f74f60..1aca7fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,11 +3,15 @@ SUBDIRS = image sound trace various if WITH_GTK noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript crashfinder else -noinst_PROGRAMS = swfdec-extract dump +noinst_PROGRAMS = swfdec-extract dump crashfinder endif +crashfinder_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) +crashfin...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...y use swfdec_bits_decompress first simple and incomplete implementation of GetURL2 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec Updates to swfedit - it now presents PlaceObject2 tags nicely more work in making swfedit useful add a libswfedit, so I can use this editing code for more tools swf may be used uninitialized in this function add swfdec_action_get_name and swfdec_action_get_from_name Add swfdec_out_put_data Add swfedit_token_set to set by index automatically update size fields add swfscript -...
2007 Feb 13
0
9 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c test/Makefile.am test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c
...L; + swf = NULL; minargs = nvars = 0; /* Try a call or construct native object op. */ diff-tree b3f04131da03829352ae315b2986ecda634c58c9 (from 319fb2b1931124bc32607519c26c50d7318236a4) Author: Benjamin Otte <otte@gnome.org> Date: Mon Feb 12 20:25:57 2007 +0100 add a libswfedit, so I can use this editing code for more tools diff --git a/test/Makefile.am b/test/Makefile.am index 0d1dd19..b55bf0f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = image sound trace various +noinst_LTLIBRARIES = libswfedit.la + if WITH_GTK noinst_PROGRAMS = s...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...y use swfdec_bits_decompress first simple and incomplete implementation of GetURL2 Merge branch 'master' of ssh://company@git.freedesktop.org/git/swfdec Updates to swfedit - it now presents PlaceObject2 tags nicely more work in making swfedit useful add a libswfedit, so I can use this editing code for more tools swf may be used uninitialized in this function add swfdec_action_get_name and swfdec_action_get_from_name Add swfdec_out_put_data Add swfedit_token_set to set by index automatically update size fields add swfscript -...
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
...t; Date: Sun Aug 26 19:24:08 2007 +0200 This test is completely useless now diff --git a/test/Makefile.am b/test/Makefile.am index f0a0409..8f74f60 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,17 +3,14 @@ SUBDIRS = image sound trace various if WITH_GTK noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump parse swfedit swfscript +noinst_PROGRAMS = swfdec-extract dump swfedit swfscript else -noinst_PROGRAMS = swfdec-extract dump parse +noinst_PROGRAMS = swfdec-extract dump endif dump_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) $(PANGO_CFL...
2008 Jan 07
0
12 commits - configure.ac doc/swfdec.types Makefile.am test/crashfinder.c test/dump.c test/Makefile.am test/swfdec-extract.c test/swfdec_out.c test/swfdec_out.h test/swfedit.c test/swfedit_file.c test/swfedit_file.h test/swfedit_list.c test/swfedit_list.h
...ls/Makefile vivified/Makefile vivified/core/Makefile vivified/dock/Makefile diff --git a/test/Makefile.am b/test/Makefile.am index d69a082..c8cbfbc 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,44 +1 @@ SUBDIRS = image sound test trace various - - -if WITH_GTK -noinst_LTLIBRARIES = libswfedit.la -noinst_PROGRAMS = swfdec-extract dump swfedit swfscript crashfinder -else -noinst_PROGRAMS = swfdec-extract dump crashfinder -endif - -crashfinder_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) -crashfinder_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -crashfinder_SOURCES = crashfinder.c - -dump_CFLAGS =...
2008 Jan 08
0
4 commits - configure.ac test/compiler.c test/.gitignore test/Makefile.am test/swfdec_test.c test/swfdec_test_function.c test/swfdec_test_function.h test/swfdec_test_global.c test/swfdec_test_initialize.as test/swfdec_test_initialize.h
...test/trace/Makefile test/various/Makefile tools/Makefile diff --git a/test/.gitignore b/test/.gitignore index 194d53d..9f30aeb 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,19 +1,6 @@ -*~ -CVS -.cvsignore .deps -.libs -Makefile -Makefile.in -*.lo -*.o +swfdec_test_function_list.h -libswfedit.la - -dump -parse -swfdec-extract -swfedit -swfscript -crashfinder +compiler +test diff --git a/test/Makefile.am b/test/Makefile.am index c8cbfbc..906a124 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1 +1,32 @@ -SUBDIRS = image sound test trace various +SUBDIRS = image sound trace vario...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...S) $(SWF_CFLAGS) $(CAIRO_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js -swfdec_extract_LDFLAGS = $(SWF_LIBS) $(CAIRO_LIBS) +swfdec_extract_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js +swfdec_extract_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) -libswfedit_la_CFLAGS = $(GLOBAL_CFLAGS) $(SWF_CFLAGS) $(GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js -libswfedit_la_LDFLAGS = $(SWF_LIBS) $(GTK_LIBS) +libswfedit_la_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(GTK_CFLAGS) -DXP_UNIX -I$(top_builddir)/libswfdec/js +libswfedit_la_LDFLAGS = $(SWFDEC_LIBS)...