[arch-commits] Commit in ffmpeg2theora/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 30 19:45:44 UTC 2022


    Date: Sunday, January 30, 2022 @ 19:45:44
  Author: alucryd
Revision: 1120824

ffmpeg 4.4 rebuild: ffmpeg2theora 0.30-7

Modified:
  ffmpeg2theora/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 19:44:25 UTC (rev 1120823)
+++ PKGBUILD	2022-01-30 19:45:44 UTC (rev 1120824)
@@ -5,12 +5,12 @@
 
 pkgname=ffmpeg2theora
 pkgver=0.30
-pkgrel=6
+pkgrel=7
 pkgdesc="Simple converter to create Ogg Theora files"
 arch=('x86_64')
 url="https://www.v2v.cc/~j/ffmpeg2theora/"
 license=('GPL')
-depends=('ffmpeg' 'libkate')
+depends=('ffmpeg4.4' 'libkate')
 makedepends=('scons' 'git')
 source=(http://v2v.cc/~j/ffmpeg2theora/downloads/$pkgname-$pkgver.tar.bz2
         ffmpeg2theora-0.29-underlinking.patch scons-python3.patch)
@@ -29,6 +29,7 @@
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   scons
 }
 



More information about the arch-commits mailing list