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

2017-03-26 Thread Maxime Gauduin
Date: Sunday, March 26, 2017 @ 22:24:05
  Author: alucryd
Revision: 219199

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 219198, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 219198, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-26 22:23:24 UTC (rev 219198)
+++ community-i686/PKGBUILD 2017-03-26 22:24:05 UTC (rev 219199)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.23
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 219198, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-26 22:24:05 UTC (rev 219199)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver%.*}.tar.gz;)
+sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
+
+build() {
+  cd ffms2-${pkgver%.*}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver%.*}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-26 22:23:24 UTC (rev 219198)
+++ community-x86_64/PKGBUILD   2017-03-26 22:24:05 UTC (rev 219199)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.23
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 219198, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-26 22:24:05 UTC (rev 219199)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')

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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 16:20:35
  Author: alucryd
Revision: 194024

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

Added:
  ffms2/repos/community-staging-i686/
  ffms2/repos/community-staging-i686/PKGBUILD
(from rev 194023, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-staging-x86_64/
  ffms2/repos/community-staging-x86_64/PKGBUILD
(from rev 194023, ffms2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 194023, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-30 16:20:35 UTC (rev 194024)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 194023, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-30 16:20:35 UTC (rev 194024)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-10-30 Thread Maxime Gauduin
Date: Sunday, October 30, 2016 @ 14:58:36
  Author: alucryd
Revision: 194008

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 194007, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 194007, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-30 14:58:18 UTC (rev 194007)
+++ community-i686/PKGBUILD 2016-10-30 14:58:36 UTC (rev 194008)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.22
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 194007, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-30 14:58:36 UTC (rev 194008)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-30 14:58:18 UTC (rev 194007)
+++ community-x86_64/PKGBUILD   2016-10-30 14:58:36 UTC (rev 194008)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.22
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 194007, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-10-30 14:58:36 UTC (rev 194008)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.23
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')

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

2016-07-03 Thread Maxime Gauduin
Date: Sunday, July 3, 2016 @ 19:44:09
  Author: alucryd
Revision: 181913

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

Added:
  ffms2/repos/community-staging-i686/
  ffms2/repos/community-staging-i686/PKGBUILD
(from rev 181912, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-staging-x86_64/
  ffms2/repos/community-staging-x86_64/PKGBUILD
(from rev 181912, ffms2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 181912, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-07-03 19:44:09 UTC (rev 181913)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=3
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 181912, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-07-03 19:44:09 UTC (rev 181913)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=3
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-02-15 Thread Maxime Gauduin
Date: Monday, February 15, 2016 @ 23:23:59
  Author: alucryd
Revision: 161715

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

Added:
  ffms2/repos/community-staging-i686/
  ffms2/repos/community-staging-i686/PKGBUILD
(from rev 161714, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-staging-x86_64/
  ffms2/repos/community-staging-x86_64/PKGBUILD
(from rev 161714, ffms2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 161714, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-15 22:23:59 UTC (rev 161715)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 161714, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-15 22:23:59 UTC (rev 161715)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-12 Thread Maxime Gauduin
Date: Saturday, December 12, 2015 @ 12:58:38
  Author: alucryd
Revision: 153124

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 153123, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 153123, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-12 11:57:46 UTC (rev 153123)
+++ community-i686/PKGBUILD 2015-12-12 11:58:38 UTC (rev 153124)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=3
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'i
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 153123, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-12 11:58:38 UTC (rev 153124)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('7c5202fa2e49186fb3bb815e5b12ca71f05ec09cb707ffd9465852e21a06fdad')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-12 11:57:46 UTC (rev 153123)
+++ community-x86_64/PKGBUILD   2015-12-12 11:58:38 UTC (rev 153124)
@@ -1,38 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=3
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2'i
-  'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ffms2-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ffms2-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
-  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 153123, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-12 11:58:38 UTC (rev 153124)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.22
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'
+  'libffms2.so')

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

2015-12-06 Thread Allan McRae
Date: Monday, December 7, 2015 @ 01:32:40
  Author: allan
Revision: 149414

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

Added:
  ffms2/repos/community-staging-i686/
  ffms2/repos/community-staging-i686/PKGBUILD
(from rev 149413, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-staging-x86_64/
  ffms2/repos/community-staging-x86_64/PKGBUILD
(from rev 149413, ffms2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 149413, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 00:32:40 UTC (rev 149414)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=3
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'i
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 149413, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-07 00:32:40 UTC (rev 149414)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=3
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'i
+  'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/lib/vapoursynth
+  ln -s ../libffms2.so "${pkgdir}"/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-17 Thread Maxime Gauduin
Date: Friday, July 17, 2015 @ 21:11:53
  Author: alucryd
Revision: 137074

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 137073, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 137073, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   37 -
 community-x86_64/PKGBUILD |   37 -
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 19:11:36 UTC (rev 137073)
+++ community-i686/PKGBUILD 2015-07-17 19:11:53 UTC (rev 137074)
@@ -1,37 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 137073, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 19:11:53 UTC (rev 137074)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'i
+  'libffms2.so')
+source=(ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+
+build() {
+  cd ffms2-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ffms2-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-17 19:11:36 UTC (rev 137073)
+++ community-x86_64/PKGBUILD   2015-07-17 19:11:53 UTC (rev 137074)
@@ -1,37 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-
-pkgname=ffms2
-pkgver=2.21
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---enable-avresample \
---enable-shared \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 137073, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-17 19:11:53 UTC (rev 137074)
@@ -0,0 +1,38 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2'i
+  'libffms2.so')
+source=(ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)

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

2015-05-20 Thread Maxime Gauduin
Date: Wednesday, May 20, 2015 @ 16:45:17
  Author: alucryd
Revision: 133889

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 133888, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 133888, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   33 ---
 community-x86_64/PKGBUILD |   33 ---
 3 files changed, 74 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-20 14:31:58 UTC (rev 133888)
+++ community-i686/PKGBUILD 2015-05-20 14:45:17 UTC (rev 133889)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.20
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 133888, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-20 14:45:17 UTC (rev 133889)
@@ -0,0 +1,37 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--enable-avresample \
+--enable-shared \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-20 14:31:58 UTC (rev 133888)
+++ community-x86_64/PKGBUILD   2015-05-20 14:45:17 UTC (rev 133889)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.20
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 133888, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-20 14:45:17 UTC (rev 133889)
@@ -0,0 +1,37 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+
+pkgname=ffms2
+pkgver=2.21
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+

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

2014-09-15 Thread Maxime Gauduin
Date: Monday, September 15, 2014 @ 10:18:11
  Author: alucryd
Revision: 118998

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

Added:
  ffms2/repos/community-staging-i686/
  ffms2/repos/community-staging-i686/PKGBUILD
(from rev 118997, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-staging-x86_64/
  ffms2/repos/community-staging-x86_64/PKGBUILD
(from rev 118997, ffms2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: ffms2/repos/community-staging-i686/PKGBUILD (from rev 118997, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-15 08:18:11 UTC (rev 118998)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-staging-x86_64/PKGBUILD (from rev 118997, 
ffms2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-15 08:18:11 UTC (rev 118998)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-06-21 Thread Maxime Gauduin
Date: Saturday, June 21, 2014 @ 12:06:40
  Author: alucryd
Revision: 113391

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 113390, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 113390, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-21 10:05:57 UTC (rev 113390)
+++ community-i686/PKGBUILD 2014-06-21 10:06:40 UTC (rev 113391)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
-sha256sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 113390, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-21 10:06:40 UTC (rev 113391)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-21 10:05:57 UTC (rev 113390)
+++ community-x86_64/PKGBUILD   2014-06-21 10:06:40 UTC (rev 113391)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
-sha256sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 113390, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-21 10:06:40 UTC (rev 113391)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.20
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 

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

2014-06-06 Thread Maxime Gauduin
Date: Friday, June 6, 2014 @ 10:12:32
  Author: alucryd
Revision: 112748

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 112747, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 112747, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 08:12:06 UTC (rev 112747)
+++ community-i686/PKGBUILD 2014-06-06 08:12:32 UTC (rev 112748)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 112747, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 08:12:32 UTC (rev 112748)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1.r120.9203af5
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-06 08:12:06 UTC (rev 112747)
+++ community-x86_64/PKGBUILD   2014-06-06 08:12:32 UTC (rev 112748)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.1
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 112747, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-06 08:12:32 UTC (rev 112748)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1.r120.9203af5
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git#commit=9203af5;)
+sha256sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 

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

2014-06-05 Thread Maxime Gauduin
Date: Thursday, June 5, 2014 @ 09:22:40
  Author: alucryd
Revision: 112694

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 112693, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 112693, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 66 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-05 07:22:23 UTC (rev 112693)
+++ community-i686/PKGBUILD 2014-06-05 07:22:40 UTC (rev 112694)
@@ -1,39 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.r81.047b479
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-
-  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
-}
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 112693, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-05 07:22:40 UTC (rev 112694)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-05 07:22:23 UTC (rev 112693)
+++ community-x86_64/PKGBUILD   2014-06-05 07:22:40 UTC (rev 112694)
@@ -1,39 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19.r81.047b479
-pkgrel=1
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=(git+https://github.com/FFMS/ffms2.git;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-
-  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
-}
-
-build() {
-  cd ${pkgname}
-
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 112693, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 07:22:40 UTC (rev 112694)
@@ -0,0 +1,33 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.1
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared 

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

2014-04-05 Thread Maxime Gauduin
Date: Saturday, April 5, 2014 @ 15:39:12
  Author: alucryd
Revision: 108861

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 108860, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 108860, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   32 --
 community-x86_64/PKGBUILD |   32 --
 3 files changed, 78 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-05 13:39:02 UTC (rev 108860)
+++ community-i686/PKGBUILD 2014-04-05 13:39:12 UTC (rev 108861)
@@ -1,32 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 108860, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-05 13:39:12 UTC (rev 108861)
@@ -0,0 +1,39 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.r81.047b479
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+
+  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
+}
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-05 13:39:02 UTC (rev 108860)
+++ community-x86_64/PKGBUILD   2014-04-05 13:39:12 UTC (rev 108861)
@@ -1,32 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19
-pkgrel=2
-pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
-arch=('i686' 'x86_64')
-url='https://github.com/FFMS/ffms2'
-license=('GPL')
-depends=('ffmpeg')
-provides=('vapoursynth-plugin-ffms2')
-source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
-  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 108860, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-05 13:39:12 UTC (rev 108861)
@@ -0,0 +1,39 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19.r81.047b479
+pkgrel=1
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+makedepends=('git')
+provides=('vapoursynth-plugin-ffms2')
+source=(git+https://github.com/FFMS/ffms2.git;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+
+  printf %s $(git describe --tags | sed 's/-/.r/; s/-g/./')
+}
+
+build() {
+  cd ${pkgname}
+
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd 

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

2014-02-12 Thread Maxime Gauduin
Date: Wednesday, February 12, 2014 @ 16:41:55
  Author: alucryd
Revision: 105637

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

Added:
  ffms2/repos/community-i686/PKGBUILD
(from rev 105636, ffms2/trunk/PKGBUILD)
  ffms2/repos/community-x86_64/PKGBUILD
(from rev 105636, ffms2/trunk/PKGBUILD)
Deleted:
  ffms2/repos/community-i686/PKGBUILD
  ffms2/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-12 15:41:41 UTC (rev 105636)
+++ community-i686/PKGBUILD 2014-02-12 15:41:55 UTC (rev 105637)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19
-pkgrel=1
-pkgdesc=A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access
-arch=('i686' 'x86_64')
-url=https://github.com/FFMS/ffms2;
-license=('MIT')
-depends=('ffmpeg')
-replaces=('ffmpegsource')
-source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-i686/PKGBUILD (from rev 105636, 
ffms2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-12 15:41:55 UTC (rev 105637)
@@ -0,0 +1,32 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/lib/vapoursynth
+  ln -s ../libffms2.so ${pkgdir}/usr/lib/vapoursynth/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-12 15:41:41 UTC (rev 105636)
+++ community-x86_64/PKGBUILD   2014-02-12 15:41:55 UTC (rev 105637)
@@ -1,33 +0,0 @@
-# $Id$$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-
-pkgname=ffms2
-pkgver=2.19
-pkgrel=1
-pkgdesc=A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access
-arch=('i686' 'x86_64')
-url=https://github.com/FFMS/ffms2;
-license=('MIT')
-depends=('ffmpeg')
-replaces=('ffmpegsource')
-source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
-sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-# License
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffms2/repos/community-x86_64/PKGBUILD (from rev 105636, 
ffms2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-12 15:41:55 UTC (rev 105637)
@@ -0,0 +1,32 @@
+# $Id$$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=ffms2
+pkgver=2.19
+pkgrel=2
+pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access'
+arch=('i686' 'x86_64')
+url='https://github.com/FFMS/ffms2'
+license=('GPL')
+depends=('ffmpeg')
+provides=('vapoursynth-plugin-ffms2')
+source=(https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz;)
+sha256sums=('6f1379514f03a14092fdfc9941960a9b86f5b78d86f9e000eeddf3bf50d42811')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --enable-shared --disable-static 
--enable-avresample
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+