[gecko-mediaplayer] r514 committed - 1.0.7b test release

1 view
Skip to first unread message

codesite...@google.com

unread,
Oct 8, 2012, 9:20:06 AM10/8/12
to gecko-mediap...@googlegroups.com
Revision: 514
Author: kdekorte
Date: Mon Oct 8 06:19:39 2012
Log: 1.0.7b test release
http://code.google.com/p/gecko-mediaplayer/source/detail?r=514

Modified:
/trunk/ChangeLog
/trunk/Makefile.in
/trunk/aclocal.m4
/trunk/configure
/trunk/configure.in
/trunk/po/cs.po
/trunk/po/de.po
/trunk/po/es.po
/trunk/po/fr.po
/trunk/po/gecko-mediaplayer.pot
/trunk/po/it.po
/trunk/po/ja.po
/trunk/po/nl.po
/trunk/po/pl.po
/trunk/po/pt.po
/trunk/po/pt_BR.po
/trunk/po/tr.po
/trunk/src/Makefile.in
/trunk/src/plugin.cpp

=======================================
--- /trunk/ChangeLog Tue Sep 4 15:22:41 2012
+++ /trunk/ChangeLog Mon Oct 8 06:19:39 2012
@@ -1,4 +1,5 @@
Development
+1.0.7b
1.0.7a1
Version bump to 1.0.7a1
Very Large Change
=======================================
--- /trunk/Makefile.in Tue Sep 4 15:22:41 2012
+++ /trunk/Makefile.in Mon Oct 8 06:19:39 2012
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@

VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -63,6 +80,11 @@
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
@@ -344,8 +366,11 @@
cd $(top_builddir) && $(SHELL) ./config.status $@
install-gecko_mediaplayerdocDATA: $(gecko_mediaplayerdoc_DATA)
@$(NORMAL_INSTALL)
- test -z "$(gecko_mediaplayerdocdir)" ||
$(MKDIR_P) "$(DESTDIR)$(gecko_mediaplayerdocdir)"
@list='$(gecko_mediaplayerdoc_DATA)'; test
-n "$(gecko_mediaplayerdocdir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(gecko_mediaplayerdocdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(gecko_mediaplayerdocdir)" || exit 1; \
+ fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
@@ -362,8 +387,11 @@
dir='$(DESTDIR)$(gecko_mediaplayerdocdir)';
$(am__uninstall_files_from_dir)
install-schemaDATA: $(schema_DATA)
@$(NORMAL_INSTALL)
- test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
@list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(schemadir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(schemadir)" || exit 1; \
+ fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
@@ -548,13 +576,10 @@
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
@@ -643,7 +668,7 @@
*.zip*) \
unzip $(distdir).zip ;;\
esac
- chmod -R a-w $(distdir); chmod a+w $(distdir)
+ chmod -R a-w $(distdir); chmod u+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
=======================================
--- /trunk/aclocal.m4 Tue Sep 4 15:22:41 2012
+++ /trunk/aclocal.m4 Mon Oct 8 06:19:39 2012
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-

# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
@@ -678,7 +678,7 @@
[am__api_version='1.11'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.11.3], [],
+m4_if([$1], [1.11.6], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])

@@ -694,7 +694,7 @@
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.3])dnl
+[AM_AUTOMAKE_VERSION([1.11.6])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
=======================================
--- /trunk/configure Tue Sep 4 15:22:41 2012
+++ /trunk/configure Mon Oct 8 06:19:39 2012
@@ -2732,7 +2732,7 @@

# Define the identity of the package.
PACKAGE=gecko-mediaplayer
- VERSION=1.0.7a1
+ VERSION=1.0.7b


cat >>confdefs.h <<_ACEOF
=======================================
--- /trunk/configure.in Tue Sep 4 15:22:41 2012
+++ /trunk/configure.in Mon Oct 8 06:19:39 2012
@@ -2,7 +2,7 @@
dnl Created by Anjuta application wizard.

AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(gecko-mediaplayer, 1.0.7a1)
+AM_INIT_AUTOMAKE(gecko-mediaplayer, 1.0.7b)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
=======================================
--- /trunk/po/cs.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/cs.po Mon Oct 8 06:19:39 2012
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer 0.9.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2009-07-07 13:06+0200\n"
"Last-Translator: Petr Pisar <petr....@atlas.cz>\n"
"Language-Team: Czech <translati...@lists.sourceforge.net>\n"
@@ -16,50 +16,50 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Naplnění vyrovnávací paměti: %2.2f %%"

-#: src/plugin.cpp:887
-#, fuzzy, c-format
+#: src/plugin.cpp:924
+#, fuzzy
msgid "Write unable to write because item is NULL\n"
msgstr "Metoda Write nemůže zapsat, protože položka je NULL\n"

# kibibyes per second
-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Naplnění vyrovánací paměti: %iK (%0.1f K/s)"

# kibibyes per second
-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Naplnění vyrovnávací paměti: %2.2f %% (%0.1f KB/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr ""

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr ""

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr ""

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr ""

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr ""
=======================================
--- /trunk/po/de.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/de.po Mon Oct 8 06:19:39 2012
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer 0.9.9.2-1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2010-03-25 18:47+GMT\n"
"Last-Translator: Chris Leick <c.l...@vollbio.de>\n"
"Language-Team: German <debian-l1...@lists.debian.org>\n"
@@ -17,48 +17,47 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Zwischenspeicher-Füllstand: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Es kann nicht geschrieben werden, da das Element NULL ist\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "%i KB (%0.1f KB/s) werden zwischengespeichert"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Zwischenspeicher-Füllstand: %2.2f%% (%0.1f KB/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr ""

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr ""

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr ""

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr ""

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr ""
=======================================
--- /trunk/po/es.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/es.po Mon Oct 8 06:19:39 2012
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: Gecko Mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2010-08-20 02:34+0100\n"
"Last-Translator: Cosme Domínguez Díaz <cosme...@gmail.com>\n"
"Language-Team: \n"
@@ -20,48 +20,47 @@
"X-Poedit-Country: SPAIN\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Almacenando cache: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Es imposible de escribir ya que el objeto es NULL\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Almacenando en cache %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Almacenando cache: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr ""

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr ""

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr ""

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr ""

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr ""
=======================================
--- /trunk/po/fr.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/fr.po Mon Oct 8 06:19:39 2012
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2011-06-08 16:04+0100\n"
"Last-Translator: Alexandre Bedot <alexand...@free.fr>\n"
"Language-Team: French <f...@li.org>\n"
@@ -18,48 +18,47 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer v%s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Mise en mémoire tampon : %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Écrire : Écriture impossible; l'objet est de type NULL.\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Mise en mémoire tampon : %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Mise en mémoire tampon : %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "Lecture en cours"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "En pause"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Arrêté"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "État du tampon %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "État inconnu"
=======================================
--- /trunk/po/gecko-mediaplayer.pot Wed Mar 21 20:32:44 2012
+++ /trunk/po/gecko-mediaplayer.pot Mon Oct 8 06:19:39 2012
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <L...@li.org>\n"
@@ -17,48 +17,47 @@
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr ""

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr ""

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr ""

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr ""

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr ""

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr ""

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr ""

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr ""

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr ""
=======================================
--- /trunk/po/it.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/it.po Mon Oct 8 06:19:39 2012
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2011-10-16 17:42+0200\n"
"Last-Translator: Francesco Groccia <frgroccia gmail.com>\n"
"Language-Team: Italian <t...@lists.linux.it>\n"
@@ -16,48 +16,47 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer v%s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Cache piena al: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Impossibile scrivere perché l'oggetto è NULL\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Riempimento della cache %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Cache piena al: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "Riproduzione"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "Pausa"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Interrotto"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "Riempimento del buffer %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "Stato sconosciuto"
=======================================
--- /trunk/po/ja.po Wed Apr 4 21:21:27 2012
+++ /trunk/po/ja.po Mon Oct 8 06:19:39 2012
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2012-04-05 10:51+0900\n"
"Last-Translator: Munehiro Yamamoto <mune...@gmail.com>\n"
"Language-Team: munepi <mune...@gmail.com>\n"
@@ -17,48 +17,48 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer v%s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "キャッシュ中: %2.2f%%"

-#: src/plugin.cpp:887
-#, fuzzy, c-format
+#: src/plugin.cpp:924
+#, fuzzy
msgid "Write unable to write because item is NULL\n"
msgstr "オブジェクトが NULL なので書き込むことができません"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, fuzzy, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "キャッシュ中: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "キャッシュ中: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "再生"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "一時停止"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "停止"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "バッファ中 %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "不明なステータス"
=======================================
--- /trunk/po/nl.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/nl.po Mon Oct 8 06:19:39 2012
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2011-07-22 13:53+0200\n"
"Last-Translator: Mark Huijgen <mark....@huijgen.tk>\n"
"Language-Team: Mark Huijgen <mark....@huijgen.tk>\n"
@@ -17,48 +17,47 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Buffer niveau: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Schrijven niet mogelijk omdat item NULL is\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Bufferen %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Buffer niveau: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "Afspelen"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "Gepauzeerd"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Gestopt"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "Bufferen %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "Onbekende status"
=======================================
--- /trunk/po/pl.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/pl.po Mon Oct 8 06:19:39 2012
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer 0.5.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2011-06-15 21:50+0200\n"
"Last-Translator: Julian Sikorski <bele...@gmail.com>\n"
"Language-Team: Polish <gno...@pandora.info.bielsko.pl>\n"
@@ -21,48 +21,47 @@
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 &&
(n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer w%s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Zapełnienie bufora: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Zapis niemożliwy ponieważ element jest NULL\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Buforowanie: %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Zapełnienie bufora: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "Odtwarzanie "

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "Wstrzymano"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Zatrzymano"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "Buforowanie %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "Stan nieznany"
=======================================
--- /trunk/po/pt.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/pt.po Mon Oct 8 06:19:39 2012
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2012-04-05 10:56-0000\n"
"Last-Translator: Sérgio Marques <smarq...@gmail.com>\n"
"Language-Team: \n"
@@ -17,48 +17,47 @@
"X-Poedit-Language: Potuguese\n"
"X-Poedit-Country: Portugal\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer v%s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Preenchimento de cache: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "Não é possível escrever pois o item é NULL\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "A colocar em cache %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Preenchimento de cache: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "A reproduzir"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "Em pausa"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Parado"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "A processar %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "Estado desconhecido"
=======================================
--- /trunk/po/pt_BR.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/pt_BR.po Mon Oct 8 06:19:39 2012
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gecko-mediaplayer 0.9.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2008-05-31 12:46-0300\n"
"Last-Translator: \n"
"Language-Team: Portugese <L...@li.org>\n"
@@ -16,48 +16,48 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr ""

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Armazenando cache: %2.2f%%"

-#: src/plugin.cpp:887
-#, fuzzy, c-format
+#: src/plugin.cpp:924
+#, fuzzy
msgid "Write unable to write because item is NULL\n"
msgstr "Não foi possível escrever porque o item é inválido (NULL)"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, fuzzy, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Armazenando cache: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Armazenando cache: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr ""

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr ""

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr ""

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr ""

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr ""
=======================================
--- /trunk/po/tr.po Fri Apr 6 08:49:58 2012
+++ /trunk/po/tr.po Mon Oct 8 06:19:39 2012
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-03-21 21:31-0600\n"
+"POT-Creation-Date: 2012-10-08 07:19-0600\n"
"PO-Revision-Date: 2011-06-13 14:09+0300\n"
"Last-Translator: Onur Küçük <on...@pardus.org.tr>\n"
"Language-Team: Turkish <tur...@pardus.org.tr>\n"
@@ -18,48 +18,47 @@
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=1; plural=0;\n"

-#: src/plugin.cpp:347
+#: src/plugin.cpp:427
#, c-format
msgid "gecko mediaplayer v%s\n"
msgstr "gecko mediaplayer %s\n"

-#: src/plugin.cpp:622
+#: src/plugin.cpp:709
#, c-format
msgid "Cache fill: %2.2f%%"
msgstr "Önbellek: %2.2f%%"

-#: src/plugin.cpp:887
-#, c-format
+#: src/plugin.cpp:924
msgid "Write unable to write because item is NULL\n"
msgstr "NULL içerik yazılamıyor\n"

-#: src/plugin.cpp:956 src/plugin.cpp:1371
+#: src/plugin.cpp:990 src/plugin.cpp:1407
#, c-format
msgid "Caching %iK (%0.1f K/s)"
msgstr "Önbellek %iK (%0.1f K/s)"

-#: src/plugin.cpp:959 src/plugin.cpp:1374
+#: src/plugin.cpp:993 src/plugin.cpp:1410
#, c-format
msgid "Cache fill: %2.2f%% (%0.1f K/s)"
msgstr "Önbellek: %2.2f%% (%0.1f K/s)"

-#: src/plugin.cpp:2647
+#: src/plugin.cpp:2618
msgid "Playing"
msgstr "Oynatılıyor"

-#: src/plugin.cpp:2650
+#: src/plugin.cpp:2621
msgid "Paused"
msgstr "Durakladı"

-#: src/plugin.cpp:2653
+#: src/plugin.cpp:2624
msgid "Stopped"
msgstr "Durdu"

-#: src/plugin.cpp:2657
+#: src/plugin.cpp:2628
#, c-format
msgid "Buffering %2.1lf%%"
msgstr "Önbellek %2.1lf%%"

-#: src/plugin.cpp:2662
+#: src/plugin.cpp:2633
msgid "Unknown Status"
msgstr "Bilinmeyen Durum"
=======================================
--- /trunk/src/Makefile.in Tue Sep 4 15:22:41 2012
+++ /trunk/src/Makefile.in Mon Oct 8 06:19:39 2012
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
# @configure_input@

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -16,6 +16,23 @@
@SET_MAKE@

VPATH = @srcdir@
+am__make_dryrun = \
+ { \
+ am__dry=no; \
+ case $$MAKEFLAGS in \
+ *\\[\ \ ]*) \
+ echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
+ | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
+ *) \
+ for am__flg in $$MAKEFLAGS; do \
+ case $$am__flg in \
+ *=*|--*) ;; \
+ *n*) am__dry=yes; break;; \
+ esac; \
+ done;; \
+ esac; \
+ test $$am__dry = yes; \
+ }
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
@@ -146,6 +163,11 @@
install-pdf-recursive install-ps-recursive install-recursive \
installcheck-recursive installdirs-recursive pdf-recursive \
ps-recursive uninstall-recursive
+am__can_run_installinfo = \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) false;; \
+ *) (install-info --version) >/dev/null 2>&1;; \
+ esac
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
@@ -422,8 +444,11 @@
$(am__aclocal_m4_deps):
install-install_libexecPROGRAMS: $(install_libexec_PROGRAMS)
@$(NORMAL_INSTALL)
- test -z "$(install_libexecdir)" ||
$(MKDIR_P) "$(DESTDIR)$(install_libexecdir)"
@list='$(install_libexec_PROGRAMS)'; test -n "$(install_libexecdir)" ||
list=; \
+ if test -n "$$list"; then \
+ echo " $(MKDIR_P) '$(DESTDIR)$(install_libexecdir)'"; \
+ $(MKDIR_P) "$(DESTDIR)$(install_libexecdir)" || exit 1; \
+ fi; \
for p in $$list; do echo "$$p $$p"; done | \
sed 's/$(EXEEXT)$$//' | \
while read p p1; do if test -f $$p; \
@@ -674,13 +699,10 @@
done
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
- test -d "$(distdir)/$$subdir" \
- || $(MKDIR_P) "$(distdir)/$$subdir" \
- || exit 1; \
- fi; \
- done
- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
- if test "$$subdir" = .; then :; else \
+ $(am__make_dryrun) \
+ || test -d "$(distdir)/$$subdir" \
+ || $(MKDIR_P) "$(distdir)/$$subdir" \
+ || exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
=======================================
--- /trunk/src/plugin.cpp Tue Sep 4 13:51:08 2012
+++ /trunk/src/plugin.cpp Mon Oct 8 06:19:39 2012
@@ -42,6 +42,7 @@
#include "plugin_setup.h"
#include "plugin_types.h"
#include "plugin_dbus.h"
+
#ifdef HAVE_NSPR
#include <nspr/nspr.h>
#else
@@ -50,6 +51,7 @@
#include <nsIServiceManager.h>
#include <nsISupportsPrimitives.h>
#endif
+
#include <dlfcn.h>

static NPObject *sWindowObj;
Reply all
Reply to author
Forward
0 new messages