aboutsummaryrefslogtreecommitdiff
path: root/audio/libsndfile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.0.16Michael Johnson2006-05-022-4/+4
| | | | Notes: svn path=/head/; revision=161195
* - Update to 1.0.15Michael Johnson2006-03-202-5/+4
| | | | Notes: svn path=/head/; revision=157704
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Update to 1.0.14Michael Johnson2006-02-212-5/+4
| | | | Notes: svn path=/head/; revision=156578
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* - Update to 1.0.13Michael Johnson2006-01-212-4/+4
| | | | Notes: svn path=/head/; revision=154096
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Update to 1.0.12Michael Johnson2005-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 Notes: svn path=/head/; revision=143825
* Update to 1.0.11Michael Johnson2004-11-182-4/+3
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=121843
* - Make sndfile-play workPav Lucistnik2004-10-152-0/+30
| | | | | | | | PR: ports/72716 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119496
* - Remove USE_GCC=3.4, it's not neededPav Lucistnik2004-10-131-3/+2
| | | | | | | | | | - Update libtool PR: ports/72607 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=119253
* Increase USE_GCC to 3.4 for those ports which compile with it.Kris Kennaway2004-09-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=118503
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* Update to version 1.0.10Kirill Ponomarev2004-07-092-5/+9
| | | | | | | | PR: ports/68859 Submitted by: Ports Fury Notes: svn path=/head/; revision=113292
* - Update to version 1.0.9Kirill Ponomarev2004-05-233-14/+4
| | | | | | | | PR: ports/67079 Submitted by: Ports Fury Notes: svn path=/head/; revision=109806
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* - Update to version 1.0.7Kirill Ponomarev2004-02-284-11/+22
| | | | | | | | PR: ports/63492 Submitted by: Ports Fury Notes: svn path=/head/; revision=102446
* - Fix MASTER_SITESKirill Ponomarev2004-02-121-1/+2
| | | | | | | | PR: 62750 62751 Submitted by: Daniel Roethlisberger <daniel@roe.ch>, David Gilbert <dgilbert@daveg.ca> Notes: svn path=/head/; revision=100790
* - Update to version 1.0.6Kirill Ponomarev2004-02-104-14/+15
| | | | | | | | PR: ports/62635 Submitted by: Ports Fury Notes: svn path=/head/; revision=100558
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke2003-11-071-2/+2
| | | | | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-211-9/+9
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* - Utilize USE_GNOMEKirill Ponomarev2003-08-201-10/+1
| | | | | | | | PR: 55743 Submitted by: Ports Fury Notes: svn path=/head/; revision=87370
* Update to 1.0.5Tilman Keskinoz2003-05-042-2/+2
| | | | | | | | PR: 51716 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=80128
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Update to 1.0.4.Maxim Sobolev2003-02-032-2/+2
| | | | Notes: svn path=/head/; revision=74567
* upgrade to 1.0.3Ying-Chieh Liao2003-01-023-5/+8
| | | | | | | | PR: 46139 Submitted by: Ports Fury Notes: svn path=/head/; revision=72280
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update libsndfile to version 1.0.1 with a shlib major bump.Akinori MUSHA2002-09-204-3/+28
| | | | | | | | PR: ports/42968 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=66815
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62644
* Update to 0.0.28Patrick Li2002-05-022-3/+3
| | | | | | | | PR: 37683 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=58466
* upgrade to 0.0.27Ying-Chieh Liao2001-11-233-4/+4
| | | | | | | | PR: 32213 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50417
* Update to 0.0.26Mario Sergio Fujikawa Ferreira2001-10-062-3/+3
| | | | | | | | PR: 31069 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=48493
* Update to 0.0.24David W. Chapman Jr.2001-08-243-9/+14
| | | | | | | | PR: 30037 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=46827
* remove extra dirsYing-Chieh Liao2001-08-031-0/+1
| | | | | | | Submitted by: bento log Notes: svn path=/head/; revision=45778
* add libsndfileYing-Chieh Liao2001-07-205-0/+48
Reading and writing files containing sampled sound (like WAV or AIFF) Notes: svn path=/head/; revision=45260