diff options
| author | KunoiSayami <[email protected]> | 2021-11-04 01:26:08 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-04 01:26:08 +0800 |
| commit | 638c51cbae4da1faa3bbdbff2b23f2b01bc9dcbc (patch) | |
| tree | f1f7dcaa96c9aab3f00d5838fb8df878f623bd8c | |
| parent | 3c3a7f61c7bcbb9c055f668fa90a69c3f3a27085 (diff) | |
feat(add-pkg): Add vlc-luajit
Signed-off-by: KunoiSayami <[email protected]>
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | .gitmodules | 3 | ||||
| -rwxr-xr-x | repo/.hook/vlc-luajit | 4 | ||||
| -rw-r--r-- | repo/.yaydeps/obs-studio-browser | 2 | ||||
| -rw-r--r-- | repo/.yaydeps/pam_ssh_agent_auth_patched | 2 | ||||
| -rw-r--r-- | repo/.yaydeps/qemu-user-static | 2 | ||||
| -rw-r--r-- | repo/.yaydeps/vlc-luajit | 6 | ||||
| m--------- | repo/vlc-luajit | 0 |
8 files changed, 17 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf3a94d..c409726 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: artifacts: untracked: true - expire_in: 1 day + expire_in: 4 hours only: changes: - .gitlab-ci.yml diff --git a/.gitmodules b/.gitmodules index f906d71..1e4e9b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "repo/obs-studio-browser"] path = repo/obs-studio-browser url = https://aur.archlinux.org/obs-studio-browser.git +[submodule "repo/vlc-luajit"] + path = repo/vlc-luajit + url = https://aur.archlinux.org/vlc-luajit.git diff --git a/repo/.hook/vlc-luajit b/repo/.hook/vlc-luajit new file mode 100755 index 0000000..51e626c --- /dev/null +++ b/repo/.hook/vlc-luajit @@ -0,0 +1,4 @@ +#!/bin/bash +sed -i 's/make$/make -j \$\(nproc\)\n/g' PKGBUILD +sed -i 's/make DESTDIR/make -j \$\(nproc\) DESTDIR/g' PKGBUILD +sed -i '/--enable-aribcam \\/d' PKGBUILD diff --git a/repo/.yaydeps/obs-studio-browser b/repo/.yaydeps/obs-studio-browser index 3ffa5e6..bbfddca 100644 --- a/repo/.yaydeps/obs-studio-browser +++ b/repo/.yaydeps/obs-studio-browser @@ -1,2 +1,2 @@ cef-minimal -vlc-luajit
\ No newline at end of file +vlc-luajit diff --git a/repo/.yaydeps/pam_ssh_agent_auth_patched b/repo/.yaydeps/pam_ssh_agent_auth_patched index b40da9a..49d5707 100644 --- a/repo/.yaydeps/pam_ssh_agent_auth_patched +++ b/repo/.yaydeps/pam_ssh_agent_auth_patched @@ -1 +1 @@ -pod2man
\ No newline at end of file +pod2man diff --git a/repo/.yaydeps/qemu-user-static b/repo/.yaydeps/qemu-user-static index 9a4f968..08663eb 100644 --- a/repo/.yaydeps/qemu-user-static +++ b/repo/.yaydeps/qemu-user-static @@ -1,2 +1,2 @@ glib2-static -pcre-static
\ No newline at end of file +pcre-static diff --git a/repo/.yaydeps/vlc-luajit b/repo/.yaydeps/vlc-luajit new file mode 100644 index 0000000..6d00335 --- /dev/null +++ b/repo/.yaydeps/vlc-luajit @@ -0,0 +1,6 @@ +libmicrodns +jack +aom +dav1d +aribb24 +aribb25 diff --git a/repo/vlc-luajit b/repo/vlc-luajit new file mode 160000 +Subproject 2e434e3edfe0eef54b3340d77fef56cb1382bb1 |
