[arch-commits] Commit in l-smash/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Feb 12 18:36:09 UTC 2018


    Date: Monday, February 12, 2018 @ 18:36:08
  Author: alucryd
Revision: 316724

archrelease: copy trunk to extra-x86_64

Added:
  l-smash/repos/extra-x86_64/PKGBUILD
    (from rev 316723, l-smash/trunk/PKGBUILD)
Deleted:
  l-smash/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-12 18:35:53 UTC (rev 316723)
+++ PKGBUILD	2018-02-12 18:36:08 UTC (rev 316724)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=l-smash
-pkgver=2.9.1
-pkgrel=1
-pkgdesc='MP4 muxer and other tools'
-arch=('i686' 'x86_64')
-url='https://github.com/l-smash/l-smash'
-license=('custom')
-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')
-
-build() {
-  cd l-smash-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-shared \
-    --disable-static
-  make
-}
-
-package() {
-  cd l-smash-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
-}
-
-# vim: ts=2 sw=2 et:

Copied: l-smash/repos/extra-x86_64/PKGBUILD (from rev 316723, l-smash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-12 18:36:08 UTC (rev 316724)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=l-smash
+pkgver=2.14.5
+pkgrel=1
+pkgdesc='MP4 muxer and other tools'
+arch=('x86_64')
+url='https://github.com/l-smash/l-smash'
+license=('custom')
+depends=('glibc')
+provides=('liblsmash.so')
+source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz")
+sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
+
+build() {
+  cd l-smash-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared \
+    --disable-static \
+    --extra-cflags="$CFLAGS" \
+    --extra-ldflags="$LDFLAGS"
+  make
+}
+
+package() {
+  cd l-smash-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list