Package Details: gst-devtools 1.18.4-2

Git Clone URL: https://aur.archlinux.org/gst-devtools.git (read-only, click to copy)
Package Base: gst-devtools
Description: Development and debugging tools for GStreamer
Upstream URL: https://gitlab.freedesktop.org/gstreamer/gst-devtools
Licenses: LGPL
Submitter: bunder
Maintainer: None
Last Packager: bunder
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-28 13:19 (UTC)
Last Updated: 2021-06-26 14:37 (UTC)

Latest Comments

bunder commented on 2022-07-02 07:48 (UTC)

FYI: I've opened https://bugs.archlinux.org/task/75199 to move gst-devtools to extra.

bunder commented on 2021-06-26 14:40 (UTC)

Thank you for the report. I've added missing dependencies and checked that the package builds in clean chroot.

alex.shpilkin commented on 2021-05-26 23:21 (UTC)

This package does not build for me in a clean chroot. Intense staring at the Meson output suggests the following change (with which it does build), except gst-rtsp-server should probably be a makedepend and optdepend instead (I don’t know what it’s used for); somebody who understands Gstreamer better than I do should have a look at this.

diff --git a/PKGBUILD b/PKGBUILD
index 69f24f3..2ac01d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc='Development and debugging tools for GStreamer'
 arch=('i686' 'x86_64' 'armv7h' 'armv6h')
 url='https://gitlab.freedesktop.org/gstreamer/gst-devtools'
 license=('LGPL')
-makedepends=('meson')
-depends=("gstreamer>=$pkgver")
+makedepends=('meson' 'gobject-introspection' 'hotdoc')
+depends=("gstreamer>=$pkgver" "gst-plugins-base-libs>=$pkgver" "gst-rtsp-server>=$pkgver" 'json-glib' 'gtk3')
 source=(https://gitlab.freedesktop.org/gstreamer/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('0f886306c7588927b55b8e4359de79c9056d549c902ae6a29406d36836989095')