Search Criteria
Package Details: qmediathekview-git r146.06113d8-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: | 8 |
Popularity: | 0.001460 |
First Submitted: | 2016-01-28 20:05 (UTC) |
Last Updated: | 2024-04-03 18:49 (UTC) |
Dependencies (7)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- vlc (vlc-luajitAUR, vlc-gitAUR) (optional) – for direct playback of shows
Latest Comments
adamreichold commented on 2024-04-03 18:36 (UTC)
@dreieck Is it sufficient to do this on a best effort basis, e.g. run
cargo fetch
duringprepare()
so thatbuild()
should be able to run offline.For a guaranteed fix, I would have to patch the build system to pass
--offline
tocargo build
which is additional busy work even when the final result should almost always be same.dreieck commented on 2024-04-03 18:26 (UTC)
Can you move the downloads, that happen in
build()
, intoprepare()
please so thatbuild()
can run offline?Regards and thanks for the package!
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?