[arch-commits] Commit in (5 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Sun Sep 15 13:31:58 UTC 2013


    Date: Sunday, September 15, 2013 @ 15:31:58
  Author: alucryd
Revision: 97222

Replace ffmpegsource with ffms2

Added:
  ffms2/
  ffms2/trunk/
  ffms2/trunk/PKGBUILD
Modified:
  aegisub/trunk/PKGBUILD
Deleted:
  ffmpegsource/

------------------------+
 aegisub/trunk/PKGBUILD |    8 +++-----
 ffms2/trunk/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: aegisub/trunk/PKGBUILD
===================================================================
--- aegisub/trunk/PKGBUILD	2013-09-15 13:21:19 UTC (rev 97221)
+++ aegisub/trunk/PKGBUILD	2013-09-15 13:31:58 UTC (rev 97222)
@@ -5,12 +5,12 @@
 
 pkgname=aegisub
 pkgver=3.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
 arch=('i686' 'x86_64')
 url="http://www.aegisub.org"
 license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9')
+depends=('desktop-file-utils' 'ffms2' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9')
 makedepends=('mesa')
 install="${pkgname}.install"
 source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"
@@ -27,9 +27,7 @@
 build() {
   cd ${pkgname}/${pkgname}
 
-  export ACLOCAL=aclocal
-  export AUTOMAKE=automake
-  ./autogen.sh --prefix='/usr' --without-{portaudio,openal,oss} --with-wxdir='/usr/include/wx-2.9' --with-wx-config='/usr/bin/wx-config-2.9'
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss} --with-wxdir='/usr/include/wx-2.9' --with-wx-config='/usr/bin/wx-config-2.9'
   make
 }
 

Added: ffms2/trunk/PKGBUILD
===================================================================
--- ffms2/trunk/PKGBUILD	                        (rev 0)
+++ ffms2/trunk/PKGBUILD	2013-09-15 13:31:58 UTC (rev 97222)
@@ -0,0 +1,34 @@
+# $Id$$
+# Maintainer: Maxime Gauduin <alucryd at 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')
+options=('!libtool')
+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:


Property changes on: ffms2/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list