[arch-commits] Commit in l-smash/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 14:19:28 UTC 2015


    Date: Friday, July 17, 2015 @ 16:19:27
  Author: alucryd
Revision: 242310

archrelease: copy trunk to extra-i686, extra-x86_64

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

-----------------------+
 /PKGBUILD             |   72 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   36 ------------------------
 extra-x86_64/PKGBUILD |   36 ------------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-07-17 14:19:07 UTC (rev 242309)
+++ extra-i686/PKGBUILD	2015-07-17 14:19:27 UTC (rev 242310)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=l-smash
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='A simple tool for MP4'
-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=('1c1a487191b723a486bd3e8abd5e28e0d34f7ac1964d98fac0a9a2db962e3838')
-
-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/${pkgname}
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: l-smash/repos/extra-i686/PKGBUILD (from rev 242309, l-smash/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-07-17 14:19:27 UTC (rev 242310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=l-smash
+pkgver=2.3.0
+pkgrel=2
+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=('1c1a487191b723a486bd3e8abd5e28e0d34f7ac1964d98fac0a9a2db962e3838')
+
+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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-07-17 14:19:07 UTC (rev 242309)
+++ extra-x86_64/PKGBUILD	2015-07-17 14:19:27 UTC (rev 242310)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=l-smash
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='A simple tool for MP4'
-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=('1c1a487191b723a486bd3e8abd5e28e0d34f7ac1964d98fac0a9a2db962e3838')
-
-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/${pkgname}
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: l-smash/repos/extra-x86_64/PKGBUILD (from rev 242309, l-smash/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-07-17 14:19:27 UTC (rev 242310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=l-smash
+pkgver=2.3.0
+pkgrel=2
+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=('1c1a487191b723a486bd3e8abd5e28e0d34f7ac1964d98fac0a9a2db962e3838')
+
+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:



More information about the arch-commits mailing list