Package Details: vapoursynth-plugin-misc-git R2.5.g07e0589-2

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-misc-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-misc-git
Description: Plugin for Vapoursynth: misc (GIT version)
Upstream URL: https://github.com/vapoursynth/vs-miscfilters-obsolete
Licenses: GPL
Conflicts: vapoursynth-plugin-misc, vapoursynth-plugin-miscfilters-obsolete
Provides: vapoursynth-plugin-misc, vapoursynth-plugin-miscfilters-obsolete
Submitter: jholmer
Maintainer: jholmer
Last Packager: jholmer
Votes: 3
Popularity: 0.000000
First Submitted: 2021-10-02 23:22 (UTC)
Last Updated: 2026-05-08 13:24 (UTC)

Latest Comments

« First ‹ Previous 1 2

jholmer commented on 2021-10-04 14:28 (UTC)

Thanks, fixed

sandsmark commented on 2021-10-04 12:54 (UTC) (edited on 2021-10-04 12:55 (UTC) by sandsmark)

To fix build (and not bypass checksumming):

diff --git a/PKGBUILD b/PKGBUILD
  index 7bcdf39..9c92e9b 100644
  --- a/PKGBUILD
  +++ b/PKGBUILD
  @@ -14,8 +14,8 @@ makedepends=('git'
   )
   provides=("vapoursynth-plugin-${_plug}")
   conflicts=("vapoursynth-plugin-${_plug}")
  -source=("${_plug}::git+https://github.com/vapoursynth/vs-miscfilters-obsolete.git")
  -sha256sums=('SKIP')
  +source=("${_plug}::git+https://github.com/vapoursynth/vs-miscfilters-obsolete.git" 'https://raw.githubusercontent.com/vapoursynth/vapoursynth/R56/src/core/filtershared.h')
  +sha256sums=('SKIP' '4e80389d055b636d29b8cc9ad9916547f2aab206b2535b59c1d571da1e52be71')

   pkgver() {
     cd "${_plug}"
  @@ -25,7 +25,7 @@ pkgver() {
   prepare() {
     mkdir -p build
     mkdir -p include
  -  curl -o "include/filtershared.h" https://raw.githubusercontent.com/vapoursynth/vapoursynth/R56/src/core/filtershared.h
  +  cp filtershared.h "include/filtershared.h"
   }

   build() {