summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-02-17 20:32:47 +0100
committersL1pKn072022-02-17 20:33:03 +0100
commit75c3c9ce9033226559009276eb1a2361cb228033 (patch)
tree3a231f476e227674dd01554a93a89d68591de0bf
parent1cade8fc3ed75e6cc897c2fad188cb8a9e51da23 (diff)
downloadaur-75c3c9ce9033226559009276eb1a2361cb228033.tar.gz
provisional ffmpeg4.4 build
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7734d30568f5..62e102791101 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = d2vwitch-git
pkgdesc = Cross-platform D2V creator. (GIT version)
pkgver = v5.2.gb379384
- pkgrel = 1
+ pkgrel = 2
url = http://forum.doom9.org/showthread.php?t=173090
arch = x86_64
license = LGPL2.1
@@ -9,14 +9,15 @@ pkgbase = d2vwitch-git
makedepends = git
makedepends = meson
depends = vapoursynth-plugin-d2vsource-git
- depends = libavutil.so
- depends = libavformat.so
- depends = libavcodec.so
+ depends = libavcodec.so=58-64
+ depends = libavformat.so=58-64
+ depends = libavutil.so=56-64
depends = gcc-libs
depends = qt5-base
depends = xdg-utils
provides = d2vwitch
conflicts = d2vwitch
+ options = debug
source = d2vwitch::git+https://github.com/dubhater/D2VWitch.git
source = d2vwitch.desktop
source = d2vwitch.png
diff --git a/PKGBUILD b/PKGBUILD
index b8bd8669bd9f..0113c3b5888e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=d2vwitch-git
pkgver=v5.2.gb379384
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform D2V creator. (GIT version)"
arch=('x86_64')
url='http://forum.doom9.org/showthread.php?t=173090'
license=('LGPL2.1' 'ISC')
depends=('vapoursynth-plugin-d2vsource-git'
- 'libavutil.so'
- 'libavformat.so'
- 'libavcodec.so'
+ 'libavcodec.so=58-64'
+ 'libavformat.so=58-64'
+ 'libavutil.so=56-64'
'gcc-libs'
'qt5-base'
'xdg-utils'
@@ -28,6 +28,7 @@ sha256sums=('SKIP'
'ae75722403c34d53ea2e55b1b53abdfb02cdb4eaaf4e642e84bee0d26e2ab5d1'
'c63a756f6e375ef4a6f220fcdde3f4a05f7a101c0c0dc3743ce9207730719bd5'
)
+options=('debug')
pkgver() {
cd d2vwitch
@@ -40,6 +41,8 @@ prepare() {
build() {
cd build
+ export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
arch-meson ../d2vwitch \
--libdir /usr/lib/vapoursynth