Package Details: mingw-w64-libsndfile 1.2.2-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-libsndfile.git (read-only, click to copy)
Package Base: mingw-w64-libsndfile
Description: A C library for reading and writing files containing sampled sound (mingw-w64)
Upstream URL: https://libsndfile.github.io/libsndfile/
Licenses: LGPL2.1
Submitter: naelstrof
Maintainer: xantares
Last Packager: xantares
Votes: 8
Popularity: 0.000000
First Submitted: 2012-07-28 21:46 (UTC)
Last Updated: 2023-12-28 15:44 (UTC)

Latest Comments

1 2 Next › Last »

xantares commented on 2023-08-02 15:45 (UTC)

ok; I reverted that

Martchus commented on 2023-07-31 10:21 (UTC)

Judging by the explanation of ENABLE_COMPATIBLE_LIBSNDFILE_NAME on https://github.com/libsndfile/libsndfile it may actually be better to not use that option - although find_library should normally be able to find the import library just fine.

It would still be good to include the static library. If that's problematic due to CMake files that would conflict with the shared version you could just install the static version under e.g. /usr/x86_64-w64-mingw32/static like I did with the static Qt 6 packages. (We could also make an extra package for the static library. However, for such a tiny library it might make more sense to keep both in one package to avoid the additional maintenance of yet another package.)

Martchus commented on 2023-07-31 10:13 (UTC)

It would likely make sense to set ENABLE_COMPATIBLE_LIBSNDFILE_NAME to keep the old soname to avoid rebuilds. Additionally, this now lacks the static library which may need to be built separately.

pingplug commented on 2016-08-07 12:40 (UTC)

the *.exe files should be removed (?) and also the empty dir /usr/*-w64-mingw32/share libsndfile 1.0.27 is out

naelstrof commented on 2014-12-09 22:48 (UTC)

Done.

xantares commented on 2014-12-09 08:39 (UTC)

hi, please use mingw-w64-configure to set the right flags here, it also pulls mingw-w64-pkg-config . xan.

Alister.Hood commented on 2014-12-09 04:04 (UTC)

Same here. > (require mingw-pkg-config) Obviously that should be mingw-w64-pkg-config

xantares commented on 2014-10-23 10:08 (UTC)

hi, I can't compile it: mingw-w64-libsndfile/src/libsndfile-1.0.25/src/ogg_vorbis.c:642: undefined reference to `vorbis_synthesis_read' passes if I add LIBS="`${_arch}-pkg-config --libs vorbis ogg`" (require mingw-pkg-config) (from: https://github.com/mxe/mxe/blob/master/src/libsndfile.mk) xan.

naelstrof commented on 2013-11-25 18:24 (UTC)

done