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

Maxime Gauduin alucryd at archlinux.org
Thu Sep 14 21:06:02 UTC 2017


    Date: Thursday, September 14, 2017 @ 21:06:00
  Author: alucryd
Revision: 305572

upgpkg: ffmpeg2.8 2.8.13-1

Modified:
  ffmpeg2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-14 20:57:12 UTC (rev 305571)
+++ PKGBUILD	2017-09-14 21:06:00 UTC (rev 305572)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg2.8
-pkgver=2.8.12
-pkgrel=4
+pkgver=2.8.13
+pkgrel=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
 url='https://ffmpeg.org/'
@@ -25,7 +25,7 @@
           'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-sha256sums=('6213f18a8bb93415724c40a1840a4591458c2949575978b9cf43d7b6a71283bd'
+sha256sums=('c8c807cddfaf6659de81453e8719be8d87f0995a206debdf266ac61bd2c8d843'
             'SKIP')
 
 build() {
@@ -86,7 +86,7 @@
   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
+  echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/50-ffmpeg2.8.conf
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list