aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* audio/openal-soft: update to 1.18.2Jan Beich2017-10-041-1/+1
| | | | | | | | | Changes: http://kcat.strangesoft.net/openal.html#release ABI: https://abi-laboratory.pro/tracker/timeline/openal/ MFH: 2017Q4 Notes: svn path=/head/; revision=451176
* audio/openal-soft: update to 1.18.1Jan Beich2017-09-191-3/+8
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=450103
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* audio/openal-soft: set LLD_UNSAFEEd Maste2017-08-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) /usr/bin/ld: error: cannot preempt symbol: alcGetContextsDevice >>> defined in libopenal.so.1.18.0 >>> referenced by examples/altonegen.c >>> CMakeFiles/altonegen.dir/examples/altonegen.c.o:(main) ... (Ports that depend on audio/openal-soft may also need to be tagged with LLD_UNSAFE.) PR: 219089 Approved by: kwm Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=448999
* audio/openal-soft: remove EXAMPLES optionSteve Wills2017-08-181-5/+2
| | | | | | | | | | Avoid dependency loop with ffmpeg Reported by: truckman Pointyhat to: swills Notes: svn path=/head/; revision=448269
* audio/openal-soft: Update to 1.18.0, Add EXAMPLES and OSS optionsSteve Wills2017-08-181-7/+12
| | | | | | | | PR: 220931 Submitted by: Yuri Victorovich <yuri@rawbw.com> Notes: svn path=/head/; revision=448257
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* - Fix LICENSEDmitry Marakasov2017-02-051-2/+3
| | | | | | | - Add LICENSE_FILE Notes: svn path=/head/; revision=433401
* Reset mva@'s ports, he handed in his ports bit.Rene Ladan2017-01-221-1/+1
| | | | Notes: svn path=/head/; revision=432169
* Fix configure when JACK option is enabledJason E. Hale2016-12-071-3/+3
| | | | | | | | | | | | | | -- 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 Notes: svn path=/head/; revision=428046
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=426566
* - Update to version 1.17.2Marcus von Appen2016-10-231-7/+10
| | | | | | | | | | - New option JACK for Jack audio server support PR: 213392 Submitted by: kdrakehp@zoho.com Notes: svn path=/head/; revision=424510
* audio/openal-soft: re-apply r420906Kurt Jaeger2016-08-261-2/+2
| | | | | | | | | | - r420919 overwrote r420906 PR: 210353, 211664 Reported by: matthew@reztek.cz Notes: svn path=/head/; revision=420937
* audio/openal-soft: Add option to enable sndio supportKurt Jaeger2016-08-261-2/+5
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=420919
* audio/openal-soft: fix missing QT4 dependenciesRoman Bogorodskiy2016-08-261-1/+1
| | | | | | | | | | PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) MFH: 2016Q3 Notes: svn path=/head/; revision=420906
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Add FLUIDSYNTH option generic description, and remove ad-hoc setting inAlexey Dokuchaev2016-03-011-2/+1
| | | | | | | ports where it is applicable (alongside with other shared descriptions). Notes: svn path=/head/; revision=409886
* - Add a workaround for a problem caused by clangDanilo Egea Gondolfo2015-10-171-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=399540
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-7/+3
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=387982
* - openal-soft requires a compiler, that understands parts of the C11Marcus von Appen2014-10-261-1/+2
| | | | | | | | | | standard. This should unbreak builds on 8.x Reported by: several people Submitted by: Torfinn Ingolfsen <tingox@gmail.com> Notes: svn path=/head/; revision=371503
* - Update to version 1.16.0Marcus von Appen2014-10-191-20/+34
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=371169
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* - Add LICENSEMarcus von Appen2014-01-181-0/+2
| | | | Notes: svn path=/head/; revision=340203
* - Enable stage supportMarcus von Appen2013-09-291-2/+1
| | | | | | | - Convert to new LIB_DEPENDS format Notes: svn path=/head/; revision=328680
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Fix broken patch from ports/178343, which might lead to broken OSS outputMarcus von Appen2013-06-021-1/+1
| | | | | | | | PR: ports/178895 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=319704
* - Fix a sound distortion issue for the OSS backendMarcus von Appen2013-05-231-0/+1
| | | | | | | | PR: ports/178343 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Notes: svn path=/head/; revision=318843
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update to 1.15.1Marcus von Appen2012-12-191-4/+5
| | | | Notes: svn path=/head/; revision=309225
* - Fix OSS device detectionMarcus von Appen2012-10-241-10/+7
| | | | | | | | | | | | - Convert to OptionsNG - Trim Makefile headers PR: ports/173019 Submitted by: Sergei <nbspjr@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306351
* - Unbreak build, if ffmpeg is installed.Marcus von Appen2012-04-221-1/+1
| | | | | | | | PR: 167177 Submitted by: Kalten <kalten@gmx.at> Notes: svn path=/head/; revision=295238
* - Update to version 1.14Marcus von Appen2012-04-211-1/+1
| | | | Notes: svn path=/head/; revision=295186
* Remove CMAKE_USE_PTHREAD from the ports using it.Raphael Kubo da Costa2011-11-141-1/+0
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=285744
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Update to 1.13.0Marcus von Appen2011-04-031-2/+1
| | | | Notes: svn path=/head/; revision=272140
* - Fix typo.Marcus von Appen2010-09-211-1/+1
| | | | Notes: svn path=/head/; revision=261517
* - Install configuration file and make proper use of itMarcus von Appen2010-09-201-1/+9
| | | | | | | | PR: ports/150744 Submitted by: <swell.k@gmail.com> Notes: svn path=/head/; revision=261507
* - Update to 1.12.854.Marcus von Appen2010-04-011-1/+1
| | | | Notes: svn path=/head/; revision=251976
* - Update to 1.11.753.Marcus von Appen2010-01-211-1/+1
| | | | | | | Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248283
* - Update to 1.10.622Marcus von Appen2009-12-251-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=246590
* Fix build for pulseaudio and previously installed openal versionsMarcus von Appen2009-10-031-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=242405
* Update to 1.9.563Marcus von Appen2009-09-291-1/+1
| | | | | | | | Approved by: miwi (mentor) Feature safe: yes Notes: svn path=/head/; revision=242237
* Update to 1.8.466Marcus von Appen2009-07-051-3/+15
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=237187
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* Update to 1.7.411.Marcus von Appen2009-03-181-2/+3
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=230376
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* OpenAL Soft is a software implementation of the OpenAL 3D audio API and anBeech Rintoul2009-02-021-0/+24
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> Notes: svn path=/head/; revision=227437