aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsndfile
Commit message (Collapse)AuthorAgeFilesLines
* Explicit disable alsa compatibility library.kwm2010-12-161-0/+1
| | | | | | PR: ports/153190 Submitted by: makc@ With hat: multimedia@
* Update to 1.0.23kwm2010-11-034-17/+7
| | | | | | | | Make sure the MAN1= line doesn't exceed 80 chars. PR: ports/151206 (update to 1.0.22) Submitted by: olgeni@ With hat: multimedia@
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* - Added patch to fix build of devel/sfmlsylvio2010-04-132-0/+12
| | | | | | | | - BUMP PORTREVISION PR: ports/145656 Submitted by: amdmi3@ Approved by: itetcu (mentor, implicit)
* - Update to 1.0.21sylvio2010-04-103-13/+10
| | | | | | PR: ports/142522 Submitted by: Aragon Gouveia <aragon@phat.za.net> Approved by: itetcu (mentor, implicit)
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-0/+1
|
* - Update to 1.0.20miwi2009-05-313-6/+5
| | | | | | PR: 134751 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Security: http://www.freebsd.org/ports/portaudit/6355efdb-4d4d-11de-8811-0030843d3802.html
* Unbreak libsndfile build when octave is installed.ed2009-03-101-1/+2
| | | | | | | | | | If octave is installed on the system, libsndfile wants to build octave support, which only seems to cause compiler errors. If we really want octave support, we should add a proper switch to the port. PR: ports/131647
* Update libsndfile to 1.0.19.ed2009-03-102-8/+4
| | | | | | Unlike the previous release, this version does not depend on an unreleased version of libvorbis. This means we can remove those awful regexes from the Makefile.
* Use USE_GMAKE to fix build on some version of FreeBSDahze2009-02-151-0/+1
| | | | Submitted by: 1wkmmr@gmail.com
* Update to 1.0.18ahze2009-02-095-547/+19
| | | | Submitted by: Ed Schouten <ed@80386.nl>
* Update to FLAC 1.2.1. This version includes two and a half yearsnaddy2008-04-083-46/+503
| | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476
* - Fix the build when audio/oss is installed by force to search formezz2007-09-161-2/+5
| | | | | | | | | sys/soundcard.h in /usr/include first rather than oss's header. [1] - While I am here, fix the flac option. The autocheck is not need when it is enable by default and add --disable-flac to make WITHOUT_FLAC works. PR: ports/116268 [1] Reported by: Volker <heizraum@freenet.de> [1]
* - Add support for FLAC metadata. [1]mezz2007-08-262-10/+49
| | | | | | | | | | - Remove sqlite3 option and disable it by default, since it's only for regression tests. - Bump the PORTREVISION. PR: ports/114524 ports/115805 Suggested by: Ed Schouten <ed@fxq.nl> Obtained from: https://lists.hoeg.nl/archives/herrie-users/2007-July/000053.html [1]
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 1.0.17ahze2006-09-033-5/+7
|
* - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1
| | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports)
* - Update to 1.0.16ahze2006-05-022-4/+4
|
* - Update to 1.0.15ahze2006-03-202-5/+4
|
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Update to 1.0.14ahze2006-02-212-5/+4
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711
* - Update to 1.0.13ahze2006-01-222-4/+4
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Add SHA256ahze2005-11-091-0/+1
| | | | - Add SIZE to a few ports
* - Update to 1.0.12ahze2005-09-303-5/+23
| | | | | | - Grab MAINTAINER - Add new OPTIONS, WITH_FLAC, on by default -- adds support to flac and WITH_SQLITE3, off by default -- adds support to sqlite3
* Update to 1.0.11ahze2004-11-182-4/+3
| | | | Approved by: adamw (mentor)
* - Make sndfile-play workpav2004-10-152-0/+30
| | | | | PR: ports/72716 Submitted by: Michael Johnson <ahze@ahze.net>
* - Remove USE_GCC=3.4, it's not neededpav2004-10-131-3/+2
| | | | | | | - Update libtool PR: ports/72607 Submitted by: Michael Johnson <ahze@ahze.net>
* Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1
| | | | Approved by: portmgr
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update to version 1.0.10krion2004-07-102-5/+9
| | | | | PR: ports/68859 Submitted by: Ports Fury
* - Update to version 1.0.9krion2004-05-243-14/+4
| | | | | PR: ports/67079 Submitted by: Ports Fury
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Update to version 1.0.7krion2004-02-294-11/+22
| | | | | PR: ports/63492 Submitted by: Ports Fury
* - Fix MASTER_SITESkrion2004-02-131-1/+2
| | | | | PR: 62750 62751 Submitted by: Daniel Roethlisberger <daniel@roe.ch>, David Gilbert <dgilbert@daveg.ca>
* - Update to version 1.0.6krion2004-02-104-14/+15
| | | | | PR: ports/62635 Submitted by: Ports Fury
* Add SIZE.trevor2004-01-281-0/+1
|
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2
| | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-9/+9
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* - Utilize USE_GNOMEkrion2003-08-201-10/+1
| | | | | PR: 55743 Submitted by: Ports Fury
* Update to 1.0.5arved2003-05-052-2/+2
| | | | | PR: 51716 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 1.0.4.sobomax2003-02-032-2/+2
|
* upgrade to 1.0.3ijliao2003-01-033-5/+8
| | | | | PR: 46139 Submitted by: Ports Fury
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Update libsndfile to version 1.0.1 with a shlib major bump.knu2002-09-204-3/+28
| | | | | PR: ports/42968 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* PERL -> REINPLACE_CMDijliao2002-07-081-1/+2
| | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Update to 0.0.28pat2002-05-032-3/+3
| | | | | PR: 37683 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* upgrade to 0.0.27ijliao2001-11-243-4/+4
| | | | | PR: 32213 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.0.26lioux2001-10-062-3/+3
| | | | | PR: 31069 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.0.24dwcjr2001-08-253-9/+14
| | | | | PR: 30037 Submitted by: tkato@prontomail.com
* remove extra dirsijliao2001-08-041-0/+1
| | | | Submitted by: bento log
* add libsndfileijliao2001-07-205-0/+48
Reading and writing files containing sampled sound (like WAV or AIFF)