Commit graph

62 commits

Author SHA1 Message Date
Tobias Kortkamp
4364cbdd48 audio/fluidsynth: Update to v2.1.1
Also fix LADSPA option which was silently failing because ladspa.h
could not be found.

Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.1
PR:		244300
Approved by:	multimedia (tcberner)
2020-02-22 11:53:16 +00:00
Tobias Kortkamp
15714eddaa audio/fluidsynth: Update to v2.1.0
Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.1.0
PR:		242348
Approved by:	multimedia (tcberner)
2019-12-02 06:36:12 +00:00
Tobias C. Berner
5613cb3532 audio/fluidsynth: update to 2.0.8
Changelog:
   * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to
     @swesterfeld) fix voices being mixed incorrectly, causing audible crackle
   * esp. at sample-rates >48kHz (#580)
   * make sure that defining NDEBUG disables assertions
2019-11-03 08:42:13 +00:00
Thomas Zander
94cf2bb4bd Update to upstream version 2.0.7
PR:		240890
Submitted by:	tobik
2019-09-29 10:01:13 +00:00
Thomas Zander
3a8904a687 Update to upstream version 2.0.6
Details:
- Bug fixes, see changelog:
  https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.6

MFH:		2019Q3 (hat: ports-secteam)
2019-08-20 15:37:57 +00:00
Tobias Kortkamp
2d12180ae6 audio/fluidsynth: Update to 2.0.5
Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.5
PR:		237363
Submitted by:	tobik
Approved by:	multimedia (tcberner)
2019-04-19 09:19:25 +00:00
Tobias Kortkamp
cdd450e1ef audio/fluidsynth: Update to 2.0.4
Changes:	https://github.com/FluidSynth/fluidsynth/releases/tag/v2.0.4
PR:		237363
Submitted by:	tobik
Approved by:	multimedia (tcberner)
2019-04-19 04:21:57 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Thomas Zander
9cdfc5987e Update to upstream version 2.0.3
While on it:
- Pet portlint

PR:		233448
Submitted by:	yuri
Reviewed by:	tobik
2019-03-02 16:46:58 +00:00
Thomas Zander
59c613cbf7 Updtate to upstrem version.
PR:		228265
Submitted by:	takefu@airport.fm
Reviewed by:	riggs
Approved by:	multimedia@ (riggs)
2018-06-01 21:44:32 +00:00
Dmitry Marakasov
c33f72ca5b - Fix LICENSE
- Pet portlint
- Switch to opt_CMAKE_BOOL

Approved by:	portmgr blanket
2018-05-07 13:55:33 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Thomas Zander
b66d245e9b Add default OPTION for READLINE so users can disable it for custom builds
PR:		213513
Reported by:	rozhuk.im@gmail.com
MFH:		2017Q1
2017-03-04 12:08:58 +00:00
Thomas Zander
c981ff6de0 Bump PORTREVISION (due to changed OPTIONS set in the previous commit) 2016-12-17 17:08:42 +00:00
Thomas Zander
d08a087ea4 Add SNDIO support and non-default OPTION
PR:		212838
Submitted by:	t@tobik.me
2016-12-17 13:41:32 +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
Antoine Brodin
763d60e203 - Add back part of LDFLAGS removed in r387982, it's needed to link at least
on FreeBSD 9.3:
fluid_sys.c:(.text+0xced): undefined reference to `pthread_setschedparam'

- While here, fix a typo in an option helper
2015-05-31 07:18:00 +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
John Marino
112f62e6b9 audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 21:37:39 +00:00
Thomas Zander
c9fdd43a1e Fix build failure with non-default ALSA option
PR:		196163
Submitted by:	mi@ALDAN.algebra.com
MFH:		2015Q1
2015-01-04 18:24:22 +00:00
Dmitry Marakasov
f230b4e4ca - Fix build with PORTAUDIO option enabled in presence of old portaudio by always prepending portaudio2 include/link paths [1]
- While here, add LICENSE_FILE

Approved by:	kwm [1] (via irc)
2014-11-20 13:09:20 +00:00
Baptiste Daroussin
bbef49d4cf Cleanup plist 2014-09-22 09:49:39 +00:00
Dmitry Marakasov
ad3b00da50 - Mark broken when portaudio(2) support is requested and portaudio(1) is installed: doesn't build
Approved by:	portmgr blanket
2014-07-25 19:02:17 +00:00
Dmitry Marakasov
c48c4a1ca0 - Switch audio/lash to USES=libtool, drop .la files
- Add required LIBS
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-06-20 12:15:46 +00:00
Baptiste Daroussin
abc4e01c43 use USES=tar:bzip2 2014-04-25 12:55:34 +00:00
Baptiste Daroussin
254efb3968 Prefer ninja over make(1) 2014-01-07 13:23:54 +00:00
Baptiste Daroussin
42f94ef9b4 Stagify
Use options helpers
2013-10-04 16:57:30 +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
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
a215727686 Convert USE_PKGCONFIG -> USES=pkgconf for audio category 2013-04-22 23:19:08 +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
Martin Wilke
219658944f - Update to 1.1.6
PR:		171958
Submitted by:	ports fury
2013-02-04 09:34:00 +00:00
Baptiste Daroussin
72ae5b1a39 Convert audio/jack and fluidsynth to only build depend on pkgconf, track
dependency impact
2012-10-06 10:42:36 +00:00
Baptiste Daroussin
d192c12c85 Convert to new options framework 2012-05-30 11:14:34 +00:00
Martin Wilke
312ef6a405 - Add missing patches
Feature safe: yes
2011-11-18 20:08:25 +00:00
Martin Wilke
151664cac4 - Update to 1.5.1
PR:		161631
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-18 20:07:20 +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
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Sylvio Cesar Teixeira
3437b25c5c - Fixed problem with games/scumm when compiled with option fluidsynth.
PR:		146121
Submitted by:	Oliver Herold <oh@fixmbr.de>
2010-05-09 00:05:02 +00:00
Martin Wilke
138f5d455d - Update to 1.1.1
PR:		142312
Submitted by:	Ports Fury
2010-01-04 23:14:28 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Pav Lucistnik
efcf49406f - Update to 1.0.8
PR:		ports/118259
Submitted by:	Dmitry Klimov <lazyklimm@gmail.com>
2007-12-19 12:36:10 +00:00
Michael Johnson
34d361776d - Transfer maintainership to multimedia@
- Make jack-audio support on by default (per configure script)
- add OPTIONS
2007-06-24 23:12:45 +00:00
Cheng-Lung Sung
ab63f5bd0b - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 10:08:25 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Marcus Alves Grando
b087037379 - Update to 1.0.7a
- portlint(1)

PR:		93652
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2006-02-22 19:53:23 +00:00
Pav Lucistnik
6329c4d7f9 - Add some SHA256 checksums 2005-11-23 23:29:54 +00:00