1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
8 pkgdesc="Audio/Video Communications Framework (legacy version)"
10 url="http://www.freedesktop.org/wiki/Software/Farstream"
12 depends=('libnice' 'gstreamer0.10-base' 'gstreamer0.10-bad-plugins' 'gstreamer0.10-good-plugins' 'gstreamer0.10-ffmpeg')
13 makedepends=('gobject-introspection' 'gstreamer0.10-python' 'python2-gobject2' 'git' 'gtk-doc')
14 source=(git://git.collabora.co.uk/git/farstream.git#commit=54e28e95bed4f04bc95dae509c3724399c79fa29
15 farstream-0.1.2-prefer-vp8.patch
16 farstream-rtp-session.patch
17 codec-discovery-intersect.patch
18 intersect-instead-of-merge.patch
22 '5f8f2876bde0f21383b3d059c94914a2fcd63d45a1bb1b5cd2e2208cd2536da5'
23 '30e95a24800a26ff84e0cffeccb525e704fab6024402cd1d3e7fd957909650bf'
24 '385d7c72e269bf48bd41937442d819a1e6d0f2472b903670a8a5555f5cb96586'
25 'c3988f90fc50ee557399b240de78f3fb4fe191f339143f6943b963c2e0fddaf2'
26 'b966312ccad90dd30b78ee2df49e9637b3b573e498668bcc58ac208f254440db'
27 '8fde8f5fb16475aabeda2d6e48c86b105341fd72cde02cd6655ca7f41b4a98ed')
31 patch -Np1 -i ../farstream-0.1.2-prefer-vp8.patch
32 patch -Np1 -i ../farstream-rtp-session.patch
33 patch -Np1 -i ../intersect-instead-of-merge.patch
34 patch -Np1 -i ../codec-discovery-intersect.patch
35 patch -Np1 -i ../rtp-memleak.patch
36 patch -Np1 -i ../fix-crash.patch
37 sed -i -e 's/AC_INIT(Farstream, 0.1.2.1/AC_INIT(Farstream, 0.1.2/' configure.ac
42 # MSN test fails because of missing libmimic + mimenc element
43 make check || return 0
47 NOCONFIGURE=1 ./autogen.sh
50 --with-package-name='Arch Linux Farstream 0.1 Package' \
51 --with-package-origin='https://www.archlinux.org/' \
52 --disable-gtk-doc --disable-static
58 make DESTDIR="$pkgdir" install
61 # vim:set ts=2 sw=2 et: