Search Criteria
Package Details: tizonia-all-git 0.22.0+28.r3903.20210110.a1e8f8bd-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/tizonia-all-git.git (read-only, click to copy) |
---|---|
Package Base: | tizonia-all-git |
Description: | Command-line cloud music player and downloader for Linux with support for YouTube, SoundCloud, Plex servers, Chromecast devices and generic streams and websites. |
Upstream URL: | https://www.tizonia.org |
Licenses: | LGPL-3.0-or-later |
Conflicts: | tizonia, tizonia-all, tizonia-bash-completions, tizonia-zsh-completions |
Provides: | tizonia, tizonia-all, tizonia-bash-completions, tizonia-zsh-completions |
Submitter: | juanrubio |
Maintainer: | dreieck |
Last Packager: | dreieck |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-26 22:13 (UTC) |
Last Updated: | 2024-04-28 11:32 (UTC) |
Dependencies (39)
- boost-libs
- faad2 (faad2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libcurl-gnutls (libcurl3-gnutlsAUR, libcurl-http3-ngtcp2-gnutlsAUR, libcurl-gnutls-gitAUR)
- libfishsound
- libmad
- liboggz (liboggz-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR)
- log4cAUR
- mediainfo (mediainfo-gitAUR)
- mpg123 (mpg123-svnAUR, mpg321AUR, mpg321-binAUR)
- opusfile (opusfile-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-eventlet
- python-fuzzywuzzy (python-thefuzz-gitAUR, python-thefuzzAUR)
- python-gmusicapiAUR
- python-joblib
- python-levenshtein
- Show 19 more dependencies...
Latest Comments
1 2 3 4 Next › Last »
dreieck commented on 2024-04-28 11:33 (UTC)
Thanks, updated.
dvzrv commented on 2024-02-17 20:27 (UTC)
The taglib1 package is now in
[extra]
(it does not conflict with taglib).You can build/ link against it using
export PKG_CONFIG_PATH=/usr/lib/taglib1/pkgconfig
.dreieck commented on 2024-01-30 13:41 (UTC)
Package has been updated to use
taglib1
, it should build again.dreieck commented on 2024-01-30 10:26 (UTC)
I have made an ↗ upstream issue report from @MarsSeed's report from 2024-01-29 (thanks for reporting, @MarsSeed!).
MarsSeed commented on 2024-01-29 19:49 (UTC)
(I don't need this package, but I wanted to let you know about this change, just in case.)
MarsSeed commented on 2024-01-29 19:48 (UTC)
Major update
taglib 1.13.1 → 2.0
broke this build:MarsSeed commented on 2023-08-04 12:54 (UTC)
Done, revoked the log4c deletion request. Thank you for checking this and informing me!
dreieck commented on 2023-08-04 12:37 (UTC) (edited on 2023-08-04 12:56 (UTC) by dreieck)
@MarsSeed:
I just tried to build it without
log4c
and it turns out that it actually is not optional but required. Or I did not found out how to disable it (if anyone finds out, please comment here).-Dlog4c=false
(similar to-Dlibspotofy=false
) fails withtizonia/meson.build:1:0: ERROR: Unknown options: "log4c"
. This seems comprehensible to me (not knowing any meson), since there is anenable_libspotify = get_option('libspotify')
bot nothing alike forlog4c
inmeson.build
,having
log4c
uninstalled makes build fail withmeson.build
the build system assumes some specificlog4c
to be installed if the check fails:So,
log4c
seems mandatory. Please cancel your deletion request forlog4c
.Regards!
MarsSeed commented on 2023-08-01 16:04 (UTC)
log4c is optional in
meson.build
.MarsSeed commented on 2023-08-01 15:58 (UTC)
@dreieck, could you please check if the deprecated logging framework
log4c
(last released in 2013) is still needed by Tizonia?I've just seen that I've submitted a deletion request earlier for that. If it turns out to be mandatory here, I will cancel that request.
1 2 3 4 Next › Last »