Search Criteria
Package Details: lib32-soundtouch 2.3.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-soundtouch.git (read-only, click to copy) |
---|---|
Package Base: | lib32-soundtouch |
Description: | An open-source audio processing library for changing the tempo, pitch and playback rates of audio streams or audio files (32 bit) |
Upstream URL: | https://www.surina.net/soundtouch |
Licenses: | LGPL2.1 |
Submitter: | Nocifer |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-25 14:39 (UTC) |
Last Updated: | 2024-04-06 15:00 (UTC) |
Dependencies (5)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- soundtouch (soundtouch-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Required by (18)
- lib32-gst-libav (make)
- lib32-gst-libav-git (make)
- lib32-gst-plugin-gtk-git (make)
- lib32-gst-plugin-va-git (make)
- lib32-gst-plugins-bad
- lib32-gst-plugins-bad (make)
- lib32-gst-plugins-bad-git
- lib32-gst-plugins-bad-git (make)
- lib32-gst-plugins-bad-libs (make)
- lib32-gst-plugins-bad-libs-git (make)
- lib32-gst-plugins-base-git (make)
- lib32-gst-plugins-base-libs-git (make)
- lib32-gst-plugins-good-git (make)
- lib32-gst-plugins-ugly (make)
- lib32-gst-plugins-ugly-git (make)
- lib32-gst-rtsp-server-git (make)
- lib32-gstreamer-git (make)
- lib32-gstreamer-vaapi-git (make)
Latest Comments
Nocifer commented on 2022-01-26 16:31 (UTC) (edited on 2022-01-26 16:34 (UTC) by Nocifer)
Heh, this warning is so common with AUR packages that I'd say it affects some 1/3 of those I currently have installed on my system. But it's usually benign, and usually occurs because something somewhere has deemed fit to preserve some build environment info for debug purposes. Which is exactly what the fix you've proposed fixes, it plain and simply notifies CMake that we're making a release build and thus no debug info needs to be preserved.
Even if there was no warning during the build process, it'd be good and proper to set the build type to 'Release' anyway, and I'd have done so had I noticed it during the copy-paste from the official x64 package. But I didn't, so I'll push a new release shortly :P
EDIT: Oh, and thanks!
MarsSeed commented on 2022-01-26 16:04 (UTC) (edited on 2023-05-23 10:33 (UTC) by MarsSeed)
Hey, thanks for uploading this!
There is a small issue reported by makepkg during install / upgrade:
Quick fix for this in PKGBUILD
build()
, using the following-Dvariable
: