./audio/libsndfile, Library for reading and writing audio files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q2, Version: 1.0.17nb4, Package name: libsndfile-1.0.17nb4, Maintainer: pkgsrc-users

Libsndfile is a C library for reading and writing files containing
sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format)
through one standard library interface.


Required to run:
[audio/flac]

Required to build:
[devel/libtool-base]

Package options: sun

Master sites:

SHA1: 2f66798d596a15491fbd1191ded8125ed71ef411
RMD160: ae93822a4c587dcdd7c70d043d2a38ed2fe3a188
Filesize: 800.25 KB

Version history: (Expand)


CVS history: (Expand)


   2008-07-26 03:34:36 by Tyler R. Retzlaff | Files touched by this commit (2)
Log message:
pullup ticket #2464 - requested by obache
libsndfile: fix for failure on some platforms

revisions pulled up:
pkgsrc/audio/libsndfile/Makefile	1.46
pkgsrc/audio/libsndfile/options.mk	1.5

   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Thu Jul 24 22:39:30 UTC 2008

   Modified Files:
   	pkgsrc/audio/libsndfile: Makefile options.mk

   Log message:
   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.