lets try now

This commit is contained in:
Your New SJW Waifu 2021-04-05 14:36:13 -05:00
parent b90cc64b87
commit 94230120ab
1 changed files with 5 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Your New SJW Waifu <sjw@i.gotabig.wang>
# Contributor: Your New SJW Waifu <sjw@i.gotabig.wang>
ngx_ver=1.18.0
pkgname=nginx-mod-enhance-mp4-git
pkgver=1.0
pkgrel=1
@ -8,25 +8,19 @@ pkgrel=1
pkgdesc='Places moov atom at beginning of mp4 file on-the-fly to improve streaming performance'
arch=('i686' 'x86_64')
depends=('nginx')
makedepends=('git')
makedepends=('nginx-src' 'git')
url="https://git.mentality.rip/sjw/ngx_http_enhance_mp4_module"
license=('custom')
source=(${pkgname}::git+https://git.mentality.rip/sjw/ngx_http_enhance_mp4_module.git
http://nginx.org/download/nginx-${ngx_ver}.tar.gz
)
sha512sums=(
'SKIP'
'8c21eeb62ab6e32e436932500f700bd2fb99fd2d29e43c08a5bfed4714c189c29c7141db551fcd5d2437303b7439f71758f7407dfd3e801e704e45e7daa78ddb'
)
source=(${pkgname}::git+https://git.mentality.rip/sjw/ngx_http_enhance_mp4_module.git)
prepare() {
cp -r /usr/src/nginx .
}
build() {
cd "${srcdir}/nginx-${_ngx_ver}"
./configure --with-compat --add-dynamic-module="${srcdir}/ngx_http_enhance_mp4_module"
cd "$srcdir"/nginx
./configure --with-compat --add-dynamic-module=../ngx_http_enhance_mp4_module
make modules
}