From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B371B158232 for ; Sat, 7 Dec 2024 17:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0124CE115B; Sat, 7 Dec 2024 17:17:17 +0000 (UTC) Received: from mail-10629.protonmail.ch (mail-10629.protonmail.ch [79.135.106.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A239E112F for ; Sat, 7 Dec 2024 17:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1733591828; x=1733851028; bh=wYh5R4qHtZzrJAHBplidX8l47e7kXKDdfnwXay6JnGk=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=LaLqD7+wJ8SvpdWBlcK657yiFUGAipvxLs1YIDb+h1/XUYshrAANc7UngKGdUxI8j /FtSg6T/5iPV/QDnhcHllC3ba7xLBf3lPYEYnCHuRv7BxfAr8ZjPQYgvrdoJS4AxaQ lTDHGQoqoLGynUEOAhxfVkau87s13k84Y7FipcGd7HsicdoiH3mPhmPWYAESkO4PTz Gie2v/u/dujWk3mHuH13GyVhJf/5WjXwmKmlR3WDQuQRGlzp2Omg3pXJiZIKyZ2XZ6 SmZ/jznahA4Lbn/oWJDFS6cGPNNKMkFDNdk3CbTBGYUVA7x+yvxAVZcIVrgHmRatkb j4BJ/pXO2yaaQ== Date: Sat, 07 Dec 2024 17:17:03 +0000 To: gentoo-dev@lists.gentoo.org From: Filip Kobierski Subject: Re: [gentoo-dev] Bugs in pitivi ebuild Message-ID: In-Reply-To: References: Feedback-ID: 115236665:user:proton X-Pm-Message-ID: 03913d1e82e2f7913432f573ba212e0870652720 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha512; boundary="------fb4da5bfe44ee621e127faf42de6833fc2d512b84cdac53f1cc0b9eb1100bdc4"; charset=utf-8 X-Archives-Salt: 6e7fd07a-abf6-4547-b9b8-8b50d6bb779e X-Archives-Hash: 09c09e76e0b35c4cff528473ca361ab8 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --------fb4da5bfe44ee621e127faf42de6833fc2d512b84cdac53f1cc0b9eb1100bdc4 Content-Type: multipart/mixed;boundary=---------------------a3abc9c427997e376c7e06d1bdfb9150 -----------------------a3abc9c427997e376c7e06d1bdfb9150 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain;charset=utf-8 > Missing soft dependency: > - cvtracker GStreamer element not found on the system > -> enables object tracking I think could besatisfied by media-libs/gstreamer[introspection]. Also from what I can tell librosa is not packaged in any of the overlays tracked by https://gpo.zugaina.org. If you want it check out https://forums.gentoo.org/viewtopic-t-1169251.html regards fkobi On Saturday, December 7th, 2024 at 15:15, Grand Duet wrote: > In short: at least gsound dependency has not been mentioned in the > pitivi ebuild. > = > The full story has been explained below. > = > I have recently installed pitivi and tried to run it. > It failed with the following error message: > # pitivi > Missing soft dependency: > - GSound not found on the system > -> enables sound notifications when rendering is complete > = > Missing soft dependency: > - cvtracker GStreamer element not found on the system > -> enables object tracking > = > Missing soft dependency: > - librosa not found on the system > -> enables beat detection functionality > = > Traceback (most recent call last): > File "/usr/lib64/pitivi/python/pitivi/application.py", line 205, in > do_activate > self.create_main_window() > File "/usr/lib64/pitivi/python/pitivi/application.py", line 212, in > create_main_window > self.gui.setup_ui() > File "/usr/lib64/pitivi/python/pitivi/mainwindow.py", line 135, in setup= _ui > self.editor.setup_ui() > File "/usr/lib64/pitivi/python/pitivi/editorperspective.py", line > 103, in setup_ui > self._create_ui() > File "/usr/lib64/pitivi/python/pitivi/editorperspective.py", line > 260, in _create_ui > self.mainhpaned.set_position(self.settings.mainWindowMainHPanePosition) > TypeError: Argument 1 does not allow None as a value > = > After installing gsound and gstreamer, the error message have been > reduced to the following: > Missing soft dependency: > - cvtracker GStreamer element not found on the system > -> enables object tracking > = > Missing soft dependency: > - librosa not found on the system > -> enables beat detection functionality > = > Traceback (most recent call last): > File "/usr/lib64/pitivi/python/pitivi/application.py", line 205, in > do_activate > self.create_main_window() > File "/usr/lib64/pitivi/python/pitivi/application.py", line 212, in > create_main_window > self.gui.setup_ui() > File "/usr/lib64/pitivi/python/pitivi/mainwindow.py", line 135, in setup= _ui > self.editor.setup_ui() > File "/usr/lib64/pitivi/python/pitivi/editorperspective.py", line > 103, in setup_ui > self._create_ui() > File "/usr/lib64/pitivi/python/pitivi/editorperspective.py", line > 260, in _create_ui > self.mainhpaned.set_position(self.settings.mainWindowMainHPanePosition) > TypeError: Argument 1 does not allow None as a value > = > So, at least dependency of the pitivi on gsound has not been mentioned > in the pitivi ebuild which is definitely a bug. > Unfortunately, I do not know how to install librosa and get rid of the > other error messages. > = > I am currently use default/linux/amd64/23.0/desktop (stable) profile wit= h dwm > without any desktop environment and think that this bug has appeared bec= ause > the pitivi ebuild has been tested only for > default/linux/amd64/23.0/desktop/gnome profile. -----------------------a3abc9c427997e376c7e06d1bdfb9150-- --------fb4da5bfe44ee621e127faf42de6833fc2d512b84cdac53f1cc0b9eb1100bdc4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: ProtonMail wnUEARYKACcFgmdUgvcJkAUVAewu4JXrFiEEDDuAKD1tNsX0bzf/BRUB7C7g lesAACfxAQDSzP39TErYWyHGGaG5c2Yha7OIZBgutnVqtrPQcbVqnAD/SQ/p NLuyKEgYzYq8Txb7vd3WtF+slS2cauE15mB0lgg= =e4wQ -----END PGP SIGNATURE----- --------fb4da5bfe44ee621e127faf42de6833fc2d512b84cdac53f1cc0b9eb1100bdc4--