Search Criteria
Package Details: onetagger 1.7.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/onetagger.git (read-only, click to copy) |
---|---|
Package Base: | onetagger |
Description: | Cross-platform music tagger with Beatport, Discogs, Musicbrainz, Spotify, Traxsource and many other services support. |
Upstream URL: | https://onetagger.github.io/ |
Keywords: | beatport discogs music-tagger music-tagging musicbrainz spotify tagger traxsource |
Licenses: | GPL3 |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-04 01:18 (UTC) |
Last Updated: | 2024-04-16 19:07 (UTC) |
Dependencies (4)
- alsa-lib
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- pnpm (corepackerAUR, yarn-pnpm-corepackAUR, pnpm8-binAUR) (make)
Latest Comments
yochananmarqos commented on 2024-04-09 19:19 (UTC)
@robertfoster: There's no need to disable LTO, just add
CFLAGS+=" -ffat-lto-objects"
to the build function.yochananmarqos commented on 2023-08-03 20:14 (UTC)
@robertfoster: I learned something new recently. Please use:
Instead of:
Otherwise it sets variables in
~/.pnpm/rc
to the srcdir:I've updated my PKGBUILD linked below to reflect this.
yochananmarqos commented on 2023-02-19 21:51 (UTC)
@FabioLolix: Indeed. My improved PKGBUILD
FabioLolix commented on 2023-02-19 21:37 (UTC)
Please
robertfoster commented on 2023-01-04 22:57 (UTC) (edited on 2023-01-04 23:20 (UTC) by robertfoster)
yochananmarqos commented on 2023-01-04 17:28 (UTC)
pnpm
, notnpm
webkit2gtk
, notwebkit2gtk-4.1
.wget
for theassets/compile-nix.sh
build script, it's not a dependencyclient/dist
folder is created during build, no need to manually create itassets/sndfile.lib
, it's not necessarySee my PKGBUILD