Search Criteria
Package Details: avdump3-bin 8293_stable-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/avdump3-bin.git (read-only, click to copy) |
---|---|
Package Base: | avdump3-bin |
Description: | AniDB video/audio codec identification utility (command line version) |
Upstream URL: | https://wiki.anidb.net/Avdump3 |
Licenses: | unknown, MIT |
Conflicts: | avdump3 |
Provides: | avdump3 |
Submitter: | teohhanhui |
Maintainer: | Finghin |
Last Packager: | Finghin |
Votes: | 2 |
Popularity: | 0.000091 |
First Submitted: | 2021-03-10 16:29 (UTC) |
Last Updated: | 2022-11-24 06:51 (UTC) |
Dependencies (2)
- dotnet-runtime-6.0 (dotnet-runtime-6.0-binAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
MarsSeed commented on 2023-11-22 17:18 (UTC)
@teohhanhui, I agree with you.
That's why I've filed an AUR package merge request (PRQ#51649) from avdump2-bin to avdump3-bin.
Which will transfer comments, votes, and notification subscriptions to the latter package, and then remove avdump2-bin itself from AUR.
teohhanhui commented on 2023-11-22 17:00 (UTC)
@MarsSeed I think this package is not useful anymore and should be deleted, as development has moved on to avdump3 a long time ago... https://aur.archlinux.org/packages/avdump3-bin
Finghin commented on 2022-11-24 06:57 (UTC)
The package dependency was updated and it's working again.
jcaesar commented on 2022-11-23 04:28 (UTC)
Looks like this is missing the version spec on its dependency
dotnet-runtime-6.0
.jsoy9pQbYVNu5nfU commented on 2018-03-19 21:39 (UTC)
@teohhanhui: I'm going with the TERM= workaround since most terminal emulators and libraries should be more or less compatible with most xterm terminfo stuff. Note that this may actually break some other terminals. Not adopting the usage of binfmt since I like to differentiate between runtime and program. E.g. no idea if --desktop is passed through to the runtime or not.
teohhanhui commented on 2018-03-18 16:32 (UTC)
Also, if we make sure to
chmod +x /opt/avdump2/AVDump2CL.exe
, we can use this simplified wrapper script: https://gist.github.com/teohhanhui/ff1273968c88d8d84301f12f8dd7b4bfteohhanhui commented on 2018-03-18 16:24 (UTC) (edited on 2018-03-18 16:33 (UTC) by teohhanhui)
Due to a Mono bug, we should set
TERM=xterm
when running .NET CLI programs as the recommended workaround.