[arch-commits] Commit in ffms2/repos (4 files)
Maxime Gauduin
alucryd at archlinux.org
Wed May 20 14:45:17 UTC 2015
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 <alucryd at 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 <alucryd at 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 <alucryd at 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 <alucryd at 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:
More information about the arch-commits
mailing list