Hello community,

here is the log from the commit of package transmageddon for openSUSE:Factory 
checked in at 2014-11-13 09:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transmageddon (Old)
 and      /work/SRC/openSUSE:Factory/.transmageddon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transmageddon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/transmageddon/transmageddon.changes      
2013-08-12 11:08:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.transmageddon.new/transmageddon.changes 
2014-11-13 09:17:27.000000000 +0100
@@ -1,0 +2,43 @@
+Sun Nov  9 11:44:09 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.5:
+  + Fix bug stopping video only files from working properly.
+  + Fix bug when trying to drop the audio track from a file.
+- Changes from version 1.4:
+  + Fix audio encoding bug.
+  + Fix Apppdata information.
+- Drop transmageddon-gtkstock-deprecated.patch: Fixed upstream.
+
+-------------------------------------------------------------------
+Sat Aug  9 13:11:56 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.3:
+  + Fix embarassing bug where I had turned off Vaapi decoding by
+    mistake.
+- Changes from version 1.2:
+  + Fix bug with use of H264 encoder without multipass support, like
+    the VAAPI one
+  + Make VAAPI usage reliable
+  + Bring back 'xvid' video codec (it is actually just a profile of
+    MPEG4)
+  + Small UI improvements
+  + Fix a gazillion little bugs, including various threading
+    issues.
+- Changes from version 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.
+- Changes from version 1.0:
+  + Added support for setting language of stream.
+  + Added support for handling multiple audio streams.
+  + Added support for DVD ripping.
+  + Switched to new icon designed.
+  + Added appdata for GNOME Software and similar.
+  + Add VP9 support.
+- Rebase transmageddon-gtk3.patch.
+- Add transmageddon-gtkstock-deprecated.patch: Fix startup of
+  transmageddon on GNOME 3.13, where gnome-icon-theme, and as a
+  result, GTK Stock icons are deprecated.
+
+-------------------------------------------------------------------

Old:
----
  transmageddon-0.25.tar.xz

New:
----
  transmageddon-1.5.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ transmageddon.spec ++++++
--- /var/tmp/diff_new_pack.axyLfG/_old  2014-11-13 09:17:28.000000000 +0100
+++ /var/tmp/diff_new_pack.axyLfG/_new  2014-11-13 09:17:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package transmageddon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,29 +18,30 @@
 
 
 Name:           transmageddon
-Version:        0.25
+Version:        1.5
 Release:        0
 Summary:        A Video Transcoder
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Video/Editors and Convertors
+Url:            http://www.linuxrising.org/
 Source:         http://www.linuxrising.org/files/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE transmageddon-gtk3.patch dims...@opensuse.org -- Require 
GTK+ 3.0
 Patch0:         transmageddon-gtk3.patch
 BuildRequires:  fdupes
 # Needed to create typelib() Requires.
 BuildRequires:  gobject-introspection
-BuildRequires:  intltool
+BuildRequires:  intltool >= 0.40.0
 # python is needed for the build (py-compile)
 BuildRequires:  python
 BuildRequires:  python3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-Requires:       gstreamer-plugins-base >= 0.11.0
+Requires:       gstreamer-plugins-base >= 1.2.0
 Requires:       python3
 Requires:       python3-gobject
+Recommends:     %{name}-lang
 Recommends:     gstreamer-plugins-bad
 Recommends:     gstreamer-plugins-good
-Recommends:     %{name}-lang
 BuildArch:      noarch
 
 %description
@@ -53,6 +54,7 @@
 having to resort to command line tools with ungainly syntaxes.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -60,10 +62,10 @@
 
 %build
 %configure
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %fdupes %{buildroot}%{_datadir}
 %suse_update_desktop_file %{name} AudioVideoEditing
 %find_lang %{name} %{?no_lang_C}
@@ -77,11 +79,14 @@
 %files
 %defattr(-, root, root)
 %{_bindir}/%{name}
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/transmageddon.appdata.xml
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/
 %{_datadir}/%{name}/
-%{_datadir}/pixmaps/%{name}.svg
 %{_mandir}/man1/%{name}*
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++++++ transmageddon-0.25.tar.xz -> transmageddon-1.5.tar.xz ++++++
++++ 46294 lines of diff (skipped)

++++++ transmageddon-gtk3.patch ++++++
--- /var/tmp/diff_new_pack.axyLfG/_old  2014-11-13 09:17:29.000000000 +0100
+++ /var/tmp/diff_new_pack.axyLfG/_new  2014-11-13 09:17:29.000000000 +0100
@@ -1,7 +1,7 @@
-Index: transmageddon-0.25/src/transmageddon.py
+Index: transmageddon-1.3/src/transmageddon.py
 ===================================================================
---- transmageddon-0.25.orig/src/transmageddon.py
-+++ transmageddon-0.25/src/transmageddon.py
+--- transmageddon-1.3.orig/src/transmageddon.py
++++ transmageddon-1.3/src/transmageddon.py
 @@ -28,6 +28,8 @@ os.environ["GST_DEBUG_DUMP_DOT_DIR"] = "
  
  import which
@@ -9,5 +9,5 @@
 +import gi
 +gi.require_version('Gtk', '3.0')
  from gi.repository import Notify
- from gi.repository import GdkX11, Gio, Gtk, GLib, Gst, GstPbutils
- Gst.init(None)
+ from gi.repository import GdkX11, Gdk, Gio, Gtk, GLib, Gst, GstPbutils, GstTag
+ from gi.repository import GUdev

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to