The NetBSD Project

CVS log for pkgsrc/audio/fluidsynth/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / fluidsynth

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 30 14:21:30 2024 UTC (8 weeks, 2 days ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (unified) to selected 1.13 (unified)

*: Recursive revbump from audio/pulseaudio-17.0

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 7 15:30:18 2023 UTC (9 months, 3 weeks ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (unified) to selected 1.13 (unified)

audio/fluidsynth: Fix bl3 file

Provide file "bin/fluidsynth" for target "FluidSynth::fluidsynth"
in "lib/cmake/fluidsynth/FluidSynthTargets.cmake".

Revision 1.24 / (download) - annotate - [select for diffs], Sat May 6 19:08:45 2023 UTC (10 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified) to selected 1.13 (unified)

*: Recursive revbump from audio/libopus 1.4

Revision 1.23 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:03 2022 UTC (18 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (unified) to selected 1.13 (unified)

*: bump PKGREVISION for flac shlib bump

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:02 2022 UTC (19 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (unified) to selected 1.13 (unified)

Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 2 16:53:05 2022 UTC (20 months, 3 weeks ago) by ryoon
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (unified) to selected 1.13 (unified)

*: Recursive revbump from audio/pulseaudio

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 28 10:43:32 2022 UTC (2 years ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (unified) to selected 1.13 (unified)

a*/*: revbump(1) for libsndfile

Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 23 20:33:18 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.18: +25 -1 lines
Diff to previous 1.18 (unified) to selected 1.13 (unified)

fluidsynth: add missing optional dependencies to bl3.mk

Revision 1.18 / (download) - annotate - [select for diffs], Mon Dec 13 12:40:56 2021 UTC (2 years, 3 months ago) by nia
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (unified) to selected 1.13 (unified)

fluidsynth: dependencies need libsndfile to link

Revision 1.17 / (download) - annotate - [select for diffs], Wed Dec 8 16:01:43 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified) to selected 1.13 (unified)

revbump for icu and libffi

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 5 10:54:15 2021 UTC (2 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (unified) to selected 1.13 (unified)

fluidsynth: update to 2.2.0.

This release breaks ABI compatibility! Refer to the API docs for details.

A C++98 compliant compiler is now required to build fluidsynth (mailing list thread)

New features

    Support loading SoundFonts >2GiB on Windows (#629)
    Major overhaul of the sequencer and its event queue (#604)
        Overlapping notes can be handled (#637)
        Performance improvement, since the event queue no longer blocks the rendering thread
        Time scale is not limited to 1000 anymore and can therefore be used for tempo changes
    The following audio drivers have gained multi-channel support
        DSound (#667, thanks to @jjceresa)
        WaveOut (#667, thanks to @jjceresa)
    The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa)
    Handle GS DT1 SysEx messages for setting whether a channel is used for rhythm part (#708, thanks to @chirs241097)
    Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg)
    Improved support for overriding tempo of the MIDI player (#711, #713, thanks to @jjceresa)
    Handle settings-related commands in user command file before initializing other objects (#739)
    SoundFont loading has been parallelized (#746, #812, requires openMP)
    The Oboe driver has gained a lower latency and other updates (#740, #741, #747)
    WASAPI driver has been added (#754, thanks to @chirs241097)

General

    Fix race condition in fluid_player_callback (#783, thanks to @arcln)
    Improvements to LADSPA subsystem (#795, thanks to @mawe42)

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:24 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (unified) to selected 1.13 (unified)

*: recursive bump for libffi

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jul 17 12:24:41 2013 UTC (10 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

catch up to changes in Makefile
 (devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)

Revision 1.13 / (download) - annotate - [selected], Sat Sep 15 10:03:35 2012 UTC (11 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:04 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (unified) to selected 1.13 (unified)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 27 13:24:13 2012 UTC (12 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (unified) to selected 1.13 (unified)

Fixed building on Mac OS X

Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 6 12:39:21 2012 UTC (12 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified) to selected 1.13 (unified)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 5 22:49:13 2012 UTC (12 years, 1 month ago) by sbd
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (unified) to selected 1.13 (unified)

Add missing devel/glib2 buildlink to the buildlink3.mk file.

Bump BUILDLINK_ABI_DEPENDS

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 20 00:58:05 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (unified) to selected 1.13 (unified)

Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 20 19:23:53 2009 UTC (15 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.6: +6 -13 lines
Diff to previous 1.6 (unified) to selected 1.13 (unified)

Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 8 23:10:35 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified) to selected 1.13 (unified)

Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 8 22:38:59 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified) to selected 1.13 (unified)

Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:00 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified) to selected 1.13 (unified)

Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 6 06:21:34 2006 UTC (17 years, 11 months ago) by reed
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified) to selected 1.13 (unified)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 19 18:26:43 2006 UTC (18 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified) to selected 1.13 (unified)

Changes 1.0.7:
LASH support has been added.
Improved command line argument handling.
AMD-64 bugfixes
Few synthesis bugfixes.
Other miscellaneous improvements.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Apr 25 13:53:37 2005 UTC (18 years, 11 months ago) by adam
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified) to selected 1.13 (unified)

FluidSynth is a real-time software synthesiser based on the SoundFont 2 spec

Revision 1.1 / (download) - annotate - [select for diffs], Mon Apr 25 13:53:37 2005 UTC (18 years, 11 months ago) by adam
Branch: MAIN
Diff to selected 1.13 (unified)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>