Package Details: pipeline-gtk 2.1.0-2

Git Clone URL: https://aur.archlinux.org/pipeline-gtk.git (read-only, click to copy)
Package Base: pipeline-gtk
Description: Watch YouTube and PeerTube videos in one place
Upstream URL: https://gitlab.com/schmiddi-on-mobile/pipeline
Licenses: GPL-3.0-or-later
Conflicts: tubefeeder
Replaces: tubefeeder
Submitter: julianfairfax
Maintainer: fossdd
Last Packager: fossdd
Votes: 3
Popularity: 1.03
First Submitted: 2023-12-31 10:37 (UTC)
Last Updated: 2025-01-15 06:46 (UTC)

Latest Comments

« First ‹ Previous 1 2

yochananmarqos commented on 2024-05-29 18:32 (UTC)

@julianfairfax: As of 1.15.0, blueprint-compiler is required to build. Also, it fails to build with LTO enabled which is default now. You should be building in a clean chroot as an AUR Package Maintainer.

julianfairfax commented on 2024-01-13 15:17 (UTC)

Sorry about that, and thanks for pointing it out!

yochananmarqos commented on 2024-01-13 15:16 (UTC)

Somehow you have a preceding 'v' in the pkgver. Never edit .SRCINFO manually.

julianfairfax commented on 2024-01-01 09:48 (UTC)

Thank you for your comment! I have applied the changes you suggested.

yochananmarqos commented on 2023-12-31 18:21 (UTC) (edited on 2023-12-31 18:21 (UTC) by yochananmarqos)

This cannot be installed as --no-rebuild needs to be passed to the meson install command in the package() function. This also fails to build with LTO enabled. See my mission-center PKGBUILD for an example. See also Rust package guidelines.