Accepting request 639132 from home:alois:branches:multimedia:apps
- Update to version 0.5.4
* Graph port-type colors are now configurable (cf. menu
View > Colors.
* Make Graph nodes (ie. client boxes) transparent for yet
some eye-candiness ;). Also keep the (Graph) current
selection across port (dis)connections.
* Drawing patchbay connector lines as (bezier) curves is
now a difinitive and fixed feature (as long as no more
remains from the so called "Cambric explosion era" are
still lurking in there).
* AppStream metadata updated to be the most compliant with
latest freedesktop.org specification and recommendation.
* Graph auto-layout improvement for brand new node clients.
* Avoid showing setup warning when no server settings have
changed.
* Fixed JACK D-Bus settings for MIDI driver parameter.
version 0.5.3
* Portuguese (pt) translation added (by Heitor Rocha).
* AppData/AppStream metadata is now settled under an all
permisssive license (FSFAP).
* Improved Graph rubberband add (Shift) and toggle (Ctrl)
multiple (de)selections.
* Added user preference option: Setup / Misc / Buttons /
Replace Connections with Graph button (on main window).
* Added a zoom slider control to the Graph view status bar.
version 0.5.2
* Respect ALSA Sequencer support option also on Graph view.
* Regression to new Graph node/ports sorting comparator;
also fixed multiple and many port removals, most probably
causing it to crash due to double-free/delete potential.
* Fixed the automatic aggregation of new Graph client nodes
that are split as either input or output only (ie. system,
terminal, physical or otherwise non-duplex nodes).
* Added View/Zoom Range mode option to Graph tool.
version 0.5.1
* Half a decade later, recent new custom entries may now get
removed from Session Infra-client list.
* Some rather old, better said "Cambric explosion era", user
preference options have been ditched altogether: Display /
Time Format; Display / Shiny glass light effect; Display /
Connections/Draw connections and patchbay lines as Bezier
curves; Misc/Configure as temporary server.
* A brand new and way long overdue connections Graph widget
is finally introduced, only to be accessible through the
context menu at this time.
* Extended multi-selection is now supported on all Connections
client/port lists, allowing for multiple (dis)connections at
once.
* Disable singleton/unique application instance setup logic
when the display server platform is not X11.
* A little hardening on the configure (autoconf) macro side.
version 0.5.0
* Current preset is always taken into account if ever changes
while the Setup dialog is hidden (eg. via context menu).
* Desktop entry specification file is now finally independent
from build/configure template chains.
* Updated target path for freedesktop.org's AppStream metainfo
file (formerly AppData).
version 0.4.5
* On some desktop-shells, the system tray icon blinking on
XRUN ocurrences, have been found responsible to excessive
CPU usage, an "eye-candy" effect which is now optional as
far as Setup/Display/Blink server mode indicator goes.
* Added French man page (by Olivier Humbert, thanks).
* Make builds reproducible byte for byte, by getting rid of
the configure build date and time stamps.
version 0.4.4
* Fixed an early crash when the singleton/unique application
instance setup option is turned off.
* Almost complete overhaul on the configure script command
line options, wrt. installation directories specification,
eg. --prefix, --bindir, --libdir, --datadir and --mandir.
OBS-URL: https://build.opensuse.org/request/show/639132
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qjackctl?expand=0&rev=33
This commit is contained in:
@@ -1,3 +1,79 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 29 12:19:14 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.5.4
|
||||
* Graph port-type colors are now configurable (cf. menu
|
||||
View > Colors.
|
||||
* Make Graph nodes (ie. client boxes) transparent for yet
|
||||
some eye-candiness ;). Also keep the (Graph) current
|
||||
selection across port (dis)connections.
|
||||
* Drawing patchbay connector lines as (bezier) curves is
|
||||
now a difinitive and fixed feature (as long as no more
|
||||
remains from the so called "Cambric explosion era" are
|
||||
still lurking in there).
|
||||
* AppStream metadata updated to be the most compliant with
|
||||
latest freedesktop.org specification and recommendation.
|
||||
* Graph auto-layout improvement for brand new node clients.
|
||||
* Avoid showing setup warning when no server settings have
|
||||
changed.
|
||||
* Fixed JACK D-Bus settings for MIDI driver parameter.
|
||||
version 0.5.3
|
||||
* Portuguese (pt) translation added (by Heitor Rocha).
|
||||
* AppData/AppStream metadata is now settled under an all
|
||||
permisssive license (FSFAP).
|
||||
* Improved Graph rubberband add (Shift) and toggle (Ctrl)
|
||||
multiple (de)selections.
|
||||
* Added user preference option: Setup / Misc / Buttons /
|
||||
Replace Connections with Graph button (on main window).
|
||||
* Added a zoom slider control to the Graph view status bar.
|
||||
version 0.5.2
|
||||
* Respect ALSA Sequencer support option also on Graph view.
|
||||
* Regression to new Graph node/ports sorting comparator;
|
||||
also fixed multiple and many port removals, most probably
|
||||
causing it to crash due to double-free/delete potential.
|
||||
* Fixed the automatic aggregation of new Graph client nodes
|
||||
that are split as either input or output only (ie. system,
|
||||
terminal, physical or otherwise non-duplex nodes).
|
||||
* Added View/Zoom Range mode option to Graph tool.
|
||||
version 0.5.1
|
||||
* Half a decade later, recent new custom entries may now get
|
||||
removed from Session Infra-client list.
|
||||
* Some rather old, better said "Cambric explosion era", user
|
||||
preference options have been ditched altogether: Display /
|
||||
Time Format; Display / Shiny glass light effect; Display /
|
||||
Connections/Draw connections and patchbay lines as Bezier
|
||||
curves; Misc/Configure as temporary server.
|
||||
* A brand new and way long overdue connections Graph widget
|
||||
is finally introduced, only to be accessible through the
|
||||
context menu at this time.
|
||||
* Extended multi-selection is now supported on all Connections
|
||||
client/port lists, allowing for multiple (dis)connections at
|
||||
once.
|
||||
* Disable singleton/unique application instance setup logic
|
||||
when the display server platform is not X11.
|
||||
* A little hardening on the configure (autoconf) macro side.
|
||||
version 0.5.0
|
||||
* Current preset is always taken into account if ever changes
|
||||
while the Setup dialog is hidden (eg. via context menu).
|
||||
* Desktop entry specification file is now finally independent
|
||||
from build/configure template chains.
|
||||
* Updated target path for freedesktop.org's AppStream metainfo
|
||||
file (formerly AppData).
|
||||
version 0.4.5
|
||||
* On some desktop-shells, the system tray icon blinking on
|
||||
XRUN ocurrences, have been found responsible to excessive
|
||||
CPU usage, an "eye-candy" effect which is now optional as
|
||||
far as Setup/Display/Blink server mode indicator goes.
|
||||
* Added French man page (by Olivier Humbert, thanks).
|
||||
* Make builds reproducible byte for byte, by getting rid of
|
||||
the configure build date and time stamps.
|
||||
version 0.4.4
|
||||
* Fixed an early crash when the singleton/unique application
|
||||
instance setup option is turned off.
|
||||
* Almost complete overhaul on the configure script command
|
||||
line options, wrt. installation directories specification,
|
||||
eg. --prefix, --bindir, --libdir, --datadir and --mandir.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 9 11:33:36 UTC 2016 - virtuousfox@gmail.com
|
||||
|
||||
|
||||
+9
-14
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qjackctl
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -13,15 +13,15 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: qjackctl
|
||||
Version: 0.4.3
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
Summary: Graphical User Interface to Control JACK Servers
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Url: http://qjackctl.sf.net
|
||||
Source: http://prdownloads.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz
|
||||
@@ -43,7 +43,6 @@ BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(portaudio-2.0)
|
||||
Requires: jack
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
JACK Audio Connection Kit - Qt GUI Interface: A simple Qt application
|
||||
@@ -58,12 +57,9 @@ including a enhanced patchbay and connection control features.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i '/^X-SuSE-translate/d' src/%{name}.desktop.in
|
||||
sed -i 's/\(Exec=\).*$/\1qjackctl/' src/%{name}.desktop.in
|
||||
sed -i '/__TIME__/d' src/qjackctlAboutForm.cpp
|
||||
sed -i '/^X-SuSE-translate/d' src/%{name}.desktop
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%{optflags} -std=c++11"
|
||||
./autogen.sh
|
||||
%configure
|
||||
%qmake5
|
||||
@@ -77,20 +73,19 @@ install -Dm 0644 src/translations/*.qm %{buildroot}%{_datadir}/%{name}/translati
|
||||
install -Dm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING README TODO TRANSLATORS
|
||||
%dir %{_datadir}/appdata
|
||||
%doc AUTHORS ChangeLog README TODO TRANSLATORS
|
||||
%license COPYING
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
%dir %{_datadir}/icons/hicolor/32x32
|
||||
%dir %{_datadir}/icons/hicolor/32x32/apps
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%doc %{_mandir}/man?/%{name}.*
|
||||
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/translations
|
||||
%{_datadir}/%{name}/translations/%{name}_*.qm
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bfdc3452f3c48d1ce40bd4164be0caa1c716474fbd3fb408d3308dfadf79e07
|
||||
size 824852
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:982df020a9c3ba3cb4f481236d181f277c64c22b94393b0a2e7fbe91960d2763
|
||||
size 911052
|
||||
Reference in New Issue
Block a user