summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Burrett2022-02-28 15:28:12 +0000
committerNick Burrett2022-02-28 15:28:12 +0000
commit112dedbf73ebd082d5ce1080cd8bf74a47da8277 (patch)
tree60bbc2bfd16ba303e3a716e69d39383e992a9774
parent78f205e047b59ba20c900e4bb534f39279b9a463 (diff)
downloadaur-comskip.tar.gz
Depend on ffmpeg4.4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64c2187e80fe..ecd9169c2360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = comskip
pkgdesc = Comskip is a free MPEG commercial break detector.
pkgver = 0.82.009
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://github.com/erikkaashoek/Comskip
arch = x86_64
arch = i686
license = GPL3
makedepends = git
- depends = ffmpeg
+ depends = ffmpeg4.4
depends = argtable
source = https://github.com/erikkaashoek/Comskip/archive/0.82.009.tar.gz
source = compilation.patch
@@ -16,4 +16,3 @@ pkgbase = comskip
sha256sums = 5ea83b9e7189b9f320e3890891c0273daa5325b35298a3b921a904e9a357b798
pkgname = comskip
-
diff --git a/PKGBUILD b/PKGBUILD
index b4e100f9dbfb..2ab22bfa6bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Burrett <nick@sqrt.co.uk>
pkgname=comskip
pkgver=0.82.009
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Comskip is a free MPEG commercial break detector'.
_gitname='comskip'
@@ -9,7 +9,7 @@ url='http://github.com/erikkaashoek/Comskip'
arch=('x86_64' 'i686')
license=('GPL3')
makedepends=('git')
-depends=('ffmpeg' 'argtable')
+depends=('ffmpeg4.4' 'argtable')
source=("https://github.com/erikkaashoek/Comskip/archive/0.82.009.tar.gz"
"compilation.patch")
sha256sums=('eae287eff75f018d71a92623ffa67529f8dc75fd6165d07f1b299cdf10c2981a'
@@ -22,7 +22,7 @@ prepare() {
build() {
cd "${srcdir}/Comskip-${pkgver}"
./autogen.sh
- ./configure --prefix=/usr
+ PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig/ ./configure --prefix=/usr
make clean
make
}