Search Criteria
Package Details: mp3tag 3.06a-1
Git Clone URL: | https://aur.archlinux.org/mp3tag.git (read-only, click to copy) |
---|---|
Package Base: | mp3tag |
Description: | The universal tag editor |
Upstream URL: | https://www.mp3tag.de/en/ |
Licenses: | |
Submitter: | Marach |
Maintainer: | supermario |
Last Packager: | supermario |
Votes: | 22 |
Popularity: | 0.071189 |
First Submitted: | 2011-08-27 12:46 |
Last Updated: | 2021-04-15 20:21 |
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
mattconway1984 commented on 2019-11-01 09:55
That's correct(ish).
The direct download link for the current version is:
BTW, I cloned the repo, made local fixes (had to update the sha256sum and the download URL) and test-ran the install. However it didn't work because the Mp3Tag.exe could not load the dll libs it needs.... Turns out the launcher (."$HOME"/.mp3tag/mp3tag) needs to set the WINEPATH environment variable, as such:
The package then crashed as there are missing dependencies; should be:
DuBistKomisch commented on 2019-11-01 04:34
so the upstream author just redirects download links for old versions to the generic download page? that sucks. guess this package just needs updating to 2.99a and it'll be "fixed" for now
mattconway1984 commented on 2019-10-31 17:02
The reason the checksum doesn't work is pretty straight forward!
The source file (https://download.mp3tag.de/mp3tagv298setup.exe) is actually a html document NOT an exe, hence the checksum does not match as the checksum is for the exe.
Kage-Yami commented on 2019-10-25 11:39
Checksum still doesn't seem to be right...
DuBistKomisch commented on 2019-10-01 04:49
@supermario I think you've updated the wrong checksum in the latest commit
rcrath commented on 2018-08-09 09:15
==> Validating source files with sha256sums... mp3tag ... Passed LICENSE ... Passed mp3tag.desktop ... Passed mp3tag.png ... Passed mp3tagv288asetup.exe ... FAILED
robrunner commented on 2017-11-04 09:52
Modify PKGBUILD this way to get it to work again:
# Maintainer: Mario Finelli <mario at finel dot li>
# Contributor: Hubert Maraszek <marach5 at gmail dot com>
pkgname=mp3tag
pkgver=2.85
pkgrel=1
pkgdesc="The universal tag editor."
arch=('i686' 'x86_64')
url="http://www.mp3tag.de/en/"
license=('custom')
depends=('wine')
makedepends=('p7zip')
source=(mp3tag
LICENSE
mp3tag.desktop
mp3tag.png
"http://download.mp3tag.de/mp3tagv${pkgver/./}setup.exe")
sha256sums=('3fdcabf91b5ec50373d3aaeaf653611613aed39d94d17af50bb6f5a85afff586'
'18967b634e69d8ccb08383d42a49ced3c0b11c632649a15c3a6a55e3a27f62e9'
'bc0c7b8a7a9f9ee92dfe2f1880ef5d91920473713b5d60e4afa361d69a446798'
'a3e09f7cda34bc31b3b5b1d7cf2010c3b17847c141ef5a074472eb72f760f6bf'
'3c7c2266f8b4c0aa7513103d7009c8c6dbba05b0ed016f29bb7aebedf9226faf')
options=('!strip')
package() {
install -d -m755 "$pkgdir/usr/share/$pkgname"
7z -y -o"$pkgdir/usr/share/$pkgname" x "$srcdir/mp3tagv${pkgver/./}setup.exe"
rm -rf "$pkgdir/usr/share/mp3tag/\$PLUGINSDIR" "$pkgdir/usr/share/mp3tag/\$R0"
find "$pkgdir/usr/share/$pkgname" -type d -exec chmod 755 "{}" \;
find "$pkgdir/usr/share/$pkgname" -type f -exec chmod 644 "{}" \;
install -D -m755 mp3tag "$pkgdir/usr/bin/mp3tag"
install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m644 mp3tag.png "$pkgdir/usr/share/pixmaps/mp3tag.png"
install -D -m644 mp3tag.desktop "$pkgdir/usr/share/applications/mp3tag.desktop"
}
robrunner commented on 2017-10-26 13:57
Validating source files with sha256sums...
mp3tag ... Passed
LICENSE ... Passed
mp3tag.desktop ... Passed
mp3tag.png ... Passed
mp3tagv284asetup.exe ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build mp3tag.
stefnix commented on 2016-09-28 04:07
==> ERROR: Failure while downloading http://download.mp3tag.de/mp3tagv278setup.exe
Aborting...
I'm guessing you have a dead link on your hands.
rhssk commented on 2016-02-27 20:25
Current (2.75) PKGBUILD:
http://pastebin.com/7rAbXUyT