summaryrefslogtreecommitdiffstats
path: root/source/xap/easytag/easytag.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-04-29 20:58:59 +0000
committer Eric Hameleers <alien@slackware.com>2019-04-30 08:59:45 +0200
commitd20b8960352742059551ee7c8b5bc041616d9349 (patch)
treeeadebec1c823dee657b831ca5f8742cc0e5a0a5a /source/xap/easytag/easytag.SlackBuild
parent0aa4ddfcc4e2610b1ba115e34626bbc52d384990 (diff)
downloadcurrent-319f025e152626ca59352830c692c215284e488c.tar.gz
current-319f025e152626ca59352830c692c215284e488c.tar.xz
Mon Apr 29 20:58:59 UTC 201920190429205859
ap/vim-8.1.1239-x86_64-1.txz: Upgraded. l/python-urllib3-1.25.2-x86_64-1.txz: Upgraded. xap/easytag-2.4.3-x86_64-2.txz: Rebuilt. Upgraded (again) to easytag-2.4.3. Reverted the upstream commit that was corrupting ogg and opus files. In a new configuration, don't add freedb.musicbrainz.org as an automatic CDDB server. Musicbrainz shut down this service permanently on March 18 and easytag breaks/hangs if it attempts to contact it. If your account has already run easytag previously, you should go to Edit -> Preferences -> CDDB and blank out the hostname field containing "freedb.musicbrainz.org". xap/vim-gvim-8.1.1239-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap/easytag/easytag.SlackBuild')
-rwxr-xr-xsource/xap/easytag/easytag.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/xap/easytag/easytag.SlackBuild b/source/xap/easytag/easytag.SlackBuild
index b45927c93..40c9b3daf 100755
--- a/source/xap/easytag/easytag.SlackBuild
+++ b/source/xap/easytag/easytag.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -78,6 +78,13 @@ rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
+# Revert an upstream commit that corrupts .ogg and .opus files:
+zcat $CWD/easytag.revert.ogg.handle.patch.gz | patch -p1 -R --verbose || exit 1
+
+# freedb.musicbrainz.org has been shut down, so blank out the backup host
+# name to avoid hangs that occur when trying to connect to the defunct service:
+zcat $CWD/easytag.no.freedb.musicbrainz.org.diff.gz | patch -p1 --verbose || exit 1
+
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \