Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.23.1_1 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
1.23.1 09 Sep 2024 09:15:25 |
Jason E. Hale (jhale) |
audio/openal-soft: Update to 1.23.1
Add PIPEWIRE and SIMD options.
Add checks to disable CPU instruction sets that are opt-out by default
and only consider the host builder. For example, disable SSE4.1 on an
amd64 host building for an i386 target. Additional instruction sets can
be enabled by setting CPUTYPE appropriately in /etc/make.conf or in its
poudriere(8) counterpart. |
1.21.1_4 22 Aug 2024 19:10:18 |
Dimitry Andric (dim) |
audio/openal-soft: fix build with clang 19
With clang 19 and gcc 15, audio/openal-soft fails to compile, with an
error similar to:
/wrkdirs/usr/ports/audio/openal-soft/work/openal-soft-1.21.1/common/aloptional.h:119:48:
error: no member named 'mValue' in 'optional<T>'; did you mean 'value'?
119 | const T& operator*() const& { return this->mValue; }
| ^~~~~~
| value
/wrkdirs/usr/ports/audio/openal-soft/work/openal-soft-1.21.1/common/aloptional.h:127:8:
note: 'value' declared here
127 | T& value() & { return mStore.mValue; }
| ^
Upstream commit <https://github.com/kcat/openal-soft/440b5970> fixes
this this, so add it as a PATCHFILES entry in the Makefile, until a
newer version of openal-soft is imported.
PR: 280677
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3 |
1.21.1_4 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
1.21.1_4 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
1.21.1_3 25 Dec 2022 23:11:44 |
Dimitry Andric (dim) |
audio/openal-soft: unbreak after 145ca5487348
Unbreak build by moving bsd.port.pre.mk include to just before
post-patch, and using bsd.port.post.mk at the end.
PR: 268495
Reported by: fluffy
Fixes: 145ca5487348
MFH: 2022Q4 |
1.21.1_3 25 Dec 2022 17:53:21 |
Dimitry Andric (dim) |
audio/openal-soft: fix build with lld 15 on i386
During an exp-run for llvm 15 (see bug 265425), it turned out that
audio/openal-soft failed to link with lld 15, on i386:
: && /usr/bin/c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2
-pipe -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -Wl,--as-needed
-fstack-protector-strong -Wl,-z,notext
CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o
CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o
CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -o makemhr
-Wl,-rpath,/usr/local/lib: -pthread libsofa-support.a -pthread libcommon.a
/usr/local/lib/libmysofa.so /usr/lib/libz.so -lm && :
ld: error: makemhr:(.eh_frame+0x14cf): internal linker error: wrote incorrect
addend value 0x3400 instead of 0x0 for dynamic relocation R_386_32 at offset
0x408417 against symbol __gxx_personality_v0
This is because lld 15 with assertions enabled (which is default on
-CURRENT) checks dynamic relocations more thoroughly, and in combination
with -z notext (which was added earlier for bug 242307) results in the
above diagnostic.
Work around it by disabling the dynamic relations checks on i386.
PR: 268495
Approved by: maintainer timeout (2 weeks)
MFH: 2022Q4 |
1.21.1_3 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
1.21.1_3 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 ) |
1.21.1_3 06 Mar 2022 16:30:22 |
Alexey Dokuchaev (danfe) |
audio/openal-soft: allow to build the port without the utilities
This helps to avoid dependency on `audio/libmysofa' and thus not
to download its quite heavy ~190 MB distfile. |
1.21.1_3 01 Nov 2021 14:31:35 |
Thomas Zander (riggs) |
audio/openal-soft: Include the last patch for upstream sndio backend.
Details:
- Backport the remaining sndio backend commit at:
https://github.com/kcat/openal-soft/commit/2df78e49b1359e7603e3816270737c68cccd5b05
Reported by: Brad Smith <brad@comstyle.com>
MFH: 2021Q4 |
1.21.1_2 22 Oct 2021 10:08:41 |
Thomas Zander (riggs) |
audio/openal-soft: Fix crashes in the sndio backend.
Details:
- Backport the upstream commits at
https://github.com/kcat/openal-soft/commit/620836f173ae6fc4505d0634984e0f2c46166367
https://github.com/kcat/openal-soft/commit/1fd4c865fc084f134363db5155361d5483679235
https://github.com/kcat/openal-soft/commit/a4b0a3d7b3ec271243cfda4780e567e49f2b37b7
MFH: 2021Q4 |
1.21.1_1 04 Oct 2021 14:57:35 |
Baptiste Daroussin (bapt) |
audio/openal-soft: update to 1.21.1 |
1.21.0_1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
1.21.0 17 Apr 2021 05:06:03 |
Thomas Zander (riggs) |
audio/openal-soft: Update to upstream version 1.21.0.
PR: 252961
Reported by: fluffy
MFH: 2021Q2 |
1.20.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.20.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.20.1_2 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
1.20.1_2 12 Jul 2020 09:30:29 |
tobik |
audio/sndio: Update to 1.7.0 |
1.20.1_1 29 Jun 2020 17:27:15 |
jhale |
Update audio/libmysofa to 1.1
Bump PORTREVISION on dependent ports due to shared library version bump |
1.20.1 19 Mar 2020 23:02:31 |
tobik |
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030 |
1.20.1 24 Jan 2020 21:08:25 |
tobik |
audio/openal-soft: Update to 1.20.1
Changes: https://raw.githubusercontent.com/kcat/openal-soft/openal-soft-1.20.1/ChangeLog |
1.20.0 30 Nov 2019 08:00:48 |
tobik |
audio/openal-soft: Limit LLD_UNSAFE to FreeBSD 12.0 again
We can unbreak the build with lld on i386 on FreeBSD > 12.0 by
passing -Wl,-z,notext to the linker. It should not make any
difference on older releases.
PR: 242307
Tested by: jbeich |
1.20.0 30 Nov 2019 01:42:01 |
tobik |
audio/openal-soft: Keep full LLD_UNSAFE for now
lld on i386 on 12.1 and up still does not link openal-soft.
PR: 242307 |
1.20.0 29 Nov 2019 22:10:30 |
tobik |
audio/openal-soft: Update to 1.20.0
- Limit LLD_UNSAFE to FreeBSD 12.0. It links fine with newer lld
versions.
Changes: https://raw.githubusercontent.com/kcat/openal-soft/openal-soft-1.20.0/ChangeLog |
1.19.1_3 29 Nov 2019 21:56:03 |
tobik |
audio/openal-soft: Pet portclippy
While here drop CONFLICTS; audio/openal is gone. |
1.19.1_3 20 Nov 2019 13:56:36 |
tobik |
audio/openal-soft: Drop workaround from r492771
The problem is no longer reproducible on the latest 12-STABLE snapshot
and it breaks the build on powerpc64 elfv2.
PR: 235603, 242107 |
1.19.1_3 31 Oct 2019 09:10:55 |
tobik |
Add missing USES to my ports, round 2 |
1.19.1_3 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.19.1_2 30 Mar 2019 20:39:03 |
tobik |
audio/openal-soft: Update WWW and MASTER_SITES
It now redirects to https://openal-soft.org. |
1.19.1_2 26 Feb 2019 12:55:57 |
tobik |
audio/openal-soft: Use Qt 5 for configuration utility |
1.19.1_1 12 Feb 2019 10:39:39 |
tobik |
audio/openal-soft: Use ld.gold instead of ld.bfd
openal-soft has stopped linking on 12-STABLE with ld.bfd. As a
workaround use ld.gold for now until we can discover why that happens
all of a sudden.
PR: 235603
Reported by: Robert Cina <transitive@gmail.com> |
1.19.1_1 25 Dec 2018 20:25:40 |
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 |
1.19.1_1 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.19.1 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
1.19.1 08 Nov 2018 12:17:23 |
tobik |
audio/openal-soft: Update to 1.19.1
- Move to new WWW
- This release comes with sndio capture support, so drop the
workaround from r472956
Changes: https://raw.githubusercontent.com/kcat/openal-soft/openal-soft-1.19.1/ChangeLog |
1.19.0 11 Sep 2018 10:35:20 |
tobik |
audio/openal-soft: Update to 1.19.0
- Add option for the new SDL2 backend
Changes: https://raw.githubusercontent.com/kcat/openal-soft/openal-soft-1.19.0/ChangeLog
ABI: https://abi-laboratory.pro/tracker/timeline/openal/ |
1.18.2_3 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.18.2_2 28 Jun 2018 17:39:55 |
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 |
1.18.2_2 21 Jun 2018 06:32:16 |
tobik |
audio/openal-soft: Cleanup options
- Drop bogus FLUIDSYNTH option (MIDI support was removed in 1.17.0)
- The sndio backend is missing capture support. This can lead to crashes
when there is no usable fallback backend available. As a workaround
always enable the OSS backend when the sndio backend is wanted.
- Prioritize sndio over OSS when it's enabled which should
make it unnecessary to fiddle with config files when building
with both SNDIO and OSS.
- Turn off dynamically loading backend libs via dlopen
- Correct lib depends
- Update pkg-descr
- Take maintainership |
1.18.2_1 01 Jun 2018 22:16:12 |
riggs |
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265 |
1.18.2 04 Oct 2017 01:11:34 |
jbeich |
audio/openal-soft: update to 1.18.2
Changes: http://kcat.strangesoft.net/openal.html#release
ABI: https://abi-laboratory.pro/tracker/timeline/openal/
MFH: 2017Q4 |
1.18.1 19 Sep 2017 05:07:08 |
jbeich |
audio/openal-soft: update to 1.18.1
- Add the EXAMPLES option
- Add a patch to fix the Jack backend for Jack 1
Changes: http://kcat.strangesoft.net/openal.html#release
ABI: https://abi-laboratory.pro/tracker/timeline/openal/
PR: 222437
Submitted by: kdrakehp@zoho.com
MFH: 2017Q3 |
1.18.0_2 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.18.0_1 30 Aug 2017 19:40:14 |
emaste |
audio/openal-soft: set LLD_UNSAFE
Linking with LLD currently fails due to preemption of symbols with
protected visibility in a shared object:
/usr/bin/ld: error: cannot preempt symbol: alIsExtensionPresent
>>> defined in libopenal.so.1.18.0
>>> referenced by examples/altonegen.c
>>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
/usr/bin/ld: error: cannot preempt symbol: alcGetCurrentContext
>>> defined in libopenal.so.1.18.0
>>> referenced by examples/altonegen.c
>>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main)
(Only the first 15 lines of the commit message are shown above ) |
1.18.0_1 18 Aug 2017 19:34:29 |
swills |
audio/openal-soft: remove EXAMPLES option
Avoid dependency loop with ffmpeg
Reported by: truckman
Pointyhat to: swills |
1.18.0 18 Aug 2017 16:34:13 |
swills |
audio/openal-soft: Update to 1.18.0, Add EXAMPLES and OSS options
PR: 220931
Submitted by: Yuri Victorovich <yuri@rawbw.com> |
1.17.2_2 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.17.2_1 05 Feb 2017 13:10:05 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE |
1.17.2_1 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
1.17.2_1 07 Dec 2016 10:29:30 |
jhale |
Fix configure when JACK option is enabled
-- Found JACK: /usr/local/lib/libjack.so
CMake Error at CMakeLists.txt:988 (MESSAGE):
Failed to enabled required JACK backend
-- Configuring incomplete, errors occurred!
PR: 214249
Reported by: Grzegorz Junka <list1@gjunka.com>
Approved by: maintainer timeout |
1.17.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.17.2 23 Oct 2016 10:51:30 |
mva |
- Update to version 1.17.2
- New option JACK for Jack audio server support
PR: 213392
Submitted by: kdrakehp@zoho.com |
1.16.0_4 26 Aug 2016 17:35:57 |
pi |
audio/openal-soft: re-apply r420906
- r420919 overwrote r420906
PR: 210353, 211664
Reported by: matthew@reztek.cz |
1.16.0_3 26 Aug 2016 13:43:12 |
pi |
audio/openal-soft: Add option to enable sndio support
- This adds support for building with the sndio audio output (audio/sndio).
PR: 211664
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: mva (maintainer timeout) |
1.16.0_3 26 Aug 2016 09:31:04 |
novel |
audio/openal-soft: fix missing QT4 dependencies
PR: 210353
Submitted by: matthew@reztek.cz
Approved by: maintainer timeout (2+ months)
MFH: 2016Q3 |
1.16.0_3 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.16.0_3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.16.0_3 01 Mar 2016 16:41:13 |
danfe |
Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions). |
1.16.0_3 17 Oct 2015 16:32:53 |
danilo |
- Add a workaround for a problem caused by clang
For some reason clang is breaking the code when openal-soft is built with
optimizations. If the file alBuffer.c is built with -O1 the problem don't
happens. See https://github.com/kcat/openal-soft/issues/18
The problem seems to happen just on CURRENT due the clang version.
PR: 199488, 203818
Tested by: ohartman@zedat.fu-berlin.de
Approved by: mva
MFH: 2015Q4 |
1.16.0_2 30 May 2015 20:39:13 |
bapt |
Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken
Approved by: maintainer |
1.16.0_1 26 Oct 2014 13:33:00 |
mva |
- openal-soft requires a compiler, that understands parts of the C11
standard. This should unbreak builds on 8.x
Reported by: several people
Submitted by: Torfinn Ingolfsen <tingox@gmail.com> |
1.16.0 19 Oct 2014 07:28:28 |
mva |
- Update to version 1.16.0
This version provides
* additional and improved effects
* high- and band-pass EFX filters
* improved resampling support
* improved audio back-end support
* a GUI configuration utility (based on QT)
* and lots of other features: http://kcat.strangesoft.net/openal.html |
1.15.1_2 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
1.15.1_2 01 Jun 2014 13:03:14 |
ohauer |
- USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) |
1.15.1_2 18 Jan 2014 18:58:33 |
mva |
- Add LICENSE |
1.15.1_2 29 Sep 2013 11:31:53 |
mva |
- Enable stage support
- Convert to new LIB_DEPENDS format |
1.15.1_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.15.1_2 02 Jun 2013 18:07:32 |
mva |
- Fix broken patch from ports/178343, which might lead to broken OSS output
PR: ports/178895
Submitted by: Green Dog <fiziologus@gmail.com> |
1.15.1_1 23 May 2013 06:05:33 |
mva |
- Fix a sound distortion issue for the OSS backend
PR: ports/178343
Submitted by: Yamagi Burmeister <yamagi@yamagi.org> |
1.15.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.15.1 19 Dec 2012 07:55:03 |
mva |
- Update to 1.15.1 |
1.14_1 24 Oct 2012 18:08:50 |
mva |
- Fix OSS device detection
- Convert to OptionsNG
- Trim Makefile headers
PR: ports/173019
Submitted by: Sergei <nbspjr@gmail.com>
Feature safe: yes |
1.14 22 Apr 2012 07:53:15 |
mva |
- Unbreak build, if ffmpeg is installed.
PR: 167177
Submitted by: Kalten <kalten@gmx.at> |
1.14 21 Apr 2012 13:22:09 |
mva |
- Update to version 1.14 |
1.13 14 Nov 2011 03:26:46 |
rakuco |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
1.13 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.13 03 Apr 2011 07:33:37 |
mva |
- Update to 1.13.0 |
1.12.854_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.12.854_1 21 Sep 2010 05:39:17 |
mva |
- Fix typo. |
1.12.854_1 20 Sep 2010 21:36:29 |
mva |
- Install configuration file and make proper use of it
PR: ports/150744
Submitted by: <swell.k@gmail.com> |
1.12.854 20 Sep 2010 05:06:57 |
mva |
- Remove superfluous -lrt linkage.
PR: ports/150717
Submitted by: <swell.k@gmail.com> |
1.12.854 01 Apr 2010 17:00:50 |
mva |
- Update to 1.12.854. |
1.11.753 21 Jan 2010 18:57:08 |
mva |
- Update to 1.11.753.
Approved by: miwi (mentor implicit) |
1.10.622 25 Dec 2009 13:52:45 |
mva |
- Update to 1.10.622
Approved by: miwi (mentor) |
1.9.563 03 Oct 2009 09:41:27 |
mva |
Fix build for pulseaudio and previously installed openal versions
Approved by: miwi (mentor) |
1.9.563 29 Sep 2009 18:15:07 |
mva |
Update to 1.9.563
Approved by: miwi (mentor)
Feature safe: yes |
1.8.466 05 Jul 2009 20:25:36 |
mva |
Update to 1.8.466
Approved by: miwi (mentor) |
1.7.411_1 04 May 2009 19:13:29 |
mva |
Fixed plist entries for audio/openal and audio/openal-soft (if audio/freealut is
still around).
Approved by: miwi (mentor) |
1.7.411_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
1.7.411 18 Mar 2009 20:28:17 |
mva |
Update to 1.7.411.
Approved by: miwi (mentor) |
1.6.372 19 Feb 2009 21:45:43 |
mva |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
1.6.372 02 Feb 2009 09:31:47 |
beech |
OpenAL Soft is a software implementation of the OpenAL 3D audio API and an
alternative to the somewhat outdated reference implementation.
As stated on the website, OpenAL provides capabilities for playing audio in a
virtual 3d environment. Distance attenuation, doppler shift, and directional
sound emitters are among the features handled by the API. More advanced
effects, including air absorption, low-pass filters, and reverb, are
available through the EFX extension. It also facilitates streaming audio,
multi-channel buffers, and audio capture.
WWW: http://kcat.strangesoft.net/openal.html
PR: ports/131260
Submitted by: Marcus von Appen <mva at sysfault.org> |