[Pkg-gstreamer-commits] [transmageddon] 01/03: Imported Upstream version 1.1

Fabian Greffrath fabian-guest at moszumanska.debian.org
Tue Apr 22 08:03:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

fabian-guest pushed a commit to branch master
in repository transmageddon.

commit 975f9aba2ebe6a85d79aa40459b823b98007ed38
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue Apr 22 09:56:46 2014 +0200

    Imported Upstream version 1.1
---
 NEWS                     |   4 +
 configure                |  20 ++--
 configure.ac             |   2 +-
 po/fr.po                 | 293 ++++++++++++++++++++++++++++++-----------------
 src/about.py             |   2 +-
 src/codecfinder.py       |   2 +-
 src/transcoder_engine.py |   6 +-
 src/transmageddon.py     |   6 +-
 src/which.py             |   2 +-
 transmageddon.spec       |   2 +-
 10 files changed, 215 insertions(+), 124 deletions(-)

diff --git a/NEWS b/NEWS
index b387f81..71338e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+1.1 -
+  Fixed bug in missing plugin code
+  Changed timestamp format for better sorting
+  Fixed bug causing MPEG4 Part 2 to be listed as just MPEG Video in UI
 1.0 - 
   Added support for setting language of stream
   Added support for handling multiple audio streams
diff --git a/configure b/configure
index 0cea312..f6221a5 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for transmageddon 1.0.
+# Generated by GNU Autoconf 2.69 for transmageddon 1.1.
 #
 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=transmageddon>.
 #
@@ -581,8 +581,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='transmageddon'
 PACKAGE_TARNAME='transmageddon'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='transmageddon 1.0'
+PACKAGE_VERSION='1.1'
+PACKAGE_STRING='transmageddon 1.1'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=transmageddon'
 PACKAGE_URL='http://www.linuxrising.org/'
 
@@ -1335,7 +1335,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures transmageddon 1.0 to adapt to many kinds of systems.
+\`configure' configures transmageddon 1.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1401,7 +1401,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of transmageddon 1.0:";;
+     short | recursive ) echo "Configuration of transmageddon 1.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1497,7 +1497,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-transmageddon configure 1.0
+transmageddon configure 1.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1866,7 +1866,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by transmageddon $as_me 1.0, which was
+It was created by transmageddon $as_me 1.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2733,7 +2733,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='transmageddon'
- VERSION='1.0'
+ VERSION='1.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6318,7 +6318,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by transmageddon $as_me 1.0, which was
+This file was extended by transmageddon $as_me 1.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6376,7 +6376,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-transmageddon config.status 1.0
+transmageddon config.status 1.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 9af11cd..97a73ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
 AC_INIT([transmageddon],
-        [1.0],
+        [1.1],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=transmageddon],
         [transmageddon],
         [http://www.linuxrising.org/])
diff --git a/po/fr.po b/po/fr.po
index 4fb5d9e..943ec80 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,15 +12,25 @@ msgstr ""
 "Project-Id-Version: transmageddon master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
 "product=transmageddon&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2012-04-13 14:03+0000\n"
-"PO-Revision-Date: 2011-11-24 11:00+0100\n"
-"Last-Translator: Alexandre Franke <alexandre.franke at gmail.com>\n"
+"POT-Creation-Date: 2014-03-25 13:00+0000\n"
+"PO-Revision-Date: 2014-04-06 19:33+0200\n"
+"Last-Translator: Michael Scherer <misc at zarb.org>\n"
 "Language-Team: GNOME French Team <gnomefr at traduc.org>\n"
+"Language: FR\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Poedit 1.5.4\n"
 
-#: ../src/about.py.in:46 ../src/about.py.in:47 ../src/transmageddon.ui.h:1
+#: ../transmageddon.desktop.in.in.h:1
+msgid "Transmageddon Video Transcoder"
+msgstr "Transcodeur vidéo Transmageddon"
+
+#: ../transmageddon.desktop.in.in.h:2
+msgid "Video format conversion tool"
+msgstr "Outil de conversion de formats vidéo"
+
+#: ../src/about.py.in:46 ../src/about.py.in:47
 msgid "Transmageddon"
 msgstr "Transmageddon"
 
@@ -41,7 +51,25 @@ msgid "translator-credits"
 msgstr ""
 "Charles-Henri d'Adhémar <cdadhemar at gmail.com>\n"
 "Laurent Coudeur <laurentc at iol.ie>\n"
-"Alexandre Franke <alexandre.franke at gmail.com>"
+"Alexandre Franke <alexandre.franke at gmail.com>\n"
+"Michael Scherer <misc at zarb.org>"
+
+#. create a string to push into the listview
+#: ../src/dvdtrackchooser.py:51
+msgid "Title:"
+msgstr "Titre :"
+
+#: ../src/dvdtrackchooser.py:51
+msgid "Languages:"
+msgstr "Langue :"
+
+#: ../src/dvdtrackchooser.py:51
+msgid "Length:"
+msgstr "Durée :"
+
+#: ../src/dvdtrackchooser.py:51
+msgid "Minutes"
+msgstr "Minutes"
 
 #: ../src/presets.py:78
 #, python-format
@@ -67,8 +95,8 @@ msgstr "Écriture de %(file)s"
 #, python-format
 msgid "There was an error fetching and installing %(location)s: %(error)s"
 msgstr ""
-"Il y a eu une erreur lors de l'extraction et l'installation de %(location)"
-"s : %(error)s"
+"Il y a eu une erreur lors de l'extraction et l'installation de "
+"%(location)s : %(error)s"
 
 #: ../src/presets.py:509
 msgid "Checking for device preset updates..."
@@ -89,8 +117,8 @@ msgstr "Mise à jour du préréglage de périphérique %(name)s trouvée"
 #, python-format
 msgid "Error installing preset %(name)s from %(location)s: %(error)s"
 msgstr ""
-"Erreur lors de l'installation du préréglage %(name)s à partir de %(location)"
-"s : %(error)s"
+"Erreur lors de l'installation du préréglage %(name)s à partir de "
+"%(location)s : %(error)s"
 
 #: ../src/presets.py:546
 #, python-format
@@ -111,178 +139,237 @@ msgstr "Problème pour accéder à %(location)spresets.txt !"
 msgid "All device presets are up to date!"
 msgstr "Tous les préréglages de périphériques sont à jour !"
 
-#: ../src/transmageddon.ui.h:2
-msgid "_Help"
-msgstr "Aid_e"
-
-#: ../src/transmageddon.ui.h:3
-msgid "_Debug"
-msgstr "_Débogage"
-
-#: ../src/transmageddon.ui.h:4
-msgid "<small>Audio Channels:</small>"
-msgstr "<small>Canaux audio :</small>"
+#: ../src/transmageddon-dvdtrack-chooser.ui.h:1
+msgid "Select a DVD title"
+msgstr "Choisir le titre du DVD"
 
-#: ../src/transmageddon.ui.h:5
-msgid "<small>Video height/width:</small>"
-msgstr "<small>Hauteur/largeur de la vidéo :</small>"
+#: ../src/transmageddon-dvdtrack-chooser.ui.h:2
+#: ../src/transmageddon-language-chooser.ui.h:2
+msgid "Cancel"
+msgstr "Annuler"
 
-#: ../src/transmageddon.ui.h:6
-msgid "<b>Presets:</b>"
-msgstr "<b>Préréglages :</b>"
+#: ../src/transmageddon-dvdtrack-chooser.ui.h:3
+#: ../src/transmageddon-language-chooser.ui.h:3
+msgid "Select"
+msgstr "Choisir"
 
-#: ../src/transmageddon.ui.h:7
-msgid "<b>Choose Input File:</b>"
-msgstr "<b>Sélection du fichier d'entrée :</b>"
+#: ../src/transmageddon-language-chooser.ui.h:1
+msgid "Select a language"
+msgstr "Choisir une langue"
 
-#: ../src/transmageddon.ui.h:8
-msgid "<b>Output Format:</b>"
-msgstr "<b>Format de sortie :</b>"
+#. append to the menu the options
+#: ../src/transmageddon.py:153
+msgid "About"
+msgstr "À propos"
 
-#: ../src/transmageddon.ui.h:9
-msgid "<small>Video codec:</small>"
-msgstr "<small>Codec vidéo :</small>"
+#: ../src/transmageddon.py:154
+msgid "Quit"
+msgstr "Quitter"
 
-#: ../src/transmageddon.ui.h:10
-msgid "<small>Audio codec:</small>"
-msgstr "<small>Codec audio :</small>"
+#: ../src/transmageddon.py:155
+msgid "Debug"
+msgstr "Débogage"
 
-#: ../src/transmageddon.ui.h:11
-msgid "<b>Choose Audio Codec</b>:"
-msgstr "<b>Sélection du codec audio</b> :"
-
-#: ../src/transmageddon.ui.h:12
-msgid "<b>Choose Video Codec</b>:"
-msgstr "<b>Sélection du codec vidéo</b> :"
-
-#: ../src/transmageddon.ui.h:13
-msgid "<small>Rotate the video image if needed</small>"
-msgstr "<small>Rotation de l'image vidéo si nécessaire</small>"
-
-#: ../src/transmageddon.ui.h:14
-msgid "_Transcode"
-msgstr "_Transcoder"
-
-#: ../src/transmageddon.py:300 ../src/transmageddon.py:672
-#: ../src/transmageddon.py:823 ../src/transmageddon.py:854
-#: ../src/transmageddon.py:940
+#. set default values for various variables
+#: ../src/transmageddon.py:365 ../src/transmageddon.py:808
+#: ../src/transmageddon.py:1015 ../src/transmageddon.py:1158
 msgid "Transcoding Progress"
 msgstr "Progression du transcodage"
 
 #. add i18n "No container"option
-#: ../src/transmageddon.py:336
+#: ../src/transmageddon.py:411
 msgid "No container (Audio-only)"
 msgstr "Pas de conteneur (audio seulement)"
 
 #. Populate the rotatation box
-#. print "populating rotationbox"
-#: ../src/transmageddon.py:340
+#. print("populating rotationbox")
+#: ../src/transmageddon.py:415
 msgid "No rotation (default)"
 msgstr "Pas de rotation (par défaut)"
 
-#: ../src/transmageddon.py:341
+#: ../src/transmageddon.py:416
 msgid "Clockwise 90 degrees"
 msgstr "90 degrés sens horaire"
 
-#: ../src/transmageddon.py:342
+#: ../src/transmageddon.py:417
 msgid "Rotate 180 degrees"
 msgstr "Rotation 180 degrés"
 
-#: ../src/transmageddon.py:343
+#: ../src/transmageddon.py:418
 msgid "Counterclockwise 90 degrees"
 msgstr "90 degrés sens anti-horaire"
 
-#: ../src/transmageddon.py:344
+#: ../src/transmageddon.py:419
 msgid "Horizontal flip"
 msgstr "Miroir horizontal"
 
-#: ../src/transmageddon.py:345
+#: ../src/transmageddon.py:420
 msgid "Vertical flip"
 msgstr "Miroir vertical"
 
-#: ../src/transmageddon.py:346
+#: ../src/transmageddon.py:421
 msgid "Upper left diagonal flip"
 msgstr "Miroir diagonal en haut à gauche"
 
-#: ../src/transmageddon.py:347
+#: ../src/transmageddon.py:422
 msgid "Upper right diagnonal flip"
 msgstr "Miroir diagonal en haut à droite"
 
-#: ../src/transmageddon.py:370
+#: ../src/transmageddon.py:445
 msgid "No Presets"
 msgstr "Aucun préréglage"
 
-#: ../src/transmageddon.py:468
+#: ../src/transmageddon.py:568
 #, python-format
 msgid "%(min)d:%(sec)02d"
 msgstr "%(min)d:%(sec)02d"
 
-#: ../src/transmageddon.py:499
+#: ../src/transmageddon.py:598
 #, python-format
 msgid "File saved to %(dir)s"
 msgstr "Fichier enregistré dans %(dir)s"
 
-#: ../src/transmageddon.py:509
+#: ../src/transmageddon.py:601
+#, python-format
+msgid "%(file)s saved to %(dir)s"
+msgstr "%(file)s enregistré dans %(dir)s"
+
+#: ../src/transmageddon.py:613
 msgid "Done Transcoding"
 msgstr "Transcodage terminé"
 
-#: ../src/transmageddon.py:520
+#: ../src/transmageddon.py:631 ../src/transmageddon.py:978
 #, python-format
-msgid "Pass %(count)d Complete"
-msgstr "Passe %(count)d terminée"
+msgid "Writing %(filename)s"
+msgstr "Écriture de %(filename)s"
 
-#: ../src/transmageddon.py:523
-msgid "Start next pass"
-msgstr "Démarrer la passe suivante"
+#: ../src/transmageddon.py:635
+#, python-format
+msgid "Pass %(count)d Complete. "
+msgstr "Passe %(count)d terminée."
 
-#: ../src/transmageddon.py:568
-msgid "No Audio"
-msgstr "Pas de son"
+#. We use None here so that we in transcoder engine can differentiate between,
+#. unknown language and known language, but no language code.
+#: ../src/transmageddon.py:677
+msgid "Unknown"
+msgstr "Inconnue"
+
+#. if there is no audio streams
+#: ../src/transmageddon.py:734
+msgid "  No Audio"
+msgstr " Pas de son"
 
 #. add a 'No Video option'
-#: ../src/transmageddon.py:589 ../src/transmageddon.py:922
+#: ../src/transmageddon.py:743 ../src/transmageddon.py:1127
 msgid "No Video"
 msgstr "Pas de vidéo"
 
-#: ../src/transmageddon.py:750
+#: ../src/transmageddon.py:863
+msgid ""
+"Got an invalid response from codec installer, can not install missing codec."
+msgstr ""
+"L'installateur de codecs a donné une réponse invalide, impossible d'installer "
+"le codec manquant"
+
+#: ../src/transmageddon.py:867
+msgid "No Codec installer helper application available."
+msgstr "Aucune application d'aide à l'installation de codec n'est disponible."
+
+#: ../src/transmageddon.py:871
 msgid "Plugins not found, choose different codecs."
 msgstr "Greffons non trouvés, choisissez des codecs différents."
 
-#: ../src/transmageddon.py:758
+#: ../src/transmageddon.py:881
 msgid "Codec installation aborted."
 msgstr "Installation de codec interrompue."
 
-#: ../src/transmageddon.py:766
-msgid "Missing plugin installation failed: "
-msgstr "Échec d'installation de greffon manquant : "
-
-#: ../src/transmageddon.py:821
-#, python-format
-msgid "Writing %(filename)s"
-msgstr "Écriture de %(filename)s"
+#: ../src/transmageddon.py:889
+msgid "Missing plugin installation failed."
+msgstr "Échec d'installation du greffon manquant."
 
-#: ../src/transmageddon.py:826
+#: ../src/transmageddon.py:987
 #, python-format
 msgid "Pass %(count)d Progress"
 msgstr "Progression de la passe %(count)d"
 
-#: ../src/transmageddon.py:928
-msgid "Video passthrough"
-msgstr "Recopie vidéo"
+#. add a 'No Audio option'
+#: ../src/transmageddon.py:1073
+msgid "No Audio"
+msgstr "Pas de son"
 
-#: ../src/transmageddon.py:933
+#: ../src/transmageddon.py:1080
 msgid "Audio passthrough"
 msgstr "Recopie audio"
 
-#: ../src/utils.py:76
+#: ../src/transmageddon.py:1133
+msgid "Video passthrough"
+msgstr "Recopie vidéo"
+
+#: ../src/transmageddon.py:1393
+msgid "Choose Source File..."
+msgstr "Choisir le fichier source..."
+
+#: ../src/transmageddon.ui.h:1
+msgid ""
+"<small>Audio Channels:</small>\n"
+"<small>Audio Codec:</small>"
+msgstr ""
+"<small>Canaux audio :</small>\n"
+"<small>Codec audio :</small>"
+
+#: ../src/transmageddon.ui.h:3
+msgid ""
+"<small>Video height/width:</small>\n"
+"<small>Video Codec:</small>"
+msgstr ""
+"<small>Hauteur/largeur de la vidéo :</small>\n"
+"<small>Codec vidéo :</small>"
+
+#: ../src/transmageddon.ui.h:5
+msgid "<b>Presets:</b>"
+msgstr "<b>Préréglages :</b>"
+
+#: ../src/transmageddon.ui.h:6
+msgid "<b>Choose Input File:</b>"
+msgstr "<b>Sélection du fichier d'entrée :</b>"
+
+#: ../src/transmageddon.ui.h:7
+msgid "<b>Output Format:</b>"
+msgstr "<b>Format de sortie :</b>"
+
+#: ../src/transmageddon.ui.h:8
+msgid "<b>Choose Audio Codec</b>:"
+msgstr "<b>Sélection du codec audio</b> :"
+
+#: ../src/transmageddon.ui.h:9
+msgid "<b>Choose Video Codec</b>:"
+msgstr "<b>Sélection du codec vidéo</b> :"
+
+#: ../src/transmageddon.ui.h:10
+msgid "<small>Rotate the video image if needed</small>"
+msgstr "<small>Rotation de l'image vidéo si nécessaire</small>"
+
+#: ../src/transmageddon.ui.h:11
+msgid "_Transcode"
+msgstr "_Transcoder"
+
+#: ../src/udevdisco.py:220
+msgid "Not mounted."
+msgstr "Non monté."
+
+#: ../src/utils.py:75
 #, python-format
 msgid "Can't find %(path)s in any known prefix!"
 msgstr "%(path)s introuvable dans les préfixes connus !"
 
-#: ../transmageddon.desktop.in.in.h:1
-msgid "Transmageddon Video Transcoder"
-msgstr "Transcodeur vidéo Transmageddon"
+#~ msgid "_Help"
+#~ msgstr "Aid_e"
 
-#: ../transmageddon.desktop.in.in.h:2
-msgid "Video format conversion tool"
-msgstr "Outil de conversion de formats vidéo"
+#~ msgid "<small>Video codec:</small>"
+#~ msgstr "<small>Codec vidéo :</small>"
+
+#~ msgid "<small>Audio codec:</small>"
+#~ msgstr "<small>Codec audio :</small>"
+
+#~ msgid "Start next pass"
+#~ msgstr "Démarrer la passe suivante"
diff --git a/src/about.py b/src/about.py
index c6fb389..f5554ad 100644
--- a/src/about.py
+++ b/src/about.py
@@ -42,7 +42,7 @@ License along with this library; if not, see <http://www.gnu.org/licenses/>.
 class AboutDialog:
    def __init__(self):
        x = Gtk.AboutDialog()
-       x.set_version("1.0")
+       x.set_version("1.1")
        x.set_name(_("Transmageddon"))
        x.set_program_name(_("Transmageddon"))
        x.set_website("http://www.linuxrising.org")
diff --git a/src/codecfinder.py b/src/codecfinder.py
index e2b38af..c091381 100644
--- a/src/codecfinder.py
+++ b/src/codecfinder.py
@@ -94,7 +94,7 @@ codecmap = { 'Vorbis' : "audio/x-vorbis", \
         'Dirac' : "video/x-dirac", \
         'H264' : "video/x-h264", \
         'MPEG2' : "video/mpeg,mpegversion=2,systemstream=false", \
-        'MPEG4' : "video/mpeg,mpegversion=4", \
+        'MPEG4' : "video/mpeg,mpegversion=4,systemstream=false", \
         'Windows Media Video 2' : "video/x-wmv,wmvversion=2", \
         'dnxhd' : "video/x-dnxhd", \
         'divx5' : "video/x-divx,divxversion=5", \
diff --git a/src/transcoder_engine.py b/src/transcoder_engine.py
index 7d31084..0511db8 100644
--- a/src/transcoder_engine.py
+++ b/src/transcoder_engine.py
@@ -314,9 +314,9 @@ class Transcoder(GObject.GObject):
                print("missing something")
                if self.missingplugin==False: #don't think this is correct if more than one plugin installed
                    self.missingplugin=message
-                   #output=GstPbutils.missing_plugin_message_get_description(message)
-                   #print(output)
-                   # GstPbutils.missing_plugin_message_get_installer_detail(message)
+                   GstPbutils.missing_plugin_message_get_description(message)
+                   GstPbutils.missing_plugin_message_get_installer_detail(message)
+                   self.uridecoder.set_state(Gst.State.NULL)
                    self.emit('missing-plugin')
            
        elif mtype == Gst.MessageType.ASYNC_DONE:
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 2f4581d..93f1d9e 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#!/usr/bin/env python3
 # -.- coding: utf-8 -.-
 
 # Transmageddon
@@ -843,7 +843,7 @@ class TransmageddonUI(Gtk.ApplicationWindow):
        self.context.set_xid(self.get_window().get_xid())
        GstPbutils.install_plugins_async (missing, self.context, \
                        self.donemessage, "NULL")
-       self.on_cancelbutton_clicked("click")
+       # self.on_cancelbutton_clicked("clicked")
 
    def donemessage(self, donemessage, null):
        if donemessage == GstPbutils.InstallPluginsReturn.SUCCESS:
@@ -940,7 +940,7 @@ class TransmageddonUI(Gtk.ApplicationWindow):
    def gather_streamdata(self):
        # create a variable with a timestamp code
        timeget = datetime.datetime.now()
-       self.streamdata['timestamp'] = str(timeget.strftime("-%H%M%S-%d%m%Y"))
+       self.streamdata['timestamp'] = str(timeget.strftime("-%Y%m%d-%H%M%S%z"))
        # Remove suffix from inbound filename so we can reuse it together with suffix to create outbound filename
        self.nosuffix = os.path.splitext(os.path.basename(self.streamdata['filename']))[0]
        # pick output suffix
diff --git a/src/which.py b/src/which.py
index e7f91c1..7641b91 100644
--- a/src/which.py
+++ b/src/which.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Copyright (c) 2002-2005 ActiveState Corp.
 # See LICENSE.txt for license details.
 # Author:
diff --git a/transmageddon.spec b/transmageddon.spec
index 703acbc..c430fd1 100644
--- a/transmageddon.spec
+++ b/transmageddon.spec
@@ -1,7 +1,7 @@
 Summary:	Video transcoder
 Summary(pl.UTF.8):	Narzędzie do transkodowania obrazu wideo
 Name:		transmageddon
-Version:	1.0
+Version:	1.1
 Release:	1
 
 Source:		http://www.linuxrising.org/transmageddon/files/%{name}-%{version}.tar.xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/transmageddon.git



More information about the Pkg-gstreamer-commits mailing list