[arch-commits] Commit in ffmpeg2.8/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Apr 26 18:19:05 UTC 2017


    Date: Wednesday, April 26, 2017 @ 18:19:05
  Author: alucryd
Revision: 294778

x265 2.4 rebuild: ffmpeg2.8 2.8.11-3

Modified:
  ffmpeg2.8/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-26 17:50:28 UTC (rev 294777)
+++ PKGBUILD	2017-04-26 18:19:05 UTC (rev 294778)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg2.8
 pkgver=2.8.11
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'
@@ -81,8 +81,10 @@
   cd ffmpeg-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,share}
+  rm -rf "${pkgdir}"/usr/share
 
+  find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;
+
   install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
   echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg2.8.conf
 }



More information about the arch-commits mailing list