Commit graph

85 commits

Author SHA1 Message Date
obache
a170ca136b recursive bump from hdf5 shlib major bump. 2013-09-01 12:14:06 +00:00
asau
2fead99d50 "user-destdir" is default these days 2012-09-11 23:59:21 +00:00
adam
d874e3b79e Fix building on Mac OS X 2012-06-22 20:31:47 +00:00
wiz
112ef2079a Update to 1.0.25:
(SA45125 was already fixed in the package)

Version 1.0.25 (2011-07-13)
  * Fix for Secunia Advisory SA45125, heap overflow in PAF file handler.
  * Accept broken WAV files with blockalign == 0.
  * Minor bug fixes and improvements.
2011-08-06 10:23:16 +00:00
drochner
976ea53181 add patch from upstream to fix crash by invalid PAF files
(DOS problem, SA45125)
bump PKGREV
2011-07-14 09:49:01 +00:00
adam
191fa6ab55 Changes 1.0.24:
WAV files are now written with an 18 byte u-law and A-law fmt chunk. A document
on virtual I/O functionality was added. Two new methods were added in
sndfile.hh. A fix was made for a non-zero SSND offset values on AIFF. Minor bug
fixes and improvements were done.
2011-03-23 21:14:31 +00:00
adam
0b657426e7 Changes 1.0.23:
* Minor bug fixes.
2010-10-16 08:23:04 +00:00
asau
dfc6889736 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
tnn
f7f3bbc833 drop MAKE_JOBS_SAFE=no, built ok with 64 jobs. 2010-02-06 14:38:27 +00:00
heinz
3600be0608 Enabled test target. 2010-01-24 17:26:21 +00:00
wiz
efa2c4d960 Update to 1.0.21:
Version 1.0.21 (2009-12-13)
  * Add a couple of new binary programs to programs/ dir.
  * Remove sndfile-jackplay (now in sndfile-tools package).
  * Add windows only function sf_wchar_open().
  * Bunch of minor bug fixes.

(The last entry sums up at least the DOS patches we had in pkgsrc.)
2009-12-15 11:08:38 +00:00
asau
6754aacfb8 Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
2009-12-03 13:06:51 +00:00
sketch
80ddce6b04 Use -features=extensions with sunpro C++ to get __func__ 2009-09-18 13:29:31 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
tron
9aa5b7cac8 Set the license type to "gnu-lgpl-v2.1". 2009-06-08 09:32:16 +00:00
tron
64d47286eb Add upstream patch (taken from Debian bug report) to fix crashes
caused by bad audio files.
2009-06-08 09:30:17 +00:00
adam
a7cc7ddb05 Changes 1.0.20:
* Fix potential heap overflow in VOC file parser.
2009-05-14 12:58:27 +00:00
wiz
a512747108 pkglint fix -- use -e in SUBST_SED. 2009-05-02 17:25:03 +00:00
wiz
dc72685114 Add octave option, based on PR 41307 by Rumko. 2009-05-02 17:24:15 +00:00
joerg
2d1ba244e9 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.
2009-03-20 19:23:50 +00:00
tnn
6964d364e1 Update to libsndfile-1.0.19.
Version 1.0.19 (2009-03-02)
  * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
  * Huge number of minor bug fixes as a result of static analysis.
2009-03-04 16:47:05 +00:00
wiz
546b56c9a0 Update to 1.0.18:
Version 1.0.18 (2009-02-07)
  * Add Ogg/Vorbis support (thanks to John ffitch).
  * Remove captive FLAC library.
  * Many new features and bug fixes.
  * Generate Win32 and Win64 pre-compiled binaries.

Add ogg and vorbis dependencies to bl3.mk and increase ABI depends.
2009-02-21 13:20:45 +00:00
drochner
1b5dc7e31f remove some patches which were intended to make the code compile
on older compilers but cause crashes (and possible security problems)
instead
bump PKGREVISION
2009-01-13 12:13:45 +00:00
obache
7e341abfcc Fix improper PKG_SUGGESTED_OPTIONS and fix build failure on some platforms.
* Should not try to use OSS for unknown OSes, PR 39197,
  only for having buitin OSS.
* for Solaris, ${OPSYS} != "Solaris", it's "SunOS".
  Fixed to use sunaudio instead of oss.

Bump PKGREVISION.
2008-07-24 22:39:30 +00:00
bjs
2c542ea743 Add a 'sun' option and update patch-ac to support native audio output
on NetBSD, OpenBSD, and Solaris.  This option takes precedence (by default)
over OSS in the NetBSD/OpenBSD case.

Bump rev.
2008-04-07 15:36:19 +00:00
drochner
6ab39ca497 fix CVE-2007-4974 (buffer overflow), patch from Gentoo
bump PKGREVISION
2008-01-07 17:34:37 +00:00
agc
ddcd0cd417 Add MAKE_JOBS_SAFE=no, pointed out by ASau as part of the pkgthon 2007-11-04 16:00:02 +00:00
heinz
c1fcb95598 The package supports installation to DESTDIR. 2007-07-01 20:47:46 +00:00
wiz
eee2dd4fe5 Use Gentoo patch to build against flac-1.1.3. 2007-01-07 15:02:16 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +00:00
adam
1ca965dd59 Changes 1.0.17:
* Add sndfile.hh C++ wrapper.
* Update Win32 MinGW build instructions.
* Minor bug fixes and cleanups.
2006-09-01 06:02:23 +00:00
jlam
c16221a4db 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
2006-07-08 23:10:35 +00:00
jlam
9430e49307 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.
2006-07-08 22:38:58 +00:00
adam
cc4662c003 Changes 1.0.16:
* Add support for Broadcast (BEXT) chunks in WAV files.
  * Implement new commands SFC_GET_SIGNAL_MAX and SFC_GET_MAX_ALL_CHANNELS.
  * Add support for RIFX (big endian WAV variant).
  * Fix configure script bugs.
  * Fix bug in INST and MARK chunk writing for AIFF files.
2006-04-30 17:29:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
drochner
933a45e757 update to 1.0.15
changes:
* Fix some ia64 issues.
* Fix precompiled DLL.
* Minor bug fixes.
2006-04-06 16:59:07 +00:00
reed
5abef9be14 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).
2006-04-06 06:21:32 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
adam
a25fb1b227 Changes 1.0.14:
* Really fix MinGW compile problems.
* Minor bug fixes.
2006-02-24 08:11:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adam
20addf2561 Changes 1.0.13:
* Fix form MinGW compiler problems.
  * Allow readin/write of instrument chunks from WAV and AIFF files.
  * Compile problem fix for Solaris compiler.
  * Minor cleanups and bug fixes.
2006-01-21 23:04:08 +00:00
rillig
f8f63c6693 Fixed CFLAGS quoting. 2005-12-18 21:47:23 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adam
3b347872f8 Changes 1.0.12:
* Add support for FLAC and Apple's Core Audio Format (CAF).
* Add virtual I/O interface (still needs docs).
* Cygwin and other Win32 fixes.
* Minor bug fixes and cleanups.
2005-09-30 13:26:02 +00:00
wiz
47a8d542ab Convert to options framework. 2005-05-31 16:13:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ben
d91aef1359 I incorrectly tested my previous change, and it turns out that with
USE_OSS defined, the build process does require the original escaping.
Revert to original escaping in OSS_DEFS.
2005-03-19 13:59:13 +00:00
ben
995228291c Change quote escaping to reflect Todd Vierling's recent makefile fixes. 2005-02-24 03:37:28 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00