Search Criteria
Package Details: qmediathekview-git r142.e5bfec2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qmediathekview-git.git (read-only, click to copy) |
---|---|
Package Base: | qmediathekview-git |
Description: | An alternative front-end to the MediathekView database. (development version) |
Upstream URL: | https://github.com/adamreichold/QMediathekView |
Licenses: | GPL3 |
Conflicts: | qmediathekview |
Submitter: | adamreichold |
Maintainer: | adamreichold |
Last Packager: | adamreichold |
Votes: | 7 |
Popularity: | 0.004022 |
First Submitted: | 2016-01-28 20:05 (UTC) |
Last Updated: | 2023-08-04 16:33 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- cargo (rust-nightly-binAUR, cargo-gitAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- qt6-tools (make)
- rust (rust-nightlyAUR, rust-nightly-binAUR, rust-gitAUR, rustup-gitAUR, rustup) (make)
- vlc (vlc-wayland-gitAUR, vlc-gitAUR, vlc-luajitAUR) (optional) – for direct playback of shows
Latest Comments
adamreichold commented on 2023-08-04 16:33 (UTC)
Replaced the existing
CONFIG-=ltcg
by the above.dreieck commented on 2023-08-04 11:36 (UTC)
Ahoj,
I get the following linking error:
Fix was to add
options+=('!lto')
to thePKGBUILD
-- maybe you add it?Regards & thanks for maintaining!
adamreichold commented on 2022-03-11 09:05 (UTC)
@G3ro This is due LTO breaking linking C into Rust into C++. I uploaded an updated PKGBUILD which uses Qt version 6 instead of version 5 and explicitly disables LTO to work around the above issue.
G3ro commented on 2022-03-08 20:19 (UTC)
Building with the newest commit is failing with the following error: /usr/bin/ld: /usr/lib/libzstd.so.1: error adding symbols: DSO missing from command line
adamreichold commented on 2020-05-11 12:45 (UTC)
Usually there is no need for a download command at all as the UI is capable of doing the downloads directly (as long as Qt is able to fetch the URL).
The setting is meant mainly to facilitate integration with an existing preferred download manager like aria2 or KGet.
steinbuch commented on 2020-05-11 12:33 (UTC)
Which "download command" do you recommend?