audio/kid3-*: Update to 3.7.1
This commit is contained in:
parent
0d3b2767d8
commit
03b3f26dff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496241
3 changed files with 4 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kid3
|
||||
PORTVERSION= 3.7.0
|
||||
PORTVERSION= 3.7.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= SF
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1550130652
|
||||
SHA256 (kid3-3.7.0.tar.gz) = 1d7459b4b517b096eae016b3d3f5c4b2bf56fbfa92f59503baeed109139e44ae
|
||||
SIZE (kid3-3.7.0.tar.gz) = 1466849
|
||||
TIMESTAMP = 1552963155
|
||||
SHA256 (kid3-3.7.1.tar.gz) = a82db841d023a28636652086905f29678d8c041dc238099165e88fbcb2d47976
|
||||
SIZE (kid3-3.7.1.tar.gz) = 1486532
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
Fix import of album title from Discogs. (fixed upstream: b3bd70)
|
||||
|
||||
--- src/plugins/discogsimport/discogsimporter.cpp.orig 2018-12-21 05:40:14 UTC
|
||||
+++ src/plugins/discogsimport/discogsimporter.cpp
|
||||
@@ -265,7 +265,7 @@ void DiscogsImporter::parseFindResults(const QByteArra
|
||||
void DiscogsImporter::parseAlbumResults(const QByteArray& albumStr)
|
||||
{
|
||||
QRegExp nlSpaceRe(QLatin1String("[\r\n]+\\s*"));
|
||||
- QRegExp atDiscogsRe(QLatin1String("\\s*\\([^)]+\\) at Discogs\n?$"));
|
||||
+ QRegExp atDiscogsRe(QLatin1String("\\s*\\([^)]+\\) (?:at|\\|) Discogs\n?$"));
|
||||
QString str = QString::fromUtf8(albumStr);
|
||||
|
||||
FrameCollection framesHdr;
|
Loading…
Reference in a new issue