Search Criteria
Package Details: freenginx-mainline-src 1.27.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freenginx-mainline.git (read-only, click to copy) |
---|---|
Package Base: | freenginx-mainline |
Description: | Source code of freenginx-mainline 1.27.4, useful for building modules |
Upstream URL: | https://freenginx.org |
Licenses: | custom |
Conflicts: | nginx-src |
Submitter: | Fijxu |
Maintainer: | Fijxu |
Last Packager: | Fijxu |
Votes: | 7 |
Popularity: | 0.024416 |
First Submitted: | 2024-02-14 22:12 (UTC) |
Last Updated: | 2024-09-04 18:52 (UTC) |
Dependencies (13)
- geoip (geoip-gitAUR) (make)
- libxcrypt (libxcrypt-gitAUR) (make)
- mailcap (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pcre2 (pcre2-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR) (check)
- memcached (memcached-gitAUR) (check)
- perl (perl-gitAUR) (check)
- perl-cache-memcached (check)
- perl-fcgi (check)
- perl-gd (check)
- perl-io-socket-ssl (check)
Latest Comments
Fijxu commented on 2024-06-24 20:12 (UTC)
Sorry for the late update!. I thought I had already done
git push
when I was updating the package.If anyone wants to Co-maintain this, add a comment (I will not accept <1 year old users nor people that that do not maintain (or co-maintain) any other packages).
seo.disparate commented on 2024-02-16 07:42 (UTC)
@Fijxu Thanks for fixing the PKGBUILD and maintaining this package.
Fijxu commented on 2024-02-16 07:25 (UTC)
You are right. I will update the package now
seo.disparate commented on 2024-02-16 07:09 (UTC)
@Fijxu I usually build aur packages in a clean chroot, and when I build this package with mostly default
/etc/makepkg.conf
settings, I end up with three built packages:freenginx-mainline
freenginx-mainline-src
nginx-mainline-debug
For me, changing line 10 of the PKGBUILD to
pkgbase=freenginx-mainline
changes the name of the third package tofreenginx-mainline-debug
.Fijxu commented on 2024-02-16 07:06 (UTC)
@seo.disparate: Of what line are you talking about? When I build the package I get the
freenginx-mainline
and thefreenginx-mainline-src
. Do you want them to be separate or am I misunderstanding your question?seo.disparate commented on 2024-02-16 05:45 (UTC)
I think
pkgbase=nginx-mainline
should be changed topkgbase=freenginx-mainline
. By default, it makes annginx-mainline-debug
pkg unless this change is made.<deleted-account> commented on 2024-02-15 15:43 (UTC)
Freedom!