Could you please add “libFLAC.so” and “libFLAC++.so” under the “provides=()” section to match the official flac PKGBUILD?
Search Criteria
Package Details: flac-doc-git 1.3.3.r85.gb358381a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flac-git.git (read-only, click to copy) |
---|---|
Package Base: | flac-git |
Description: | Developer documentation for the Free Lossless Audio Codec |
Upstream URL: | https://xiph.org/flac/ |
Keywords: | audio codec codecs flac |
Licenses: | GPL, BSD |
Conflicts: | flac-doc |
Provides: | flac-doc |
Submitter: | eveharthbrooke |
Maintainer: | eveharthbrooke |
Last Packager: | eveharthbrooke |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-23 04:44 (UTC) |
Last Updated: | 2022-02-04 23:46 (UTC) |
Dependencies (4)
- flac (flac-gitAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
shoober420 commented on 2020-05-24 04:23 (UTC)
eveharthbrooke commented on 2020-05-23 16:25 (UTC) (edited on 2020-05-23 16:31 (UTC) by eveharthbrooke)
The package has been updated, fixing the git download link and adding support for ARM64 systems. The upstream URL has also been updated to the xiph.org domain to avoid a redirect from SourceForge. Hopefully this package doesn't need anymore maintenance due to how simple it is, but if it does let me know.
EDIT: I should apologize for the lack of attention when I was first alerted to the package having issues compiling. I wasn't aware that Xiph had shut down their internal git server and completely moved to GitHub, so I didn't realize that this package needed updating.
generaleramon commented on 2020-05-21 06:33 (UTC) (edited on 2020-05-21 06:44 (UTC) by generaleramon)
- source=(git://github.com/xiph/flac.git) solve the source/git download problem.
- Adding 'aarch64' to the "arch" section allow the package to be compiled with no errors on a aarch64 system(RPi3B+), that can be added to the PKGBUILD file
shoober420 commented on 2020-05-18 12:19 (UTC)
This package needs an update. Is maintainer still active? I’ll take over if not.
EndlessEden commented on 2018-02-11 20:21 (UTC)
pkgbuild(install) sed $pkgdir/.../$_gitname-1.3.1/... when its been renamed to just $pkgdir/.../$gitname/...
Pinned Comments
eveharthbrooke commented on 2022-02-04 23:49 (UTC)
Package has been updated to bring it into compliance. However, the -disable-sse flag has been removed, and the flag to enable 64-bit words has been enabled which will give a small performance enhancement to users who use this package. The package no longer reflects the upstream state, but to be fair, i don't see a reason not to remove the SSE flag or not enable 64-bit words.