Skip to content

Commit

Permalink
- Prepping next release candidate (aka. v1.0.0-rc2) (Qt >= 6.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rncbc committed Apr 21, 2024
1 parent e340831 commit b3a4d23
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ padthv1 - An old-school additive polyphonic synthesizer
ChangeLog


GIT HEAD

- Prepping next release candidate (aka. v1.0.0-rc2) (Qt >= 6.7)


0.9.90 2024-04-11 A Spring'24 Release Candidate.

- Prepping the unthinkable (aka. v1.0.0-rc1)
- Custom color themes are now file based (*.conf); legacy still
preserved ntl.
- Fixed the build checks on whether to use old or newer style of
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Section: sound
Priority: optional
Maintainer: Rui Nuno Capela <rncbc@rncbc.org>
Build-Depends: debhelper (>= 11), cmake, pkg-config,
qtbase6.6-static (>= 6.6), qttools6.6-static (>= 6.6),
qtsvg6.6-static (>= 6.6), qttranslations6.6-static (>= 6.6),
qtbase6.7-static (>= 6.7), qttools6.7-static (>= 6.7),
qtsvg6.7-static (>= 6.7), qttranslations6.7-static (>= 6.7),
libjack-dev | libjack-jackd2-dev, libasound2-dev,
lv2-dev, liblo-dev, libfftw3-dev
Standards-Version: 4.6.2
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
#
QTDIR ?= /opt/qt6.6-static
QTDIR ?= /opt/qt6.7-static

%:
dh $@
Expand Down
10 changes: 5 additions & 5 deletions rpm/padthv1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ BuildRequires: gcc-c++ >= 10
%define _GXX /usr/bin/g++
%endif
%if 0%{qt_major_version} == 6
BuildRequires: qtbase6.6-static >= 6.6
BuildRequires: qttools6.6-static
BuildRequires: qttranslations6.6-static
BuildRequires: qtsvg6.6-static
BuildRequires: qtbase6.7-static >= 6.7
BuildRequires: qttools6.7-static
BuildRequires: qttranslations6.7-static
BuildRequires: qtsvg6.7-static
%else
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
Expand Down Expand Up @@ -114,7 +114,7 @@ Obsoletes: %{name}-common <= %{version}

%build
%if 0%{qt_major_version} == 6
source /opt/qt6.6-static/bin/qt6.6-static-env.sh
source /opt/qt6.7-static/bin/qt6.7-static-env.sh
%endif
CXX=%{_GXX} CC=%{_GCC} \
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -Wno-dev -B build
Expand Down

0 comments on commit b3a4d23

Please sign in to comment.