diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/ffmpegsource | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/ffmpegsource')
-rwxr-xr-x | community/ffmpegsource/PKGBUILD | 47 | ||||
-rwxr-xr-x | community/ffmpegsource/autoconf.patch | 11 |
2 files changed, 0 insertions, 58 deletions
diff --git a/community/ffmpegsource/PKGBUILD b/community/ffmpegsource/PKGBUILD deleted file mode 100755 index 0bb3984f9..000000000 --- a/community/ffmpegsource/PKGBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# $Id: PKGBUILD 94878 2013-08-01 06:54:52Z bpiotrowski $ -# Maintainer: Maxime Gauduin <alucryd@gmail.com> - -pkgname=ffmpegsource -pkgver=755 -pkgrel=1 -pkgdesc="A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access" -arch=('i686' 'x86_64') -url="http://code.google.com/p/ffmpegsource/" -license=('MIT') -depends=('ffmpeg') -makedepends=('svn') -options=('!libtool') -source=("${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/" - 'autoconf.patch') -sha256sums=('SKIP' - '2cfa7d2e0219a5c8df9a50fe2460a1a1e6b69df10e6d9eee1d723766e62535e7') - -pkgver() { - cd "${SRCDEST}"/${pkgname} - - svnversion | tr -d [A-z] -} - -prepare() { - cd "${srcdir}"/${pkgname} - - patch -Np1 -i ../autoconf.patch -} - -build() { - cd "${srcdir}"/${pkgname} - - ./autogen.sh --prefix=/usr --enable-shared --disable-static - make -} - -package() { - cd "${srcdir}"/${pkgname} - - make DESTDIR="${pkgdir}" install - - install -dm 755 "${pkgdir}"/usr/share/licenses/ffmpegsource - install -m 644 COPYING "${pkgdir}"/usr/share/licenses/ffmpegsource/LICENSE -} - -# vim: ts=2 sw=2 et: diff --git a/community/ffmpegsource/autoconf.patch b/community/ffmpegsource/autoconf.patch deleted file mode 100755 index 2ed0d0f6e..000000000 --- a/community/ffmpegsource/autoconf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -6,7 +6,7 @@ pkgconfig_DATA = ffms2.pc - - dist_doc_DATA = doc/ffms2-api.html doc/ffms2-changelog.html doc/style.css - --INCLUDES = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src/config @LIBAV_CFLAGS@ @ZLIB_CPPFLAGS@ -include config.h -+AM_CPPFLAGS = -I. -I$(top_srcdir)/include -I$(top_srcdir)/src/config @LIBAV_CFLAGS@ @ZLIB_CPPFLAGS@ -include config.h - - lib_LTLIBRARIES = src/core/libffms2.la - src_core_libffms2_la_LIBADD = @LIBAV_LIBS@ @ZLIB_LDFLAGS@ -lz @LTUNDEF@ |