Hello community, here is the log from the commit of package qtractor for openSUSE:Factory checked in at 2015-12-23 08:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtractor (Old) and /work/SRC/openSUSE:Factory/.qtractor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtractor" Changes: -------- --- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes 2015-10-20 00:04:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes 2015-12-23 08:49:29.000000000 +0100 @@ -1,0 +2,25 @@ +Sun Dec 13 06:22:43 UTC 2015 - davejpla...@gmail.com + +- Refreshed patches and add conditional buildrequires. + +------------------------------------------------------------------- +Fri Dec 11 10:11:15 UTC 2015 - ec...@opensuse.org + +- update to 0.7.2 + - Yet another audio/MIDI time drift correction fix, now giving it + some slack while turnaround looping on tempo changes. + - Prevent x11extras module from use on non-X11/Unix platforms. + - MIDI Track/Instrument cascading pop-up menus have been added, + to main and MIDI clip editor windows. + - VST Plugin preset/bank files support (FXB/FXP) is now being + integrated to the generic Plugin/Properties widget dialog. + - Added new Track/Duplicate menu command. + - Added simple XRUN red indicator to status bar. + - Make sure program change/presets are not selected on possibly + multi-timbral instrument plugins when inserted on a MIDI bus. + - Prefer Qt5 over Qt4 by default with configure script. + - Fixed a potential crash-bug on first enabling either once the + audio or MIDI metronomes. +- remove non-atomic-arches.patch because changes now in source + +------------------------------------------------------------------- Old: ---- non-atomic-arches.patch qtractor-0.7.1.tar.gz New: ---- qtractor-0.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtractor.spec ++++++ --- /var/tmp/diff_new_pack.iWMGNG/_old 2015-12-23 08:49:30.000000000 +0100 +++ /var/tmp/diff_new_pack.iWMGNG/_new 2015-12-23 08:49:30.000000000 +0100 @@ -17,17 +17,16 @@ Name: qtractor -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: An Audio/MIDI multi-track sequencer License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Editors and Convertors Url: http://qtractor.sourceforge.net/ -Source: http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz Patch0: %{name}-nodatetime.patch Patch1: qtractor-remove_path_from_exec_in_desktop_file.patch Patch2: qtractor-powerpc.patch -Patch3: non-atomic-arches.patch BuildRequires: alsa-devel BuildRequires: desktop-file-utils BuildRequires: dssi-devel @@ -35,13 +34,28 @@ BuildRequires: ladspa-devel BuildRequires: libjack-devel BuildRequires: liblo-devel -BuildRequires: libqt4-devel >= 4.1 BuildRequires: librubberband-devel BuildRequires: libsamplerate-devel BuildRequires: libsndfile-devel >= 1.0.11 BuildRequires: libvorbis-devel +%if 0%{?suse_version} > 1310 +BuildRequires: libqt5-linguist +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(Qt5Xml) +%else +BuildRequires: libqt4-devel +BuildRequires: libqt4-linguist +%endif +BuildRequires: zlib-devel BuildRequires: pkgconfig(lilv-0) BuildRequires: pkgconfig(shared-mime-info) +# Use rpmbuild -D "BUILD_ORIG 1" to include mad in a local build. +%if 0%{?BUILD_ORIG} == 1 +BuildRequires: pkgconfig(mad) +%endif Requires: jack BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,27 +71,20 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 +%patch0 +%patch1 +%patch2 %build -%configure --disable-sse +%if 0%{?suse_version} > 1310 +%configure +%else +%configure --enable-qt4 +%endif make %{?_smp_mflags} %install -%make_install STRIP=: - -L="$PWD/%{name}.lang" -echo -n > "$L" -pushd "%{buildroot}%{_datadir}/%{name}/translations" -/bin/ls -1 qtractor_*.qm | while read qm; do - l="${qm%.qm}" - l="${l##*_}" - echo "%lang($l) %{_datadir}/%{name}/translations/${qm}" >> "$L" -done -popd +%makeinstall %clean %{?buildroot:%__rm -rf '%{buildroot}'} @@ -92,9 +99,10 @@ %mime_database_postun %icon_theme_cache_postun -%files -f "%{name}.lang" +%files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README TODO +%dir %{_datadir}/appdata/ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/translations %{_bindir}/%{name} @@ -104,7 +112,6 @@ %{_datadir}/icons/*/*/mimetypes/application-x-%{name}-*.* %{_datadir}/mime/packages/%{name}.xml %{_datadir}/man/man1/%{name}.1.gz -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/%{name}/translations/* %changelog ++++++ qtractor-0.7.1.tar.gz -> qtractor-0.7.2.tar.gz ++++++ ++++ 61064 lines of diff (skipped) ++++++ qtractor-nodatetime.patch ++++++ --- /var/tmp/diff_new_pack.iWMGNG/_old 2015-12-23 08:49:30.000000000 +0100 +++ /var/tmp/diff_new_pack.iWMGNG/_new 2015-12-23 08:49:30.000000000 +0100 @@ -1,7 +1,8 @@ -diff -Pdpru qtractor-0.7.1.orig/src/qtractorMainForm.cpp qtractor-0.7.1/src/qtractorMainForm.cpp ---- qtractor-0.7.1.orig/src/qtractorMainForm.cpp 2015-10-09 16:18:10.244820839 +0200 -+++ qtractor-0.7.1/src/qtractorMainForm.cpp 2015-10-11 19:39:41.939318191 +0200 -@@ -5452,7 +5452,7 @@ void qtractorMainForm::helpAbout (void) +Index: src/qtractorMainForm.cpp +=================================================================== +--- src/qtractorMainForm.cpp.orig ++++ src/qtractorMainForm.cpp +@@ -5486,7 +5486,7 @@ void qtractorMainForm::helpAbout (void) sText += "<b>" QTRACTOR_TITLE " - " + tr(QTRACTOR_SUBTITLE) + "</b><br />\n"; sText += "<br />\n"; sText += tr("Version") + ": <b>" QTRACTOR_VERSION "</b><br />\n"; ++++++ qtractor-powerpc.patch ++++++ --- /var/tmp/diff_new_pack.iWMGNG/_old 2015-12-23 08:49:30.000000000 +0100 +++ /var/tmp/diff_new_pack.iWMGNG/_new 2015-12-23 08:49:30.000000000 +0100 @@ -1,8 +1,8 @@ -Index: qtractor-0.5.10/src/qtractorAtomic.h +Index: src/qtractorAtomic.h =================================================================== ---- qtractor-0.5.10.orig/src/qtractorAtomic.h -+++ qtractor-0.5.10/src/qtractorAtomic.h -@@ -35,10 +35,10 @@ extern "C" { +--- src/qtractorAtomic.h.orig ++++ src/qtractorAtomic.h +@@ -56,10 +56,10 @@ static inline int ATOMIC_CAS ( qtractorA #if defined(__GNUC__) ++++++ qtractor-remove_path_from_exec_in_desktop_file.patch ++++++ --- /var/tmp/diff_new_pack.iWMGNG/_old 2015-12-23 08:49:30.000000000 +0100 +++ /var/tmp/diff_new_pack.iWMGNG/_new 2015-12-23 08:49:30.000000000 +0100 @@ -1,6 +1,7 @@ -diff -Pdpru qtractor-0.7.1.orig/src/qtractor.desktop.in qtractor-0.7.1/src/qtractor.desktop.in ---- qtractor-0.7.1.orig/src/qtractor.desktop.in 2015-10-09 16:18:10.226820839 +0200 -+++ qtractor-0.7.1/src/qtractor.desktop.in 2015-10-11 19:45:07.249319800 +0200 +Index: src/qtractor.desktop.in +=================================================================== +--- src/qtractor.desktop.in.orig ++++ src/qtractor.desktop.in @@ -5,7 +5,7 @@ GenericName=Multi-track Sequencer GenericName[fr]=Séquenceur multi-pistes Comment=Qtractor is an Audio/MIDI multi-track sequencer application