Commit graph

52 commits

Author SHA1 Message Date
Jan Beich
cc8104b837 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
2017-10-04 01:11:34 +00:00
Jan Beich
994282d617 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
2017-09-19 05:07:08 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Ed Maste
e004c3b00c 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)

/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
2017-08-30 19:40:14 +00:00
Steve Wills
0199b71ed4 audio/openal-soft: remove EXAMPLES option
Avoid dependency loop with ffmpeg

Reported by:	truckman
Pointyhat to:	swills
2017-08-18 19:34:29 +00:00
Steve Wills
300f029bc7 audio/openal-soft: Update to 1.18.0, Add EXAMPLES and OSS options
PR:		220931
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-08-18 16:34:13 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Dmitry Marakasov
af4fdaea20 - Fix LICENSE
- Add LICENSE_FILE
2017-02-05 13:10:05 +00:00
Rene Ladan
e132ea6fc3 Reset mva@'s ports, he handed in his ports bit. 2017-01-22 22:27:54 +00:00
Jason E. Hale
b6a6a333ba 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
2016-12-07 10:29:29 +00:00
Gerald Pfeifer
89f8b05214 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.
2016-11-20 09:38:08 +00:00
Marcus von Appen
3e28933c03 - Update to version 1.17.2
- New option JACK for Jack audio server support

PR:		213392
Submitted by:	kdrakehp@zoho.com
2016-10-23 10:51:30 +00:00
Kurt Jaeger
2c52903c3d audio/openal-soft: re-apply r420906
- r420919 overwrote r420906

PR:		210353, 211664
Reported by:	matthew@reztek.cz
2016-08-26 17:35:57 +00:00
Kurt Jaeger
4b1d7a1e2d 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)
2016-08-26 13:43:12 +00:00
Roman Bogorodskiy
3d5b663b5c audio/openal-soft: fix missing QT4 dependencies
PR:		210353
Submitted by:	matthew@reztek.cz
Approved by:	maintainer timeout (2+ months)
MFH:		2016Q3
2016-08-26 09:31:04 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Alexey Dokuchaev
cd06f7ccc0 Add FLUIDSYNTH option generic description, and remove ad-hoc setting in
ports where it is applicable (alongside with other shared descriptions).
2016-03-01 16:41:13 +00:00
Danilo Egea Gondolfo
298fcb52ef - 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
2015-10-17 16:32:52 +00:00
Baptiste Daroussin
3fef6c52f0 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
2015-05-30 20:39:12 +00:00
Marcus von Appen
018be0de95 - 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>
2014-10-26 13:32:59 +00:00
Marcus von Appen
6488eeb32e - 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
2014-10-19 07:28:28 +00:00
Jimmy Olgeni
37e782dfbc 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)
2014-06-09 11:21:52 +00:00
Olli Hauer
886a9071a1 - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz) 2014-06-01 13:03:14 +00:00
Marcus von Appen
b6941f3291 - Add LICENSE 2014-01-18 18:58:32 +00:00
Marcus von Appen
83e8407ad1 - Enable stage support
- Convert to new LIB_DEPENDS format
2013-09-29 11:31:53 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Marcus von Appen
c3cea8c93f - Fix broken patch from ports/178343, which might lead to broken OSS output
PR:		ports/178895
Submitted by:	Green Dog <fiziologus@gmail.com>
2013-06-02 18:07:32 +00:00
Marcus von Appen
04e72495da - Fix a sound distortion issue for the OSS backend
PR:		ports/178343
Submitted by:	Yamagi Burmeister <yamagi@yamagi.org>
2013-05-23 06:05:32 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Marcus von Appen
aad29da8b1 - Update to 1.15.1 2012-12-19 07:55:02 +00:00
Marcus von Appen
7a8f18dc89 - Fix OSS device detection
- Convert to OptionsNG
- Trim Makefile headers

PR:		ports/173019
Submitted by:	Sergei <nbspjr@gmail.com>
Feature safe:	yes
2012-10-24 18:08:50 +00:00
Marcus von Appen
d074d77aa3 - Unbreak build, if ffmpeg is installed.
PR:		167177
Submitted by:	Kalten <kalten@gmx.at>
2012-04-22 07:53:15 +00:00
Marcus von Appen
344556ee06 - Update to version 1.14 2012-04-21 13:22:09 +00:00
Raphael Kubo da Costa
6fd8cb7810 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
2011-11-14 03:26:46 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Marcus von Appen
a227f4751a - Update to 1.13.0 2011-04-03 07:33:37 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Marcus von Appen
ffc1df944b - Fix typo. 2010-09-21 05:39:17 +00:00
Marcus von Appen
1512448ae3 - Install configuration file and make proper use of it
PR:		ports/150744
Submitted by:	<swell.k@gmail.com>
2010-09-20 21:36:29 +00:00
Marcus von Appen
4adca64c85 - Remove superfluous -lrt linkage.
PR:		ports/150717
Submitted by:	<swell.k@gmail.com>
2010-09-20 05:06:57 +00:00
Marcus von Appen
8e604ae7c6 - Update to 1.12.854. 2010-04-01 17:00:50 +00:00
Marcus von Appen
b67815e9a3 - Update to 1.11.753.
Approved by:	miwi (mentor implicit)
2010-01-21 18:57:08 +00:00
Marcus von Appen
1169d12d7c - Update to 1.10.622
Approved by:	miwi (mentor)
2009-12-25 13:52:45 +00:00
Marcus von Appen
ed9cac585c Fix build for pulseaudio and previously installed openal versions
Approved by:	miwi (mentor)
2009-10-03 09:41:27 +00:00
Marcus von Appen
e2274d9fac Update to 1.9.563
Approved by:	miwi (mentor)
Feature safe:	yes
2009-09-29 18:15:07 +00:00
Marcus von Appen
a670c9a1e1 Update to 1.8.466
Approved by:	miwi (mentor)
2009-07-05 20:25:36 +00:00
Marcus von Appen
6d701dafa8 Fixed plist entries for audio/openal and audio/openal-soft (if audio/freealut is still around).
Approved by:	miwi (mentor)
2009-05-04 19:13:29 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Marcus von Appen
94da7e9931 Update to 1.7.411.
Approved by:	miwi (mentor)
2009-03-18 20:28:17 +00:00