Package Details: pipeline-gtk 2.0.3-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
Conflicts: tubefeeder
Replaces: tubefeeder
Submitter: julianfairfax
Maintainer: julianfairfax (e-v, Schmiddi)
Last Packager: julianfairfax
Votes: 1
Popularity: 0.002317
First Submitted: 2023-12-31 10:37 (UTC)
Last Updated: 2024-11-10 18:18 (UTC)

Latest Comments

00ein00 commented on 2024-09-26 16:36 (UTC) (edited on 2024-09-26 16:39 (UTC) by 00ein00)

build fails with this


Found CMake: /usr/bin/cmake (3.30.3)
WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency clapper-0.0 found: NO (tried pkgconfig and cmake)

pipeline-v2.0.2/meson.build:19:0: ERROR: Dependency "clapper-0.0" not found, tried pkgconfig and cmake

A full log can be found at /home/ein/Downloads/pipeline-gtk/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
==> Removing installed dependencies...

Edit: silly me clapper was just a missing dependency, should be listed as one here

yochananmarqos commented on 2024-05-29 22:32 (UTC) (edited on 2024-05-29 22:33 (UTC) by yochananmarqos)

@julianfairfax:

No, it doesn't build with LTO enabled--without the flags.

Please ask before adding someone as a Co-Maintainer.

I am interested in helping out others, not maintaining every single package in the AUR.

julianfairfax commented on 2024-05-29 18:43 (UTC)

Sorry, I misread the part about LTO (read it as it doesn't build with it enabled). I have added you as a co-maintainer of the PKGBUILD, since you seem to already have improvements ready to add (and I would prefer you do that yourself, rather than me copying them). Thank you for your interest in this package!

yochananmarqos commented on 2024-05-29 18:40 (UTC) (edited on 2024-05-29 22:34 (UTC) by yochananmarqos)

@julianfairfax: Disabling LTO is neither optimal nor necessary. Please see https://archlinux.org/todo/lto-fat-objects/

julianfairfax commented on 2024-05-29 18:37 (UTC)

blueprint-compiler is now a makedep. LTO is disabled in the PKGBUILD.

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.