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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 12 18:35:54 UTC 2018


    Date: Monday, February 12, 2018 @ 18:35:53
  Author: alucryd
Revision: 316723

upgpkg: l-smash 2.14.5-1

Modified:
  l-smash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-12 12:31:06 UTC (rev 316722)
+++ PKGBUILD	2018-02-12 18:35:53 UTC (rev 316723)
@@ -3,7 +3,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
 
 pkgname=l-smash
-pkgver=2.9.1
+pkgver=2.14.5
 pkgrel=1
 pkgdesc='MP4 muxer and other tools'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 provides=('liblsmash.so')
 source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
-sha256sums=('17f24fc8bffba753f8c628f1732fc3581b80362341274747ef6fb96af1cac45c')
+sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
 
 build() {
   cd l-smash-${pkgver}
@@ -20,7 +20,9 @@
   ./configure \
     --prefix='/usr' \
     --enable-shared \
-    --disable-static
+    --disable-static \
+    --extra-cflags="$CFLAGS" \
+    --extra-ldflags="$LDFLAGS"
   make
 }
 



More information about the arch-commits mailing list