Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.3 27 Apr 2024 11:04:27 |
Daniel Engberg (diizzy) |
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) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.3.1 16 Apr 2022 22:27:26 |
Piotr Kubaj (pkubaj) |
audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on riscv64 |
2.3.1 25 Oct 2021 17:42:36 |
Daniel Engberg (diizzy) |
audio/soundtouch: Switch to MASTER_SITES and fix i386
Switch to static tarball, unbreak i386 builds
References:
https://codeberg.org/soundtouch/soundtouch
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2021-October/124516.html
PR: 259173
Approved by: crees (port maintainer), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32639 |
2.3.1 07 Oct 2021 17:53:53 |
Piotr Kubaj (pkubaj) |
audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64le |
2.3.1 07 Oct 2021 10:24:09 |
Piotr Kubaj (pkubaj) |
audio/soundtouch: enable OPENMP and OPTIMIZED_CFLAGS on powerpc64 |
2.3.1 05 Oct 2021 19:11:46 |
Bernhard Froehlich (decke) |
audio/soundtouch: Add CPE information
Approved by: portmgr (blanket) |
2.3.1 04 Oct 2021 21:43:54 |
Daniel Engberg (diizzy) |
audio/soundtouch: Update to 2.3.1
Switch to CMake
Enable OpenMP on aarch64 and amd64 by default
Enable OPTIMIZED_CFLAGS by default
PR: 258730
Approved by: port maintainer, arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32288 |
2.2_1 03 Oct 2021 19:41:19 |
Fernando Apesteguía (fernape) |
*/*: Remove more compiler:openmp instances
Reported by: antoine@
Fixes: 07fb2d5e9d00 |
2.2 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2 16 Feb 2021 16:25:51 |
crees |
audio/soundtouch: fix build faiure with OPENMP
PR: ports/251884 |
2.2 14 Dec 2020 20:30:04 |
acm |
- Update to 2.2
PR: 251717
Submitted by: acm
Approved by: crees |
1.9.2_7 26 Jul 2019 20:46:57 |
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 |
1.9.2_6 12 Dec 2018 01:35:36 |
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 |
1.9.2_5 29 Jul 2018 22:18:46 |
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 |
1.9.2_4 10 Sep 2017 20:55:39 |
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 |
1.9.2_3 01 Apr 2017 15:23:32 |
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 |
1.9.2_2 25 Dec 2016 00:23:13 |
jbeich |
Simplify spelling for softfp defaults |
1.9.2_2 17 Dec 2016 18:23:46 |
jbeich |
audio/soundtouch: OPENMP=on to use system C++ library
Mixing libc++ and libstdc++ often causes crashes. |
1.9.2_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.9.2 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.9.2 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
1.9.2 16 Dec 2015 09:39:41 |
jbeich |
audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: http://www.surina.net/soundtouch/README.html
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html |
1.9.0_1 17 Sep 2015 18:53:19 |
jbeich |
audio/soundtouch: adjust options
- Make INTEGER_SAMPLES default on platforms with emulated floating point
to be in sync with r395349 [1]
- Fix SSE detection on 9.x by requesting a modern compiler with cpuid.h [2]
PR: 202642 [1], 202646 [2]
Approved by: maintainer timeout (3 weeks) |
1.9.0 23 Aug 2015 21:21:32 |
jbeich |
audio/soundtouch: update to 1.9.0
Changes: http://www.surina.net/soundtouch/README.html
ACC
report: https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.8.0_to_1.9.0/compat_report.html
PR: 202583
Approved by: crees (maintainer) |
1.8.0_1 23 Aug 2015 07:45:49 |
crees |
Enable SSE by default where possible.
PR: ports/202582
Submitted by: jbeich |
1.8.0_1 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.8.0_1 18 Sep 2014 08:45:08 |
tijl |
Convert to USES=autoreconf |
1.8.0_1 25 Jul 2014 19:44:36 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
1.8.0 25 Mar 2014 20:34:25 |
crees |
Fix build on 11-- clang doesn't recognise -fcheck-new, and g++ manpage says
it's nearly always unnecessary anyway.
Take maintainer
While here, use pathfix |
1.8.0 07 Feb 2014 13:05:57 |
miwi |
- Update to 1.8.0
PR: 185941
Submitted by: ports fury |
1.7.1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.7.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.7.1 05 Feb 2013 09:18:15 |
miwi |
- Update to 1.7.1
PR: 175573
Submitted by: Ports Fury |
1.7.0 30 Nov 2012 23:51:36 |
sperber |
- Update to version 1.7.0
- Add MAKE_JOBS_SAFE
- Convert to optionsng
- Trim Makefile header
PR: ports/171968
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
1.6.0 18 Aug 2012 09:56:37 |
danfe |
- Attempt to unbreak on non-Intel architectures
- Provide an option to use integer sample format
- Drop indefinite article from the COMMENT |
1.6.0 13 Aug 2012 06:03:06 |
linimon |
Mark as x86-only: uses -msse2 directive to CC.
Hat: portmgr |
1.6.0 05 Jul 2012 13:42:00 |
danfe |
Fix file path in comment (non-functional change). |
1.6.0 05 Jul 2012 13:18:08 |
danfe |
- Update to version 1.6.0 now that our autotools allow to bootstrap the build
- Reduce amount of local patching, cleanup Makefile, drop maintainership |
1.4.0 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.4.0 29 Oct 2011 11:10:22 |
miwi |
- Fix build on FreeBSD 10 |
1.4.0 14 May 2011 09:30:51 |
danfe |
- Fix the build on recent -CURRENT/amd64 [1]
- While here, add LICENSE (LGPL21)
PR: ports/157016 [1]
Submitted by: Ivan Klymenko |
1.4.0 02 May 2011 21:28:05 |
pav |
- Limit brokedness status to amd64 arch
Reported by: Michael Butler <imb@protected-networks.net> |
1.4.0 01 May 2011 23:09:26 |
pav |
- Mark BROKEN on 9-CURRENT:
{standard input}: Assembler messages:
{standard input}:28: Error: suffix or operands invalid for `pop'
{standard input}:31: Error: suffix or operands invalid for `push'
Reported by: pointyhat |
1.4.0 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.4.0 19 Sep 2009 18:40:25 |
danfe |
Minor text nits (non-functional).
Feature safe: yes |
1.4.0 25 Aug 2009 11:57:51 |
danfe |
- Update to version 1.4.0
- Utilize PORTDOCS
- Improve on comments |
1.3.1_3 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.3.1_3 05 Apr 2009 13:01:25 |
itetcu |
Replace a space with [[:blank:]] in sed expresion to make it work as intended
thus fix packaging with _DNOPORTDOCS
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail |
1.3.1_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.3.1_3 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.3.1_2 23 Sep 2007 10:57:35 |
edwin |
[PATCH] audio/soundtouch: fix build.
Attached patch seems to fix the build.
PR: ports/115768
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout |
1.3.1_2 28 Jul 2007 22:41:56 |
pav |
- Update automake19 dependency to new world order
- Still does not compile
Reported by: pointyhat |
1.3.1_2 23 Jul 2007 17:52:20 |
danfe |
- Better SSE detection [1]
- Reindent comment about GCC 4.x
PR: ports/114709 [1]
Submitted by: trasz [1] |
1.3.1_2 13 Jun 2007 13:14:01 |
danfe |
Try to do a better job respecting C[XX]FLAGS. This also aids ia64
build.
Hint via: pointyhat |
1.3.1_2 08 Mar 2007 16:00:32 |
danfe |
Bump PORTREVISION after recent changes. |
1.3.1_1 08 Mar 2007 15:53:18 |
danfe |
- Try to fix the build sanely, without >10k lines patch
- Do not install yet another copy of GPL
- Stop caring for 4.X systems
- Minor cosmetic Makefile nits |
1.3.1_1 04 Mar 2007 22:55:44 |
sat |
- /objformat=/s|=.*|=elf| |
1.3.1_1 28 Feb 2007 15:38:03 |
miwi |
- Add amd64 support
- This is neccessary to fix audio/ardour on amd64.
PR: ports/109035
Submitted by: trasz
Approved by: maintainer timeout |
1.3.1 05 Jan 2007 21:37:38 |
miwi |
- Update to 1.3.1
PR: ports/106500
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: maintainer timeout |
1.3.0 03 Oct 2006 22:54:04 |
danfe |
- Fix the build with GCC 4.1
- Mute the target so comment does not show up |
1.3.0 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.3.0 30 Nov 2005 14:01:29 |
danfe |
SHA256'ify my ports. |
1.3.0 07 Oct 2005 13:03:32 |
danfe |
Make fetchable again.
Noticed by: fenner's distfiles survey |
1.3.0 15 May 2005 14:08:38 |
danfe |
Add SoundTouch 1.3.0, an open-source audio processing library for changing
the Tempo, Pitch and Playback Rates of audio streams or files.
WWW: http://sky.prohosting.com/oparviai/soundtouch/ |