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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sat Jun 21 10:06:40 UTC 2014


    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 <alucryd at 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 <alucryd at 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 <alucryd at 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 <alucryd at 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:




More information about the arch-commits mailing list