diff options
author | nia <nia@pkgsrc.org> | 2020-03-22 09:27:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-22 09:27:12 +0000 |
commit | 596eb9a92740ee245aa7b79a3d607573f44f5930 (patch) | |
tree | ed741161b68a20bd7917e4c55cef82c18327f6cc /audio/qmmp | |
parent | 23a6edcc42537e8be5de2a5c797344a5ef15d2f8 (diff) | |
download | pkgsrc-596eb9a92740ee245aa7b79a3d607573f44f5930.tar.gz |
qmmp: Update to 1.3.6
Version 1.3.5
* added icon for 'play/pause' action
* fixed 'album artist' tag support
* fixed issue with missing bitrate after application restart
* fixed issue with incorrect audio properties displaying
* fixed crash on corrupted .m4a files
* fixed duration overflow
* fixed playlist duration update
* fixed issue with special symbols in the track change plugin
* fixed crash on encrypted archives
* updated Galician translation (Delio Docampo Cordeiro)
Version 1.3.6
* added 'album artist' and 'composer' tags support in the ffmpeg plugin
* fixed window title updating when playing CUE tracks
* fixed crash on Futura skin in the skinned ui
* updated French translation (Adrien Vigneron)
* updated Indonesian translation (Andika Triwidada and Wantoyo)
Diffstat (limited to 'audio/qmmp')
-rw-r--r-- | audio/qmmp/Makefile | 7 | ||||
-rw-r--r-- | audio/qmmp/PLIST | 4 | ||||
-rw-r--r-- | audio/qmmp/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/audio/qmmp/Makefile b/audio/qmmp/Makefile index 125dabce01e..8b34697a937 100644 --- a/audio/qmmp/Makefile +++ b/audio/qmmp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/03/10 22:09:24 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/03/22 09:27:12 nia Exp $ -DISTNAME= qmmp-1.3.4 -PKGREVISION= 4 +DISTNAME= qmmp-1.3.6 CATEGORIES= audio MASTER_SITES= http://qmmp.ylsoftware.com/files/ EXTRACT_SUFX= .tar.bz2 @@ -41,6 +40,8 @@ SUBST_VARS.oss+= LIBOSSAUDIO .endif .include "options.mk" +.include "../../archivers/libarchive/buildlink3.mk" +.include "../../audio/faad2/buildlink3.mk" .include "../../audio/flac/buildlink3.mk" .include "../../audio/game-music-emu/buildlink3.mk" .include "../../audio/libopus/buildlink3.mk" diff --git a/audio/qmmp/PLIST b/audio/qmmp/PLIST index a01cc33c42c..14afb3b5385 100644 --- a/audio/qmmp/PLIST +++ b/audio/qmmp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2019/10/01 12:43:04 nia Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/03/22 09:27:12 nia Exp $ bin/qmmp include/qmmp/abstractengine.h include/qmmp/audioconverter.h @@ -91,6 +91,8 @@ lib/qmmp-1.3/General/libstatusicon.so lib/qmmp-1.3/General/libstreambrowser.so lib/qmmp-1.3/General/libtrackchange.so lib/qmmp-1.3/General/libudisks2.so +lib/qmmp-1.3/Input/libaac.so +lib/qmmp-1.3/Input/libarchive.so lib/qmmp-1.3/Input/libcue.so ${PLIST.ffmpeg}lib/qmmp-1.3/Input/libffmpeg.so lib/qmmp-1.3/Input/libflac.so diff --git a/audio/qmmp/distinfo b/audio/qmmp/distinfo index 8e6114c256f..210c1458a75 100644 --- a/audio/qmmp/distinfo +++ b/audio/qmmp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2019/10/01 12:43:04 nia Exp $ +$NetBSD: distinfo,v 1.2 2020/03/22 09:27:12 nia Exp $ -SHA1 (qmmp-1.3.4.tar.bz2) = 791860fc8a318cad9af307ca95ccb795686612b5 -RMD160 (qmmp-1.3.4.tar.bz2) = 6feca04c6d7547baaf4386ed73ceea5bd1b67f67 -SHA512 (qmmp-1.3.4.tar.bz2) = 520a7b50a3e0bd17418bd3137a4e73a52f644ad38d7fe86647a8781ed3036cdbbd14d5311b9471443f8a2cb42422b5fa11e22acee72ff5b670a7508b55364bb5 -Size (qmmp-1.3.4.tar.bz2) = 1246048 bytes +SHA1 (qmmp-1.3.6.tar.bz2) = 0c5175aff1e50ce3c66363fbfa1f53284894f508 +RMD160 (qmmp-1.3.6.tar.bz2) = 020fcc9d8544393bb2336b3ab846e86c023b4b27 +SHA512 (qmmp-1.3.6.tar.bz2) = 83600b3116a62200d6751b4c6a526cd0af842b943d8d2979e16803ad788ee826a52a25ac0736f337a8fa739affcba361e6cfd1947c5135aef963d128dcb7e3b9 +Size (qmmp-1.3.6.tar.bz2) = 1250131 bytes SHA1 (patch-src_plugins_Ui_skinned_symboldisplay.cpp) = d172068a4215c6dafb5b5c921bfabe71060be16f |