Bug 278568 - audio/soundtouch: update to 2.3.3
Summary: audio/soundtouch: update to 2.3.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Chris Rees
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2024-04-24 15:21 UTC by kunda
Modified: 2024-04-27 11:09 UTC (History)
4 users (show)

See Also:
crees: maintainer-feedback+


Attachments
[PATCH] audio/soundtouch: update 2.3.1 -> 2.3.3 (3.91 KB, patch)
2024-04-24 16:58 UTC, Andrey Korobkov
alster: maintainer-approval? (crees)
Details | Diff
Patch for soundtouch (3.55 KB, patch)
2024-04-24 20:52 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kunda 2024-04-24 15:21:19 UTC
Changelog: https://www.surina.net/soundtouch/README.html

    2.3.3:

    Fixing compiler warnings, maintenance fixes to make/build files for various systems

    2.3.2:

    Improve autotools makefiles to build the SoundTouchDLL dynamic-link link library with C-style API. This library variation is easier to import and use from other programming languages than the default C++ library.
Comment 1 Andrey Korobkov 2024-04-24 16:58:42 UTC
Created attachment 250211 [details]
[PATCH] audio/soundtouch: update 2.3.1 -> 2.3.3
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-04-24 20:52:12 UTC
Created attachment 250213 [details]
Patch for soundtouch

I forgot to submit this, it's been sitting in my tree for a few weeks now...

* Add USES= compiler:c++17-lang
* Add USES= pathfix
* Adjust patch and remove -Ofast optimization from upstream Makefile

Poudriete testport OK 13.2-RELEASE (amd64)
Poudriete testport OK 14.0-RELEASE (amd64)
Comment 3 Chris Rees freebsd_committer freebsd_triage 2024-04-24 20:55:37 UTC
Please go ahead.  Either of you fancy maintainer?
Comment 4 Andrey Korobkov 2024-04-24 22:40:09 UTC
I think I'm rather a newcomer for this.
And also I have no multimedia subsystem at my workstation, so unable to test multimedia-related ports :)
Still always like to help with patches!
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-04-27 11:05:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13602717d0b1573f721af1b3ace61d3c995a008d

commit 13602717d0b1573f721af1b3ace61d3c995a008d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-04-27 10:20:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-04-27 11:04:27 +0000

    audio/soundtouch: Update to 2.3.3

    Changelog:
    https://codeberg.org/soundtouch/soundtouch/compare/2.3.1...2.3.3

    PR:             278568
    Reported by:    kunda <luzpaz@pm.me>, Andrey Korobkov <alster@vinterdalen.se>
    Reviewed by:    crees (maintainer)

 audio/soundtouch/Makefile                   |  8 ++---
 audio/soundtouch/distinfo                   |  6 ++--
 audio/soundtouch/files/patch-CMakeLists.txt | 51 +++++------------------------
 audio/soundtouch/pkg-plist                  |  2 +-
 4 files changed, 16 insertions(+), 51 deletions(-)