[arch-commits] Commit in mediastreamer/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 23 21:50:20 UTC 2020


    Date: Wednesday, September 23, 2020 @ 21:50:20
  Author: arojas
Revision: 711599

Remove unused libupnp dependency

Modified:
  mediastreamer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-23 21:48:16 UTC (rev 711598)
+++ PKGBUILD	2020-09-23 21:50:20 UTC (rev 711599)
@@ -6,12 +6,12 @@
 
 pkgname=mediastreamer
 pkgver=4.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library written in C that allows you to create and run audio and video streams"
 arch=(x86_64)
 url="https://github.com/BelledonneCommunications/mediastreamer2"
 license=(GPL)
-depends=(ortp ffmpeg libupnp bzrtp glew libsrtp)
+depends=(ortp ffmpeg bzrtp glew libsrtp)
 makedepends=(cmake python bcunit doxygen)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/mediastreamer2/archive/$pkgver.tar.gz")
 sha256sums=('f986fba8bb23db60441707c958e8d8cb41d56939b42ef4e47de1eeed62522eee')



More information about the arch-commits mailing list