Search Criteria
Package Details: olivia-git 1.2.r9.g4048134f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/olivia-git.git (read-only, click to copy) |
---|---|
Package Base: | olivia-git |
Description: | Elegant Cloud Music Player for Linux Desktop |
Upstream URL: | https://github.com/keshavbhatt/olivia |
Licenses: | MIT |
Conflicts: | olivia |
Provides: | olivia |
Submitter: | xiota |
Maintainer: | None |
Last Packager: | xiota |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2023-11-01 13:43 (UTC) |
Last Updated: | 2024-02-07 01:43 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR)
- mpv (mpv-light-pulseAUR, mpv-vapoursynth-gitAUR, mpv-build-gitAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR)
- pv (pv-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-webkitAUR (qt5-webkit-gitAUR)
- socat (socat-gitAUR)
- taglib (taglib-gitAUR)
- wget (wget-gitAUR, wurlAUR)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
Latest Comments
onurbbr commented on 2021-04-07 10:40 (UTC) (edited on 2021-04-07 10:45 (UTC) by onurbbr)
@lebaux Edit the build section in the PKGBUILD file as follows:
build() { cd "$pkgname" qmake src/Olivia.pro PREFIX="$pkgdir/usr" -spec linux-g++ CONFIG+=release make }
lebaux commented on 2021-04-07 07:37 (UTC)
Lately I was unable to update the database, so I tried reinstalling olivia from scratch and build failed https://paste.sh/57CErCzL#PYh9ac3qB9wphgVnP6xRK0G2 using yay on manjaro.
Bleuzen commented on 2020-04-14 18:04 (UTC)
@FabioLolix thanks for the hints, second and third point are changed now.
FabioLolix commented on 2020-04-14 08:52 (UTC)
This should have been uploaded as olivia-git since when you created it there weren't tagged release and don't have a stable releases cycle yet
git is missing in makedepends
qt5-tools is usually needed only as makedepends
please build your pkgbuilds in clean chroot before uploading to the AUR
Bleuzen commented on 2020-02-19 20:39 (UTC)
@yochananmarqos Well, this may be correct for released programs. But in olivias case, it is under heavy development and the last tag is already pretty old. I messaged the author and he said it is better to build from git master for now. This is also what the official snap package does currently. This is likely to change when there is a 1.0 release.
yochananmarqos commented on 2020-02-18 20:17 (UTC)
Please pull from the release tag:
Submit a proper VCS package called
olivia-git
if you want to pull directly from master. See VCS package guidelines:Bleuzen commented on 2019-12-30 17:01 (UTC)
@Rocky-IV Done.
Rocky-IV commented on 2019-12-30 01:58 (UTC) (edited on 2019-12-30 01:59 (UTC) by Rocky-IV)
Please add [qt5-webkit] as a dependency! Olivia will not compile/build unless [qt5-webkit] is installed as a dependency. (QT modules errors)