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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 15 22:23:59 UTC 2016


    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 <alucryd at archlinux.org>
+
+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 <alucryd at archlinux.org>
+
+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:



More information about the arch-commits mailing list