Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 May 2020 11:05:12
1.5.1

|
tcberner  |
audio/sayonara: prepare for Qt5-5.15 |
30 Dec 2019 16:31:31
1.5.1

|
adridg  |
Update audio/sayonara to latest upstream release
Between 1.1.1 (previous version in ports) and this, the upstream
migrated to GitLab. Patches for the build have been submitted upstream.
The changelog is pretty long:
https://sayonara-player.com/changelog.php
It is mostly "more importers, polish the library, .." |
08 Nov 2019 09:27:57
1.1.1_3

|
tobik  |
a-b: Add missing USES={gnome,php,sdl,xorg} |
26 Jul 2019 20:46:57
1.1.1_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
16 Jan 2019 11:13:45
1.1.1_2

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
1.1.1_1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
1.1.1_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
02 Sep 2018 20:30:45
1.1.1

|
adridg  |
Fix build of audio/sayonara on 10.4.
/wrkdirs/usr/ports/audio/sayonara/work/sayonara-player/src/Components/Covers/LocalCoverSearcher.cpp:71:14:
error: call to 'abs' is ambiguous
double d = std::abs(height - width) / (width * 1.0) + 1.0;
While here, remove superfluous patch that now just added a
duplicate #include. Don't bump PORTREVISION because this
only fixes the build on 10.4 and otherwise has no effect
on the package.
Reported by: pkg-fallout |
31 Aug 2018 14:43:17
1.1.1

|
adridg  |
Update audio/sayonara to 1.1.1, latest upstream version.
https://sayonara-player.com/changelog.php
- Languages / translations shuffled around
- Cover view improvements
- Lots of little bugfixes |
31 Aug 2018 09:40:13
1.0.0_1

|
jhale  |
Fix build with Qt 5.11
PR: 230884 |
29 Jul 2018 22:18:46
1.0.0_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
28 Jun 2018 17:39:55
1.0.0

|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
04 Jan 2018 12:48:03
1.0.0

|
adridg  |
Fix build on 10.3 i386 noticed by pkg-fallout. Patch has also been
submitted upstream. Now tested on 10.3 i386 and 11.1 amd64.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D13765 |
03 Jan 2018 22:46:30
1.0.0

|
adridg  |
Update audio/sayonara to latest upstream release 1.0.0
The overall changelog is at http://sayonara-player.com/changelog.php,
nothing major. All patches from FreeBSD have been integrated upstream
or made obsolete.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D13747 |
12 Oct 2017 10:14:42
0.9.3_1

|
adridg  |
Massage sayonara USES
- when gstreamer1 plugins are missing, files just don't play (this applies
also to, say, having a broken ogg plugin).
- complete the list of useful gstreamer plugins; while typical users will
have -core installed, and thus -libav, make dependency on libav explicit.
This plugin is used for m4a, aac, wma and mpc files.
- drop USES=gettext-runtime, which I added in r451527. It is pulled into
LIB_DEPENDS by USE_GNOME=glib20, so it is a duplicate here. Thanks to
danfe@ for explanation.
Reviewed by: danfe
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D12629 |
08 Oct 2017 13:15:45
0.9.3

|
adridg  |
Update audio/sayonara to 0.9.3 and take maintainership.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12601 |
22 Sep 2017 10:48:29
0.9.2_4

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
14 Sep 2017 21:02:52
0.9.2_4

|
adridg  |
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299 |
10 Sep 2017 20:55:39
0.9.2_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
0.9.2_3

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
03 Jan 2017 17:06:49
0.9.2_2

|
jbeich  |
Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with. |
10 Dec 2016 12:18:31
0.9.2_2

|
jbeich  |
audio/sayonara: release maintainership
multimedia@ isn't a dumping ground for new leaf ports.
Pointy hat to: danfe |
10 Dec 2016 12:18:20
0.9.2_2

|
jbeich  |
audio/sayonara: track runtime dependency on sqlite
$ sayonara
[...]
Database created successfully
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
Error: DatabaseConnector database cannot be opened!
Error: Driver not loaded
Error: Driver not loaded
Error: Could not open Database
Warning: Database not existent. Creating database
**** All settings initialized ****
Error: Cannot initialize settings |
10 Dec 2016 12:18:09
0.9.2_1

|
jbeich  |
audio/sayonara: track build dependency on libmtp
-- Checking for module 'libmtp'
-- Package libmtp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmtp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libmtp', required by 'virtual:world', not found
Reported by: pkg-fallout |
10 Dec 2016 12:17:57
0.9.2

|
jbeich  |
audio/sayonara: unbreak on 9.x
-- Performing Test CXX_CAN_11
-- Performing Test CXX_CAN_11 - Failed
-- Performing Test CXX_CAN_0X
-- Performing Test CXX_CAN_0X - Failed
CMake Error at src/CMakeLists.txt:43 (FATAL_ERROR):
Unknown CMake command "FATAL_ERROR".
Reported by: pkg-fallout |
30 Nov 2016 16:50:20
0.9.2

|
danfe  |
Sayonara is a small, clear, and fast audio player for Unix-like systems,
written in C++ on Qt 5.x framework and using GStreamer as audio backend.
WWW: http://www.sayonara-player.com/ |