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

Maxime Gauduin alucryd at nymeria.archlinux.org
Sat Apr 5 13:39:12 UTC 2014


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




More information about the arch-commits mailing list