summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:42:17 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 22:42:17 -0500
commit181698d754f2427950a2a72b3b609e0157eba50e (patch)
treee72a6772702b23e662d65eb7199cf90016af9a0d
parent68c2cc00c009bd5bdac818faa1b04c9e564e09b6 (diff)
downloadabslibre-181698d754f2427950a2a72b3b609e0157eba50e.tar.gz
abslibre-181698d754f2427950a2a72b3b609e0157eba50e.tar.bz2
abslibre-181698d754f2427950a2a72b3b609e0157eba50e.zip
Removing mediastreamer-git. Use mediastreamer instead
-rw-r--r--pcr/mediastreamer-git/PKGBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/pcr/mediastreamer-git/PKGBUILD b/pcr/mediastreamer-git/PKGBUILD
deleted file mode 100644
index 969ce6701..000000000
--- a/pcr/mediastreamer-git/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=mediastreamer
-pkgname="mediastreamer-git"
-pkgver=r4843.030943d
-pkgrel=1
-pkgdesc="A library written in C that allows you to create and run audio and video streams"
-arch=('x86_64' 'i686')
-url="http://www.linphone.org/"
-url="https://github.com/BelledonneCommunications/mediastreamer2"
-license=('GPL2')
-depends=('ortp-git' 'ffmpeg' 'libxv' 'libupnp' 'bzrtp-git' 'glew' 'libsrtp' 'mbedtls' 'bcunit-git' 'bctoolbox-git')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim' 'git')
-conflicts=("${_pkgname}")
-provides=("${_pkgname}")
-source=("${_pkgname}-${pkgver}::git+https://github.com/BelledonneCommunications/mediastreamer2#branch=master")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $_pkgname-$pkgver
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- cd $_pkgname-$pkgver
- ./autogen.sh
-}
-
-build() {
- cd $_pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-glx --enable-xv --enable-zrtp --enable-external-ortp \
- --disable-strict
- make
-}
-
-package() {
- cd $_pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-}