Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
ffms2


Commits:
6f4710cf by Maxime Gauduin at 2024-05-22T16:05:10+02:00
upgpkg: 5.0RC4-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = ffms2
+       pkgdesc = A libav/ffmpeg based source library and Avisynth plugin for 
easy frame accurate access
+       pkgver = 5.0RC4
+       pkgrel = 1
+       url = https://github.com/FFMS/ffms2
+       arch = x86_64
+       license = GPL
+       makedepends = avisynthplus
+       makedepends = git
+       depends = ffmpeg
+       optdepends = avisynthplus: AviSynth plugin
+       optdepends = vapoursynth: VapourSynth plugin
+       provides = avisynth-plugin-ffms2
+       provides = libffms2.so
+       provides = vapoursynth-plugin-ffms2
+       source = 
git+https://github.com/FFMS/ffms2.git#tag=a3c6e25a103157ba2170fc4eafc2e444cc789b5b
+       sha256sums = SKIP
+
+pkgname = ffms2


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin <aluc...@archlinux.org>
 
 pkgname=ffms2
-pkgver=2.40
-pkgrel=4
+pkgver=5.0RC4
+pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
 arch=(x86_64)
 url=https://github.com/FFMS/ffms2
@@ -21,20 +21,19 @@ provides=(
   libffms2.so
   vapoursynth-plugin-ffms2
 )
-_tag=55c2af57f1bdc587ca98d2e28d3d764c00b3e13a
+_tag=a3c6e25a103157ba2170fc4eafc2e444cc789b5b
 source=(git+https://github.com/FFMS/ffms2.git#tag=${_tag})
 sha256sums=(SKIP)
 
 prepare() {
   cd ffms2
-  git cherry-pick -n 586d87de3f896d0c4ff01b21f572375e11f9c3f1
   mkdir -p src/config
   autoreconf -fiv
 }
 
 pkgver() {
   cd ffms2
-  git describe --tags
+  git describe --tags | sed 's/-//'
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ffms2/-/commit/6f4710cf86092394c7f7b7e90ee574ac6eabb4a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ffms2/-/commit/6f4710cf86092394c7f7b7e90ee574ac6eabb4a5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to