diff options
author | wiz <wiz@pkgsrc.org> | 2014-02-20 07:56:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-02-20 07:56:02 +0000 |
commit | cbfe4430459e27bfeeb2904981bc3a2235bb7bdb (patch) | |
tree | 83d2c13b572d1a588d38f6335bc05486dee1fb8a /audio | |
parent | 74183fc92da3d880150e5bf9240b64d6396f22df (diff) | |
download | pkgsrc-cbfe4430459e27bfeeb2904981bc3a2235bb7bdb.tar.gz |
Update to 2.1.10:
2.1.10 - 2014-02-19 :
=====================
* Several memory leak and crash fixes, found with the Fedora retrace
server, Coverity and Valgrind
* Abhinav Jangda’s GFileInfo porting and dummy browser row fixes
* Add a Contents item to the Help menu, for viewing the Mallard help
* Use g_spawn_async() to spawn child processes
* Reinstate ID3 tag support on Windows
* Remove the Quit button from the toolbar
* Santtu Lakkala’s scanner memory leak fix
* Add AppData XML
* Aurimas Černius’s Lithuanian translation update
* Rafael Ferreira’s Brazilian Portuguese translation update
* Мирослав Николић’s Serbian translation update
* Marek Černocký’s Czech translation updates
* Piotr Drag’s Polish translation updates
* Wolfgang Stöggl’s German translation update
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 4 | ||||
-rw-r--r-- | audio/easytag/PLIST | 3 | ||||
-rw-r--r-- | audio/easytag/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index ab97aff6b0a..acac715acbb 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.89 2014/01/04 12:31:31 wiz Exp $ +# $NetBSD: Makefile,v 1.90 2014/02/20 07:56:02 wiz Exp $ -DISTNAME= easytag-2.1.9 +DISTNAME= easytag-2.1.10 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/easytag/2.1/} EXTRACT_SUFX= .tar.xz diff --git a/audio/easytag/PLIST b/audio/easytag/PLIST index 2ec59bfb78a..0119fa519ee 100644 --- a/audio/easytag/PLIST +++ b/audio/easytag/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.19 2014/01/04 12:31:31 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2014/02/20 07:56:02 wiz Exp $ bin/easytag +share/appdata/easytag.appdata.xml share/applications/easytag.desktop share/help/C/easytag/cddb-search.page share/help/C/easytag/file-rename.page diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo index 9c41b53ce14..f7d4e867e41 100644 --- a/audio/easytag/distinfo +++ b/audio/easytag/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2014/01/04 12:31:31 wiz Exp $ +$NetBSD: distinfo,v 1.36 2014/02/20 07:56:02 wiz Exp $ -SHA1 (easytag-2.1.9.tar.xz) = 6c93a2f3cea2fcc3f5c741f3a7ebbeecdf99491e -RMD160 (easytag-2.1.9.tar.xz) = b04468a7f916787000a7be2421109a39368dbad0 -Size (easytag-2.1.9.tar.xz) = 921036 bytes +SHA1 (easytag-2.1.10.tar.xz) = 9176c300d3c12e51a1060f3fa0c2fb4fac6636ce +RMD160 (easytag-2.1.10.tar.xz) = 8fcea42d21256b69ed3a85928c3078537cd77ff2 +Size (easytag-2.1.10.tar.xz) = 927332 bytes |