Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
farstream
Commits:
77887e1a by Christian Hesse at 2024-09-27T12:17:20+02:00
add make dependency on glib2-devel
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -7,6 +7,7 @@ pkgbase = farstream
license = LGPL
makedepends = gobject-introspection
makedepends = python
+ makedepends = glib2-devel
makedepends = gtk-doc
depends = gst-plugins-base-libs
depends = libnice
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://www.freedesktop.org/wiki/Software/Farstream"
license=('LGPL')
depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection' 'python' 'gtk-doc')
+makedepends=('gobject-introspection' 'python' 'glib2-devel' 'gtk-doc')
optdepends=('gst-plugins-good' 'gst-plugins-bad')
conflicts=('farsight2')
replaces=('farsight2')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/farstream/-/commit/77887e1a1b8eab272f86a0e20813fa737f4add88
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/farstream/-/commit/77887e1a1b8eab272f86a0e20813fa737f4add88
You're receiving this email because of your account on gitlab.archlinux.org.