The NetBSD Project

CVS log for pkgsrc/audio/ladspa/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.22 / (download) - annotate - [select for diffs], Sat May 6 19:09:00 2023 UTC (4 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

*: Recursive revbump from audio/libopus 1.4

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jan 28 18:19:59 2023 UTC (8 months ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (colored)

ladspa: Fix building failure with PREFER_PKGSRC=yes

pkgsrc changes:
---------------
  * Add blk3 of terminfo to fix a linking error about ncurses.
  * Bump revision

Revision 1.20 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:18 2022 UTC (12 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

*: bump PKGREVISION for flac shlib bump

Revision 1.19 / (download) - annotate - [select for diffs], Sat Apr 23 21:18:09 2022 UTC (17 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored)

ladspa: distfile changed on master site, add DIST_SUBDIR

No change in extracted files so no revision bump.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 28 10:43:34 2022 UTC (18 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

a*/*: revbump(1) for libsndfile

Revision 1.17 / (download) - annotate - [select for diffs], Mon Nov 1 20:30:27 2021 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

ladspa: update to 1.17.

Version 1.16 - 3 Sep 2021


  Change applyplugin to use libsndfile.

  Fix URL in documentation.

  Fix so delay can handle a delay of zero.



Version 1.17 - 9 Sep 2021


  Simplify, and hopefully accelerate, clip checking code in applyplugin.

  Improved usage message.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Oct 5 17:39:38 2019 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, 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, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.15: +21 -17 lines
Diff to previous 1.15 (colored)

ladspa: Update to 1.15

Version 1.14 - 3 Jan 2019

    Rename Makefile.
    Modernise C++ #include style.
    Make some globals static.
    Use mkdir -p rather than mkdirhier during build.
    Use GCC export map to ensure only the ladspa_descriptor() exported.
    Put libraries at the end of link instructions.
    Package with version number in archive and directory names.
    Tweaks to documentation processing.
    Fix bug in LADSPA plugin search which did not handle shared libraries that are not plugins correctly.
    Introduce a default LADSPA plugin search path.

Version 1.15 - 6 Jan 2019

    Perform macro string expansion in C code rather than in Makefile for better portability.
    Modernise init()/fini() style in GNU C plugin builds (not C++), tweak link line to correspond.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jul 15 22:58:50 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

ladspa: various portability improvements from clément bouvier

* Add libtool support in install and build targets
* Add libtool support to test target
* Add endian.h header for macosx
* Bump PKGREVISION

closes PR pkg/54368

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 16 15:05:31 2017 UTC (5 years, 10 months ago) by khorben
Branch: MAIN
CVS Tags: 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
Changes since 1.13: +9 -3 lines
Diff to previous 1.13 (colored)

More generic fix for CFLAGS and LDFLAGS for audio/ladspa

In the C plug-ins, mark the constructor and destructor functions as
such. While there, comment out a new target to run the tests; they are
broken, but not because of this modification. This allows us to use
cc(1) to link the plug-ins, thus working around a bug in the cwrappers
for ld(1).

Bump PKGREVISION, since this generates a different binary now that SSP
and FORTIFY are enabled.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 15 18:12:51 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

Fix LDFLAGS handling. Fixes RELRO build.

Funny how LDFLAGS passed to ld(1) doesn't work.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:40 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: 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, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.11: +1 -3 lines
Diff to previous 1.11 (colored)

"user-destdir" is default these days

Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 16 14:17:44 2009 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, 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
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Update to 1.13, set LICENSE.
Changes undocumented.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jul 7 15:23:05 2009 UTC (14 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

user-destdir support

Revision 1.9 / (download) - annotate - [select for diffs], Sat Sep 9 02:41:55 2006 UTC (17 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, 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.8: +2 -2 lines
Diff to previous 1.8 (colored)

Rename variable MAKEFILE to MAKE_FILE.

Revision 1.8 / (download) - annotate - [select for diffs], Fri May 12 22:43:46 2006 UTC (17 years, 4 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Set INSTALLATION_DIRS to create directories before installing files into
them.

Revision 1.7 / (download) - annotate - [select for diffs], Tue May 9 16:46:07 2006 UTC (17 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Uses C++.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:56 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:10 2006 UTC (17 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.4 / (download) - annotate - [select for diffs], Sun May 22 20:07:38 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:53 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 31 17:17:06 2005 UTC (18 years, 6 months ago) by minskim
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

Use dlopen.buildlink3.mk to build on platforms with libdl.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jan 12 13:57:49 2005 UTC (18 years, 8 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of ladspa-1.12 from pkgsrc-wip.

Many audio synthesis and recording packages are in use or in
development. These work in many different ways. LADSPA
provides a standard way for `plugin' audio processors to be used with
a wide range of these packages.

For instance, this allows a developer to make a reverb program and
bundle it into a LADSPA `plugin library.' Ordinary users can then use
this reverb within any LADSPA-friendly audio application.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 12 13:57:49 2005 UTC (18 years, 8 months ago) by xtraeme
Branch: MAIN

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>