[arch-commits] Commit in ffmpeg4.4/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 30 15:42:53 UTC 2022


    Date: Sunday, January 30, 2022 @ 15:42:53
  Author: alucryd
Revision: 435511

upgpkg: ffmpeg4.4 4.4.1-3

Modified:
  ffmpeg4.4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 15:40:37 UTC (rev 435510)
+++ PKGBUILD	2022-01-30 15:42:53 UTC (rev 435511)
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg4.4
 pkgver=4.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=(x86_64)
 url=https://ffmpeg.org/
@@ -112,7 +112,7 @@
   ./configure \
     --prefix=/usr \
     --incdir=/usr/include/ffmpeg4.4 \
-    --pkgconfigdir=/usr/lib/ffmpeg4.4/pkgconfig \
+    --libdir=/usr/lib/ffmpeg4.4 \
     --disable-debug \
     --disable-doc \
     --disable-programs \
@@ -176,7 +176,9 @@
 
 package() {
   make DESTDIR="${pkgdir}" -C ffmpeg install
-  rm -rf "${pkgdir}"/usr/{lib/*.so,share}
+  rm -rf "${pkgdir}"/usr/share
+  install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
+  echo '/usr/lib/ffmpeg4.4' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg4.4.conf
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list