summaryrefslogtreecommitdiff
path: root/pcr/mediastreamer/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-17 09:32:33 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-17 09:32:33 -0300
commita250dea20fce468cc16ab15cb4117a68aa21044a (patch)
tree9c35bd8bba98d9a35756df93273d1d1f2fae8942 /pcr/mediastreamer/PKGBUILD
parentb1c878810bf8934c00af96598fe3a58eeb9766d5 (diff)
downloadabslibre-a250dea20fce468cc16ab15cb4117a68aa21044a.tar.gz
abslibre-a250dea20fce468cc16ab15cb4117a68aa21044a.tar.bz2
abslibre-a250dea20fce468cc16ab15cb4117a68aa21044a.zip
mediastreamer: package was moved back to community repo due that archlinux packager solve the issue
* Rebuild against ffmpeg => https://bugs.archlinux.org/task/34594
Diffstat (limited to 'pcr/mediastreamer/PKGBUILD')
-rw-r--r--pcr/mediastreamer/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/mediastreamer/PKGBUILD b/pcr/mediastreamer/PKGBUILD
deleted file mode 100644
index e55ace473..000000000
--- a/pcr/mediastreamer/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Adrià Arrufat <swiftscythe@gmail.com>
-
-pkgname=mediastreamer
-pkgver=2.8.2
-pkgrel=4.1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('i686' 'x86_64')
-url="http://www.linphone.org/"
-license=('GPL')
-depends=('ortp' 'speex' 'ffmpeg=1:1.2' 'v4l-utils' 'libxv' 'libpulse')
-makedepends=('intltool')
-options=('!libtool')
-source=("http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
- mediastreamer-ffmpeg.patch)
-md5sums=('e51ea9d5fce1396b374d10473dfbadec'
- '805da7def98f367e621363fa0c951fe8'
- '553d5d47ea4a8c8dfeabdc0281849d5f')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
- patch -p1 -i "${srcdir}"/mediastreamer-ffmpeg.patch
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}