Skip to content

Commit

Permalink
main/vapoursynth: update to 69
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jul 4, 2024
1 parent b66c365 commit b91a099
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions main/vapoursynth/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "vapoursynth"
pkgver = "68"
pkgver = "69"
pkgrel = 0
build_style = "gnu_configure"
configure_gen = ["./autogen.sh"]
Expand All @@ -19,15 +19,9 @@
license = "LGPL-2.1-or-later"
url = "https://www.vapoursynth.com"
source = f"https://github.com/vapoursynth/vapoursynth/archive/R{pkgver}.tar.gz"
sha256 = "3bd787f7d1e5feb9e57861b6b9a4646b88300e26a3b9302fe21c6102b1f193f0"
sha256 = "cbd5421df85ba58228ea373cc452ca677e0e2ec61b59944d7e514234633057d9"


@subpackage("vapoursynth-devel")
def _devel(self):
# libvapoursynth.so should be in main package, don't use default_devel
return [
"usr/include",
"usr/lib/pkgconfig",
"usr/lib/*.a",
"usr/lib/libvapoursynth-script.so",
]
return self.default_devel()

0 comments on commit b91a099

Please sign in to comment.