@mazharhussain: Feel free to adopt this package since you're the developer.
Search Criteria
Package Details: daikhan-git r494.22e037a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/daikhan-git.git (read-only, click to copy) |
---|---|
Package Base: | daikhan-git |
Description: | A media player for the modern desktop |
Upstream URL: | https://gitlab.com/daikhan/daikhan |
Licenses: | GPL-3.0-or-later |
Conflicts: | daikhan |
Provides: | daikhan |
Submitter: | yochananmarqos |
Maintainer: | None |
Last Packager: | yochananmarqos |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-09-01 23:29 (UTC) |
Last Updated: | 2024-08-23 00:07 (UTC) |
Dependencies (8)
- gst-plugin-gtk4 (gst-plugin-gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- xxhash (xxhash-gitAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- appstream-glib (appstream-glib-gitAUR) (check)
Required by (1)
- televido (optional)
Sources (1)
Latest Comments
yochananmarqos commented on 2024-08-23 00:08 (UTC)
mazharhussain commented on 2023-11-09 11:26 (UTC)
I witnessed it happening again a few minutes ago.
mazharhussain commented on 2023-10-19 06:39 (UTC) (edited on 2023-10-19 06:40 (UTC) by mazharhussain)
Yes, some time ago I implemented a workaround and the issue seems to be occurring less than usual or may be even stopped occurring but I did experience the workaround not working once and the relevant issue trackers are still open which means the core issue hasn't been properly dealt with yet.
So, just to be on the safe side, compile command can be changed to meson compile -C build || meson compile -C build
so that if this bug does occur somewhere, the package will still build successfully.
Relevant Issue Trackers:
yochananmarqos commented on 2023-10-17 17:07 (UTC)
@mazharhussain: I've updated the dependencies, however I can't reproduce the Meson issue you mentioned.
mazharhussain commented on 2023-10-17 15:52 (UTC) (edited on 2023-10-17 15:55 (UTC) by mazharhussain)
Hi, I am the developer of Daikhan. I have two suggestions.
-
Depend on gst-plugin-gtk4 instead of gst-plugins-rs.
Daikhan does not require any other plugins from that package and gst-plugin-gtk4 builds faster and is even available pre-built in the chaotic AUR.
-
Change
meson compile -C build
command tomeson compile -C build || meson compile -C build
.Due to a bug in meson,
meson compile -C build
command can fail on the first ever try if both Vala and Blueprint are involved.meson compile -C build || meson compile -C build
works around that bug.
yochananmarqos commented on 2023-09-01 23:33 (UTC)
NOTE: This is an early access, pre-alpha project.
Pinned Comments
yochananmarqos commented on 2023-09-01 23:33 (UTC)
NOTE: This is an early access, pre-alpha project.