Hello community, here is the log from the commit of package mkvtoolnix for openSUSE:Factory checked in at 2015-09-27 08:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkvtoolnix (Old) and /work/SRC/openSUSE:Factory/.mkvtoolnix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkvtoolnix" Changes: -------- --- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes 2015-09-24 06:16:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes 2015-09-27 08:39:20.000000000 +0200 @@ -1,0 +2,15 @@ +Tue Sep 22 13:56:09 UTC 2015 - [email protected] + +- Updated to version 8.4.0: +* MMG has been removed. +* Dropped wxWidgets dependencies (new gui uses QT). +* A lot of bugfixes and enhancements of the gui and mkvmerge + (see https://bunkus.org/videotools/mkvtoolnix/doc/ChangeLog). +* mkvmerge: bug fix: calculating of delay for audio garbage data + got fixed. +* all: bug fix: parsing of strings containing negative values or + timecodes was broken on 32-but architectures. +* mkvmerge: bug fix: number of channels and the sample rate + reported for DTS in MPEG streams was 0. + +------------------------------------------------------------------- Old: ---- mkvtoolnix-8.3.0.tar.xz New: ---- mkvtoolnix-8.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkvtoolnix.spec ++++++ --- /var/tmp/diff_new_pack.KtXxzJ/_old 2015-09-27 08:39:21.000000000 +0200 +++ /var/tmp/diff_new_pack.KtXxzJ/_new 2015-09-27 08:39:21.000000000 +0200 @@ -17,7 +17,7 @@ Name: mkvtoolnix -Version: 8.3.0 +Version: 8.4.0 Release: 0 Summary: Tools to Create, Alter, and Inspect Matroska Files License: GPL-2.0+ @@ -31,10 +31,10 @@ BuildRequires: fdupes BuildRequires: file-devel BuildRequires: gcc-c++ >= 4.7 -BuildRequires: lzo-devel +BuildRequires: gettext-tools +BuildRequires: libqt5-qtbase-devel >= 5.2.0 BuildRequires: ruby >= 1.9 BuildRequires: xz -BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(flac) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libebml) >= 1.3.1 @@ -47,11 +47,6 @@ # Needed because of scriplets macros BuildRequires: desktop-file-utils BuildRequires: shared-mime-info -%if 0%{?suse_version} >= 1320 -BuildRequires: wxWidgets-devel >= 3 -%else -BuildRequires: wxWidgets-devel >= 2.8 -%endif %description Tools to create and manipulate Matroska files (extensions .mkv and .mka), a new @@ -62,13 +57,13 @@ %setup -q %build -%configure --without-build-timestamp --docdir=%{_docdir}/%{name} --with-boost-libdir=%{_libdir} -./drake %{?_smp_mflags} V=1 +export CFLAGS="$RPM_OPT_FLAGS" +export CXXFLAGS="$RPM_OPT_FLAGS" +%configure --docdir=%{_docdir}/%{name} +./drake %{?_smp_mflags} %install ./drake install DESTDIR=%{buildroot} -install -pm 0644 AUTHORS ChangeLog COPYING README.md %{buildroot}%{_docdir}/%{name} -cp -a examples %{buildroot}%{_docdir}/%{name} # I guess this is the correct thing to do until bnc#737549 is fixed rm -rf %{buildroot}%{_mandir}/nl %{buildroot}%{_mandir}/uk %{buildroot}%{_mandir}/zh_CN %find_lang %{name} --with-man --all-name @@ -86,14 +81,15 @@ %files -f %{name}.lang %defattr(-,root,root) -%{_docdir}/%{name} +%doc AUTHORS ChangeLog COPYING README.md +%doc examples %{_bindir}/mkvextract %{_bindir}/mkvinfo %{_bindir}/mkvmerge -%{_bindir}/mmg %{_bindir}/mkvpropedit +%{_bindir}/mkvtoolnix-gui %{_datadir}/applications/mkvinfo.desktop -%{_datadir}/applications/mkvmergeGUI.desktop +%{_datadir}/applications/mkvtoolnix-gui.desktop %{_datadir}/icons/hicolor/*/apps/mkvextract.png %{_datadir}/icons/hicolor/*/apps/mkvinfo.png %{_datadir}/icons/hicolor/*/apps/mkvmerge.png @@ -103,7 +99,7 @@ %{_mandir}/man1/mkvextract.1%{ext_man} %{_mandir}/man1/mkvinfo.1%{ext_man} %{_mandir}/man1/mkvmerge.1%{ext_man} -%{_mandir}/man1/mmg.1%{ext_man} %{_mandir}/man1/mkvpropedit.1%{ext_man} +%{_mandir}/man1/mkvtoolnix-gui.1%{ext_man} %changelog ++++++ mkvtoolnix-8.3.0.tar.xz -> mkvtoolnix-8.4.0.tar.xz ++++++ ++++ 314947 lines of diff (skipped)
