The NetBSD Project

CVS log for pkgsrc/audio/csound5/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / audio / csound5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Thu Mar 15 11:53:20 2012 UTC (2 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Bump PKGREVISION from default python to 2.7.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 3 00:12:38 2012 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

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

Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 6 12:39:20 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

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.20 / (download) - annotate - [select for diffs], Sun Feb 5 22:49:37 2012 UTC (3 months, 2 weeks ago) by sbd
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive PKGREVISION bump for audio/fluidsynth BUILDLINK_ABI_DEPENDS bump.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 4 07:00:11 2012 UTC (3 months, 2 weeks ago) by sbd
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Add control plugin

Bump PKGREVISION

Revision 1.18 / (download) - annotate - [select for diffs], Wed Sep 7 12:42:02 2011 UTC (8 months, 2 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.17: +10 -8 lines
Diff to previous 1.17 (colored)

* LICENSE=gnu-lgpl-v2.1.
* use install.py instead os SCons for staged installation support.
* drop to build python binding.

Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:51 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 7 09:23:10 2011 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -5 lines
Diff to previous 1.15 (colored)

Revert most parts of previous, obache notes correctly it does not
work because everything is rebuilt when prefix changes.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 7 08:37:24 2011 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.14: +7 -3 lines
Diff to previous 1.14 (colored)

Support destdir installation.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:00 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:24 2010 UTC (16 months, 4 weeks ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jun 13 22:43:48 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 10 19:17:32 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump revision for PYTHON_VERSION_DEFAULT change.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:37 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 7 07:36:53 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:08 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

bump revision because of graphics/jpeg update

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 20 00:58:05 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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

Reported by Robert Elz in PR 41345.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 21 13:22:43 2009 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

PKGREVISION bump for libsndfile ABI depends bump.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 22 19:26:05 2007 UTC (5 years, 2 months ago) by wiz
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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 7 12:25:50 2007 UTC (5 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 15 14:34:19 2006 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Reset maintainer, ben@ has resigned.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 4 14:17:51 2006 UTC (5 years, 8 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

Fix the csound5 install phase.

At some point, pkgsrc started setting a different MAKE_ENV in the
install phase than in the build phase.  This caused scons to report that
"the build action changed", which caused scons to rebuild csound5 and
install it with a broken configuration.

This hack saves MAKE_ENV to a file in WRKDIR, then uses that file to set
the environment in the install phase.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun May 21 22:46:22 2006 UTC (6 years ago) by ben
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of csound5 version 5.01, a software synthesizer and
sequencer.

Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V.  It consists
of an orchestra- and score-driven executable, written in C for
portability.  Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.

To do:
- fix pthread issues in csound5 (is breaking realtime audio)
- use options.mk framework for various modules
- enable portaudio module (requires audio/portaudio-devel)
- port portmidi to netbsd

Revision 1.1 / (download) - annotate - [select for diffs], Sun May 21 22:46:22 2006 UTC (6 years ago) by ben
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>