Search Criteria
Package Details: dsf2flac-git r31.6b109cd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dsf2flac-git.git (read-only, click to copy) |
---|---|
Package Base: | dsf2flac-git |
Description: | Tool for converting DSF to FLAC files. |
Upstream URL: | https://github.com/hank/dsf2flac |
Licenses: | GPL2 |
Submitter: | eduardosm |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 13 |
Popularity: | 0.000598 |
First Submitted: | 2016-08-16 10:28 (UTC) |
Last Updated: | 2021-08-01 03:49 (UTC) |
Dependencies (7)
- boost-libs (boost171, boost-libs-git, boost174-libs)
- flac (flac-nodocs-git, flac-minimal-git, flac-git)
- id3lib
- taglib (taglib-git)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
FabioLolix commented on 2021-08-01 03:56 (UTC)
Now build again, it failed to build because the patch has already been merged upstream.
Additionally regarding your log, you are skipping both dependency checks and source file integrity checks.
kfgz commented on 2021-08-01 03:42 (UTC)
It doesn't build
https://pastebin.com/PuxkVmhs
HisDudeness commented on 2021-07-27 15:13 (UTC)
Thank you mallee! Had the very same problem and can report that the solution works! Just a further note for eternal newbies like me: after editing the files (located in $srcdir/dsd2flac/src) remember to add the -e option when running makepkg again, otherwise it will overwrite them extracting the source downloaded from the repository.
mallee commented on 2021-06-14 09:27 (UTC) (edited on 2021-06-14 09:27 (UTC) by mallee)
The latest boost-libs (1.76) need dsf2flac-git to be recompiled. This fails with:
In file included from dsdiff_file_reader.h:42, from dsdiff_file_reader.cpp:39: fstream_plus.h:63:20: error: ‘streampos’ has not been declared
The solution would appear to be to amend the references to streamoff and streampos in fstream_plus.h and fstream_plus.cpp to std::streamoff and std::streampos respectively. I've successfully built dsf2flac-git against boost 1.76 with these edits and it creates an identical flac file as the version using boost 1.75.
FabioLolix commented on 2021-01-07 22:14 (UTC)
There was no need to flag OOD within minutes.
The problem is due to boost updates and the program need to be rebuilded, for which I have bumped the pkgrel
madjoe commented on 2021-01-07 21:52 (UTC)
PedroHLC commented on 2018-10-20 15:25 (UTC)
Missing "taglib" dependency
commented on 2014-11-23 02:05 (UTC)