Search Criteria
Package Details: pipeline-gtk 2.2.1-1
Package Actions
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: | 4 |
Popularity: | 0.48 |
First Submitted: | 2023-12-31 10:37 (UTC) |
Last Updated: | 2025-04-20 13:05 (UTC) |
Dependencies (7)
- gst-plugins-gtuber (gtuberAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libclapper
- libclapper-gtk
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
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 themeson install
command in the package() function. This also fails to build with LTO enabled. See mymission-center
PKGBUILD for an example. See also Rust package guidelines.« First ‹ Previous 1 2