summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-03-07 17:04:05 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-03-07 17:04:05 +0000
commitd6f3b29fbe0b3a914fee4e06fca7a601bee8a174 (patch)
tree8f757b00c3ca713ccb7ae5e55719896d65bbe044
parentdafa1e82c63ad99f578d6d2d7fc20d7f035668b6 (diff)
downloadtotem-d6f3b29fbe0b3a914fee4e06fca7a601bee8a174.tar.gz
upd upd 1.0V_1_0
2005-03-07 Bastien Nocera <hadess@hadess.net> * NEWS: upd * README: upd * configure.in: 1.0 * help/C/Makefile.am: * help/de/Makefile.am: * help/es/Makefile.am: * help/ru/Makefile.am: * omf.make: some distchecking fixes
-rw-r--r--ChangeLog13
-rw-r--r--NEWS3
-rw-r--r--README2
-rw-r--r--configure.in2
-rw-r--r--help/C/Makefile.am2
-rw-r--r--help/de/Makefile.am2
-rw-r--r--help/es/Makefile.am2
-rw-r--r--help/ru/Makefile.am2
-rw-r--r--omf.make2
9 files changed, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c710a17f..c6d43f9a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+============ Version 1.0
+
+2005-03-07 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * README: upd
+ * configure.in: 1.0
+ * help/C/Makefile.am:
+ * help/de/Makefile.am:
+ * help/es/Makefile.am:
+ * help/ru/Makefile.am:
+ * omf.make: some distchecking fixes
+
2005-03-03 Bastien Nocera <hadess@hadess.net>
* src/totem-pl-parser.c: add support for "audio/playlist" (they're
diff --git a/NEWS b/NEWS
index a1c83ec72..780755ab5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
New features and significant updates in version...
-???:
+1.0:
* NVidia TV-Out support (GStreamer)
* Better overall metadata information (xine-lib)
* Fix volume bars not reaching 100% (all), or above 100% (GStreamer)
@@ -17,6 +17,7 @@ New features and significant updates in version...
* Make the fullscreen button go to the edge of the screen, and move it to
the right hand-side as per the HIG
* Fix "Play Disc" when devfs is used
+* GStreamer thumbnailer fixes
0.101:
* Rise the controls when in fullscreen and a remote's button is pressed
diff --git a/README b/README
index d6feed6b6..4b7386407 100644
--- a/README
+++ b/README
@@ -93,6 +93,8 @@ TODO
- Browser plugin ? See for examples:
http://lxr.mozilla.org/seamonkey/source/modules/plugin/samples/default/unix/ for examples
http://devedge.netscape.com/library/manuals/2002/plugin/1.0/preface.html
+- OO.o plugin?
+ http://www.openoffice.org/issues/show_bug.cgi?id=41419
- split the baconvideowidget into a GtkWidget and a GObject (use a GInterface)?
- add equaliser support to the API
- be able to choose the deinterlace method?
diff --git a/configure.in b/configure.in
index 911f8fc1e..3acc2925a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 0.101, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 1.0, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
AC_CONFIG_SRCDIR(src/totem.c)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index c13d31a57..a9ec91cb9 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -4,7 +4,7 @@ figdir = figures
docname = totem
lang = C
omffile = totem-C.omf
-entities = totem.xml legal.xml
+entities = legal.xml
include $(top_srcdir)/xmldocs.make
diff --git a/help/de/Makefile.am b/help/de/Makefile.am
index e47d5c375..147aeb3cd 100644
--- a/help/de/Makefile.am
+++ b/help/de/Makefile.am
@@ -4,7 +4,7 @@ figdir = figures
docname = totem
lang = de
omffile = totem-de.omf
-entities = totem.xml legal.xml
+entities = legal.xml
include $(top_srcdir)/xmldocs.make
diff --git a/help/es/Makefile.am b/help/es/Makefile.am
index 0a7a4f844..8a1945195 100644
--- a/help/es/Makefile.am
+++ b/help/es/Makefile.am
@@ -4,7 +4,7 @@ figdir = figures
docname = totem
lang = es
omffile = totem-es.omf
-entities = totem.xml legal.xml
+entities = legal.xml
include $(top_srcdir)/xmldocs.make
diff --git a/help/ru/Makefile.am b/help/ru/Makefile.am
index 8d51c8261..0b00014c9 100644
--- a/help/ru/Makefile.am
+++ b/help/ru/Makefile.am
@@ -4,7 +4,7 @@ figdir = figures
docname = totem
lang = ru
omffile = totem-ru.omf
-entities = totem.xml legal.xml
+entities = legal.xml
include $(top_srcdir)/xmldocs.make
diff --git a/omf.make b/omf.make
index 195fb5244..5b52a55a9 100644
--- a/omf.make
+++ b/omf.make
@@ -48,7 +48,7 @@ install-data-hook-omf:
uninstall-local-omf:
-for file in $(srcdir)/*.omf; do \
basefile=`basename $$file`; \
- rm -f $(omf_dest_dir)/$$basefile; \
+ rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
done
-rmdir $(omf_dest_dir)
-scrollkeeper-update -o $(DESTDIR)$(omf_dest_dir)