Added stripping, also the mingw-w64-xmms package came from the original mingw32-flac package. I just never created the mingw-w64 version of xmms myself because I've never needed it.
Search Criteria
Package Details: mingw-w64-flac 1.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-flac.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-flac |
Description: | Free Lossless Audio Codec (mingw-w64) |
Upstream URL: | http://flac.sourceforge.net/ |
Licenses: | GPL, BSD |
Submitter: | naelstrof |
Maintainer: | Vaporeon |
Last Packager: | Vaporeon |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2012-07-28 21:27 (UTC) |
Last Updated: | 2023-06-23 18:23 (UTC) |
Dependencies (4)
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-liboggAUR
- mingw-w64-cmakeAUR (llvm-mingw-w64-cmakeAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (5)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
naelstrof commented on 2013-10-21 19:34 (UTC)
ant32 commented on 2013-10-18 23:01 (UTC)
The package mingw-w64-xmms does not exist. I'm not sure if this is any problem.
xantares commented on 2013-10-08 13:49 (UTC)
hi,
the libraries are not strippped, please add this :
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
x.
naelstrof commented on 2013-06-28 17:13 (UTC)
Alright thanks, that worked great.
Schala commented on 2013-06-26 23:38 (UTC)
Also, Pacman won't detect that 1.3.0 is newer than the git date version this previously used. I suggest putting epoch=1 in the PKGBUILD. This helps to tell Pacman that the package is newer when pkgver indicates a lesser version.
using pkgver: 20090315 > 1.3.0
using epoch: 20090315 < 1:1.3.0
Schala commented on 2013-05-28 19:29 (UTC)
Marked this out of date since 1.3 just came out and should allow for a non-git build again.
naelstrof commented on 2013-04-07 01:08 (UTC)
I thought the only thing deprecated was not having a package() function. I was attempting to make this package non-git, however the non-git version doesn't compile any .dll which are required for Alure.
I'll append -git to the package name, and I'll look at the pacman 4.1 changes to see what else I could be missing in the PKGBUILD. Thanks for mentioning this!
Schala commented on 2013-04-06 23:50 (UTC)
Can you update this to reflect the Pacman 4.1 changes? You can see my PKGBUILDs if you need help. Also, add a -git suffix to the package name. I got some of my packages deleted by a very fussy TU not too long ago for forgetting that.
Pinned Comments
Vaporeon commented on 2022-06-27 19:36 (UTC)
For those having trouble static linking with this version, you now have to define
FLAC__NO_DLL
somewhere in the project that is using FLAC. See GitHUb issue [1] for more information.[1] https://github.com/xiph/flac/issues/312