Search Criteria
Package Details: lib32-ffmpeg-minimal-dev 7.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-ffmpeg-minimal-dev.git (read-only, click to copy) |
---|---|
Package Base: | lib32-ffmpeg-minimal-dev |
Description: | A minimal set of lib32 headers and development libraries for ffmpeg |
Upstream URL: | https://ffmpeg.org |
Licenses: | GPL-3.0-only |
Submitter: | spectator |
Maintainer: | spectator |
Last Packager: | spectator |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-12-14 00:50 (UTC) |
Last Updated: | 2024-12-14 09:28 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
Required by (1)
- wine-osu-spectator (make)
Latest Comments
spectator commented on 2024-12-14 11:53 (UTC)
Thank you for your suggestions.
I don't know who "we" is. I'm separating it because users of my wine package were unable to build it due to
lib32-ffmpeg
often failing to build. I'd appreciate it if you directed your attention on the problematiclib32-ffmpeg
package instead of mine, which doesn't conflict with anything else, and isn't meant to be used as a runtime library.FabioLolix commented on 2024-12-14 11:41 (UTC)
We don't separate develepment files like AFAIK Alpine and Debian does, in Arch repos there is only 1 package like that (glib2-devel recently introduced) so -dev have another meaning
Sure, only the license indicator was wrong before
Excellent
Somewhat fair but you'll notice this kind of things when you build packages with devtools:
spectator commented on 2024-12-14 09:10 (UTC) (edited on 2024-12-14 09:25 (UTC) by spectator)
gcc
, but there are no "depends", since this package isn't meant to be used standalone.lib32-gcc-libs
depends onlib32-glibc
, so that'd be redundant.FabioLolix commented on 2024-12-14 09:05 (UTC)
Hi, about the pkgbuild
-dev
stand for in pkgname? That usually mean that is used a developement/beta/RC version but here is used a stable versionhttps
forurl=
--enable-nonfree \
so the license is unredestributable, the ./configure also tell you:prepare()
,pkgver()
, and custom variable_tag=
and just useFFmpeg#tag=n${pkgver}
${_pkgbasename}::
as this will re-download the whole ffmpeg git repo for who have configured a common folder for sources (SRCDEST=), instead not changing will allow the source to be shared-j$(($(nproc) + 1))
, see https://wiki.archlinux.org/title/Makepkg#Configurationgcc
don't have to be specified as makedepends as it part ofbase-devel
pakcage,
lib32-glibcand
lib32-gcc-libs` are depends=()