pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/picard



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug  5 16:34:32 UTC 2020

Modified Files:
        pkgsrc/audio/picard: Makefile distinfo

Log Message:
picard: updated to 2.3.2

Version 2.3.2

Bugfixes
PICARD-1775 - $firstwords function doesn't catch IndexError
PICARD-1776 - $datetime crashes when invalid format specified
PICARD-1781 - Have $find return "" rather than "-1" on not found
PICARD-1783 - Deleting performer, comment or lyrics tag fails for some cases in ID3, Vorbis, MP4 and Apev2 tags
PICARD-1784 - Host not found error when downloading PDF artwork
PICARD-1785 - $delete(_id3:TXXX:foo) does not delete the ID3 frames
PICARD-1786 - Deleting tag stored in ID3 TIPL frame only removes first occurrence
PICARD-1787 - Deleting case-insensitive TXXX frames does not delete anything
PICARD-1788 - Saving ID3 tags marked as case-insensitive causes duplicated TXXX frames
PICARD-1790 - Crash when selecting plugin that can be updated
PICARD-1791 - Network access is disabled error under VPN service
PICARD-1795 - iTunes tags not removable (reappear after being deleted)
PICARD-1801 - List index out of range when saving Vorbis file
PICARD-1803 - Instrument EWI is rewritten "e w i"

Improvements
PICARD-1777 - Support fractional scaling on Windows 10
PICARD-1800 - Simplify Unicode 'Bullet' to ASCII 'Hyphen-minus'
PICARD-1809 - Optimize format detection logic


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/audio/picard/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/picard/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/picard/Makefile
diff -u pkgsrc/audio/picard/Makefile:1.43 pkgsrc/audio/picard/Makefile:1.44
--- pkgsrc/audio/picard/Makefile:1.43   Sat Mar  7 09:18:43 2020
+++ pkgsrc/audio/picard/Makefile        Wed Aug  5 16:34:32 2020
@@ -1,30 +1,21 @@
-# $NetBSD: Makefile,v 1.43 2020/03/07 09:18:43 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/05 16:34:32 adam Exp $
 
-DISTNAME=      picard-2.3.1
-CATEGORIES=    audio
-MASTER_SITES=  https://musicbrainz.osuosl.org/pub/musicbrainz/picard/
-MASTER_SITES+= ftp://ftp.eu.metabrainz.org/pub/musicbrainz/picard/
+DISTNAME=      picard-2.3.2
+CATEGORIES=    audio python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/picard/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://picard.musicbrainz.org/
 COMMENT=       Audio file tagger
 LICENSE=       gnu-gpl-v2
 
-WRKSRC=                ${WRKDIR}/picard-release-${PKGVERSION_NOREV}
-
-DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-mutagen>=1.20:../../audio/py-mutagen
+DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    msgfmt pkg-config
 
-HAS_CONFIGURE=         yes
-CONFIG_SHELL=          ${PYTHONBIN}
-CONFIGURE_SCRIPT=      setup.py
-CONFIGURE_ARGS+=       config
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/picard/distinfo
diff -u pkgsrc/audio/picard/distinfo:1.14 pkgsrc/audio/picard/distinfo:1.15
--- pkgsrc/audio/picard/distinfo:1.14   Sat Mar  7 09:18:43 2020
+++ pkgsrc/audio/picard/distinfo        Wed Aug  5 16:34:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/03/07 09:18:43 wiz Exp $
+$NetBSD: distinfo,v 1.15 2020/08/05 16:34:32 adam Exp $
 
-SHA1 (picard-2.3.1.tar.gz) = 453843c2713c98b21e588af3b87ea32ed0ae96ea
-RMD160 (picard-2.3.1.tar.gz) = 2185faff09d531c210f25c0ba7a42b467cd12dac
-SHA512 (picard-2.3.1.tar.gz) = fb5ac4cbd02f4b832cb23e3c8b5881eeca04b7b101c015a97fc20c8e0e7871ad2098b750a0c486af958b2bf30221b0c28666313f768dc7d70389519dd795d9cd
-Size (picard-2.3.1.tar.gz) = 3778379 bytes
+SHA1 (picard-2.3.2.tar.gz) = 1d217d4f0cb8a73e4ccb497a67c387a2ac3330e9
+RMD160 (picard-2.3.2.tar.gz) = 68858b0c86bc17cfb0fc203936e21678d09ff63e
+SHA512 (picard-2.3.2.tar.gz) = 8f78c048b8a09f825cbab606a6e6f6f71ac2fb5290d8ecd69a02b52b0e50075be535c6df37fa7da2bab29ed96cd6548b993f110eb868e4a329726aec824f9cbb
+Size (picard-2.3.2.tar.gz) = 3097113 bytes



Home | Main Index | Thread Index | Old Index