Benjamin Otte
2007-Nov-14 22:39 UTC
[Swfdec] 6 commits - AUTHORS data/Makefile.am MAINTAINERS Makefile.am NEWS README
AUTHORS | 4 ++++ MAINTAINERS | 3 +++ Makefile.am | 1 + NEWS | 4 ++++ README | 23 +++++++++++++++++++++++ data/Makefile.am | 2 +- 6 files changed, 36 insertions(+), 1 deletion(-) New commits: commit 948f3b06b6f3e29e9f31aef46bbd006c7b235a38 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:37:00 2007 +0100 add NEWS for release diff --git a/NEWS b/NEWS index e69de29..b475994 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,4 @@ + + 0.5.4 ("Turkish Cycling Federation") + +initial release. Contains a thumbnailer and a standalone player. commit 9616ead020ee4e0cb9e0b70bb781c4705c44f644 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:36:12 2007 +0100 actually commit the MAINTAINERS file diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..7b08a74 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,3 @@ +Benjamin Otte +E-mail: otte at gnome.org +Userid: otte commit 5375edac36325a440f158bfae49cd39918a55367 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:35:56 2007 +0100 add AUTHORS file diff --git a/AUTHORS b/AUTHORS index e69de29..dc5acab 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,4 @@ +Benjamin Otte <otte at gnome.org> +Pekka Lampila <pekka.lampila at iki.fi> +Stephane Loeuillet <leroutier at gmail.com> + commit a79b1a2ddc40a92a5a81af40ec3b8ef21735c391 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:33:52 2007 +0100 ship MAINTAINERS file diff --git a/Makefile.am b/Makefile.am index 6c5ddeb..eef9729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = player thumbnailer po data EXTRA_DIST = \ + MAINTAINERS \ autogen.sh \ intltool-extract.in \ intltool-merge.in \ commit b64196e27c4f2df4171c21c829b587fe4f857df0 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:31:15 2007 +0100 fill README diff --git a/README b/README index e69de29..b2b877b 100644 --- a/README +++ b/README @@ -0,0 +1,23 @@ + +Swfdec is a decoder/renderer for Macromedia Flash animations. The +decoding and rendering engine is provided in a library that can +be used by other applications. + +This package contains programs to integrate Flash functionality into the GNOME +desktop. It's main application is swfdec-player, a stand-alone viewer for +Flash files. It also contains swfdec-thumbnailer, a program that provides +screenshots for files to display in the Nautilus file manager + + +Maintainers: + + see the file MAINTAINERS + + +Dependencies: + + swfdec (= 0.5.4) + swfdec-gtk (= 0.5.4) + gtk (>= 2.12.0) + GConf2 + commit 33e9dc21cbffa8746be57d0997a2e9bdb5bd5d22 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 14 23:21:57 2007 +0100 fix typo diff --git a/data/Makefile.am b/data/Makefile.am index 59cdcf1..29f5ce0 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,5 +7,5 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ CLEANFILES = \ - swfdec-player.deskto + swfdec-player.desktop
Maybe Matching Threads
- 9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
- data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1
- po/LINGUAS po/pl.po
- thumbnailer/swfdec-thumbnailer.c
- [PATCH] AUTHORS: add the email address for each authors