Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ardour for openSUSE:Factory checked 
in at 2023-10-13 23:15:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ardour (Old)
 and      /work/SRC/openSUSE:Factory/.ardour.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ardour"

Fri Oct 13 23:15:50 2023 rev:7 rq:1117689 version:8.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ardour/ardour.changes    2023-07-12 
17:28:43.783075305 +0200
+++ /work/SRC/openSUSE:Factory/.ardour.new.20540/ardour.changes 2023-10-13 
23:16:45.815582642 +0200
@@ -1,0 +2,36 @@
+Thu Oct 12 10:19:31 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 8.0.0. See https://ardour.org/whatsnew.html
+  QoL changes:
+  * "Quick groups" - most mix-related controls now operate on
+    all the selected tracks & busses
+  * Manage sections of a song with arrangement markers. Define
+    your verses, chorus, and bridge. Then rearrange or copy
+    them as you wish.
+  * Create persistent region groups in the editor window, to
+    make multi-region editing easier.
+  * Edit velocity easily on a dedicated automation lane whether
+    it's a single note or a chord.
+  * Draw automation freely for any controller or press Control
+    (Command) key to enable line-drawing mode. You can also
+    combine free and line segments as you draw just by pressing
+    and releasing the Ctrl/Cmd key.
+  * Fit the tempo map to a human performance, with a new dedicated
+    tool.
+  * If (e.g. drum) note names are available for a plugin instrument
+    or external device (via a MIDNAM file), see those names in the
+    all-new MIDI track header.
+  * Use Novation Launchpad Pro in DAW/Session mode (along with
+    the standalone Sequencer, Note and Chord modes).
+  * Create new interesting progressions with arpeggiator plugins.
+  New features:
+  * Lollipops for MIDI Velocity
+  * Improvements to arrangement sections
+  * New MIDI Track Piano Roll Header
+  * Launchpad Pro support
+  * More flexibility to track and bus groups
+  * Region Grouping
+  * Freehand automation drawing
+  * MIDI Arpeggiator Plugins
+
+-------------------------------------------------------------------

Old:
----
  Ardour-7.5.0.tar.bz2

New:
----
  Ardour-8.0.0.tar.bz2

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

Other differences:
------------------
++++++ ardour.spec ++++++
--- /var/tmp/diff_new_pack.Q1Yqx8/_old  2023-10-13 23:16:46.359603147 +0200
+++ /var/tmp/diff_new_pack.Q1Yqx8/_new  2023-10-13 23:16:46.363603298 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define dirbase ardour7
+%define dirbase ardour8
 Name:           ardour
-Version:        7.5.0
+Version:        8.0.0
 Release:        0
 Summary:        Multichannel Digital Audio Workstation
 # Legal: Ardour is a mix of GPL-2.0-or-later, [L]GPL-3.0-or-later and a couple 
copyleft
@@ -136,10 +136,9 @@
 
 %prep
 %autosetup -p1 -n Ardour-%{version}
-# delete not needed files
-find . -name ".gitignore" -exec rm {} \;
-chmod -x ./doc/*.svg
-chmod -x ./doc/*.txt
+
+chmod -x doc/canvas.svg
+chmod -x doc/mainpage.txt
 # don't use python2
 find . -name wscript -o -name waf -o -name '*.py' \
   | xargs sed -i -e '1{s|^#!.*python$|#!/usr/bin/python3|}'
@@ -158,15 +157,14 @@
    --configdir=%{_sysconfdir} \
    --docdir=%{_docdir} \
    --docs \
-   --nls \
    --internal-shared-libs \
    --with-backends=jack,alsa,dummy,pulseaudio \
    --lv2dir=%{_libdir}/%{dirbase}/LV2 \
-   --lxvst \
    --freedesktop \
    --noconfirm \
    --no-phone-home \
    --optimize
+
 ./waf i18n
 ./waf %{?_smp_mflags}
 
@@ -174,18 +172,18 @@
 ./waf --destdir=%{buildroot} install -v
 
 # upstream installs in wrong places
-install -D -m 644 -t %{buildroot}%{_datadir}/metainfo 
%{buildroot}%{_datadir}/appdata/ardour7.appdata.xml
+install -D -m 644 -t %{buildroot}%{_datadir}/metainfo 
%{buildroot}%{_datadir}/appdata/ardour8.appdata.xml
 rm -r %{buildroot}%{_datadir}/appdata
 
-%suse_update_desktop_file -i ardour7 AudioVideo Recorder
-%find_lang ardour7
-%find_lang gtk2_ardour7
+%suse_update_desktop_file -i ardour8 AudioVideo Recorder
+%find_lang ardour8
+%find_lang gtk2_ardour8
 %find_lang gtkmm2ext3
 
 # remove dupes
 %fdupes -s %{buildroot}%{_datadir}
 
-%files -f ardour7.lang -f gtk2_ardour7.lang -f gtkmm2ext3.lang
+%files -f ardour8.lang -f gtk2_ardour8.lang -f gtkmm2ext3.lang
 %license COPYING
 %doc doc README
 %dir %{_sysconfdir}/%{dirbase}
@@ -199,7 +197,7 @@
 %{_datadir}/%{dirbase}/
 %{_datadir}/applications/%{dirbase}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{dirbase}.png
-%{_datadir}/metainfo/ardour7.appdata.xml
+%{_datadir}/metainfo/ardour8.appdata.xml
 %{_datadir}/mime/packages/ardour.xml
 %{_libdir}/%{dirbase}/
 %exclude %{_datadir}/%{dirbase}/templates/.stub

++++++ Ardour-7.5.0.tar.bz2 -> Ardour-8.0.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ardour/Ardour-7.5.0.tar.bz2 
/work/SRC/openSUSE:Factory/.ardour.new.20540/Ardour-8.0.0.tar.bz2 differ: char 
11, line 1

Reply via email to