Search Criteria
Package Details: pipeline-gtk 2.1.0-2
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: | 3 |
Popularity: | 1.03 |
First Submitted: | 2023-12-31 10:37 (UTC) |
Last Updated: | 2025-01-15 06:46 (UTC) |
Dependencies (7)
- gst-plugins-gtuber (gtuber)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libclapper
- libclapper-gtk
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- meson (meson-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
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 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