[arch-commits] Commit in vapoursynth-plugin-lsmashsource/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Jan 29 12:57:27 UTC 2017


    Date: Sunday, January 29, 2017 @ 12:57:27
  Author: alucryd
Revision: 209362

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

Added:
  vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD
    (from rev 209361, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
  vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD
    (from rev 209361, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
Deleted:
  vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD
  vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   98 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   49 ----------------------
 community-x86_64/PKGBUILD |   49 ----------------------
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-29 12:56:54 UTC (rev 209361)
+++ community-i686/PKGBUILD	2017-01-29 12:57:27 UTC (rev 209362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=911
-pkgrel=1
-pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=('i686' 'x86_64')
-url='https://github.com/VFR-maniac/L-SMASH-Works'
-license=('custom')
-depends=('glibc' 'vapoursynth'
-         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-         'libswscale.so')
-makedepends=('git')
-_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
-    --prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
-  install -m 644 README "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-lsmashsource/repos/community-i686/PKGBUILD (from rev 209361, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-29 12:57:27 UTC (rev 209362)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=921
+pkgrel=1
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+         'libswscale.so')
+makedepends=('git')
+_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-29 12:56:54 UTC (rev 209361)
+++ community-x86_64/PKGBUILD	2017-01-29 12:57:27 UTC (rev 209362)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=vapoursynth-plugin-lsmashsource
-pkgver=911
-pkgrel=1
-pkgdesc='L-SMASH source plugin for Vapoursynth'
-arch=('i686' 'x86_64')
-url='https://github.com/VFR-maniac/L-SMASH-Works'
-license=('custom')
-depends=('glibc' 'vapoursynth'
-         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-         'libswscale.so')
-makedepends=('git')
-_commit='8a89bd93411e378f48e17c36adfc8f9a3da2f8ea'
-source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  ./configure \
-    --prefix='/usr'
-  make
-}
-
-package(){
-  cd vapoursynth-plugin-lsmashsource/VapourSynth
-
-  make DESTDIR="${pkgdir}" install
-
-  # Mark library as executable so sodeps get detected and versioned
-  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
-
-  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
-  install -m 644 README "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth-plugin-lsmashsource/repos/community-x86_64/PKGBUILD (from rev 209361, vapoursynth-plugin-lsmashsource/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-29 12:57:27 UTC (rev 209362)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=vapoursynth-plugin-lsmashsource
+pkgver=921
+pkgrel=1
+pkgdesc='L-SMASH source plugin for Vapoursynth'
+arch=('i686' 'x86_64')
+url='https://github.com/VFR-maniac/L-SMASH-Works'
+license=('custom')
+depends=('glibc' 'vapoursynth'
+         'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
+         'libswscale.so')
+makedepends=('git')
+_commit='2f9d49914f42c2ffe62a9fc20b48de4d3657ffd9'
+source=("vapoursynth-plugin-lsmashsource::git+https://github.com/VFR-maniac/L-SMASH-Works.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  ./configure \
+    --prefix='/usr'
+  make
+}
+
+package(){
+  cd vapoursynth-plugin-lsmashsource/VapourSynth
+
+  make DESTDIR="${pkgdir}" install
+
+  # Mark library as executable so sodeps get detected and versioned
+  chmod +x "${pkgdir}"/usr/lib/libvslsmashsource.so.*
+
+  install -dm 755 "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource
+  install -m 644 README "${pkgdir}"/usr/share/doc/vapoursynth/plugins/lsmashsource/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/vapoursynth-plugin-lsmashsource/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list