Search Criteria
Package Details: mingw-w64-libsndfile 1.2.2-2
Package Actions
| 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 audio data (mingw-w64) |
| Upstream URL: | https://libsndfile.github.io/libsndfile/ |
| Licenses: | LGPL-2.1-or-later |
| Submitter: | naelstrof |
| Maintainer: | stenbech |
| Last Packager: | tippfehlr |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2012-07-28 21:46 (UTC) |
| Last Updated: | 2026-06-11 21:18 (UTC) |
Dependencies (8)
- mingw-w64-flacAUR
- mingw-w64-lameAUR
- mingw-w64-libvorbisAUR
- mingw-w64-mpg123AUR
- mingw-w64-opusAUR
- mingw-w64-sqliteAUR
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- python (make)
Latest Comments
1 2 Next › Last »
yuiyamu commented on 2026-04-16 20:52 (UTC)
got a cmake version compatibility error with versions < 3.5 no longer supported, tho it did seem to compile just fine with
-DCMAKE_POLICY_VERSION_MINIMUM=3.5like suggestedxantares 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_NAMEon https://github.com/libsndfile/libsndfile it may actually be better to not use that option - althoughfind_libraryshould 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/staticlike 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_NAMEto 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)
naelstrof commented on 2014-12-09 22:48 (UTC)
xantares commented on 2014-12-09 08:39 (UTC)
Alister.Hood commented on 2014-12-09 04:04 (UTC)
xantares commented on 2014-10-23 10:08 (UTC)
1 2 Next › Last »