Could you please add “libFLAC.so” and “libFLAC++.so” under the “provides=()” section to match the official flac PKGBUILD?
Search Criteria
Package Details: flac-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: | Free Lossless Audio Codec |
Upstream URL: | https://xiph.org/flac/ |
Keywords: | audio codec codecs flac |
Licenses: | GPL, BSD |
Conflicts: | flac |
Provides: | flac, libFLAC++.so, libFLAC.so |
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 (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libogg (libogg-gitAUR)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
Required by (334)
- abcde (requires flac) (optional)
- abchr (requires flac) (optional)
- alsaplayer (requires flac) (optional)
- alsaplayer-git (requires flac) (optional)
- amiberry (requires flac)
- amiberry-git (requires flac)
- amiberry-lite (requires flac)
- ampache (requires flac) (optional)
- anklang-bin (requires flac)
- aqualung (requires flac)
- aqualung-git (requires flac)
- ardour-git (requires flac) (make)
- ardour-tracker-editor-git (requires flac) (make)
- ardour-tracker-editor-git (requires libFLAC.so)
- ardour6 (requires flac) (make)
- ariang-native-git (requires flac)
- asunder-svn (requires flac) (optional)
- atomzombiesmasher-hib (requires flac)
- audacious-plugins-git (requires flac)
- audacious-plugins-gtk3 (requires flac)
- Show 314 more...
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.