Index: head/audio/mpz/Makefile =================================================================== --- head/audio/mpz/Makefile (revision 554471) +++ head/audio/mpz/Makefile (revision 554472) @@ -1,27 +1,27 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= mpz -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.10 CATEGORIES= audio MAINTAINER= danfe@FreeBSD.org COMMENT= Music player for big local collections LICENSE= GPLv3+ LIB_DEPENDS= libtag.so:audio/taglib \ libyaml-cpp.so:devel/yaml-cpp USE_GITHUB= yes GH_ACCOUNT= olegantonyan USES= compiler:c++11-lang qmake qt:5 USE_GSTREAMER1= flac libav mpg123 ogg opus vorbis USE_QT= buildtools_build concurrent core dbus gui multimedia \ network widgets x11extras post-extract: @${RM} -r ${WRKSRC}/libs/taglib ${WRKSRC}/libs/yaml-cpp .include Index: head/audio/mpz/distinfo =================================================================== --- head/audio/mpz/distinfo (revision 554471) +++ head/audio/mpz/distinfo (revision 554472) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604134788 -SHA256 (olegantonyan-mpz-1.0.8_GH0.tar.gz) = 0f52bb51c43a3b6972142397790b5efea7af0f4125096130e37cb73720f45679 -SIZE (olegantonyan-mpz-1.0.8_GH0.tar.gz) = 2951380 +TIMESTAMP = 1604723124 +SHA256 (olegantonyan-mpz-1.0.10_GH0.tar.gz) = 32d7d0ff7b7154f2698a3aaf2f4f0e0404a3bef0f2afd35f83bdc9fb63c3e62b +SIZE (olegantonyan-mpz-1.0.10_GH0.tar.gz) = 2953046 Index: head/audio/mpz/pkg-descr =================================================================== --- head/audio/mpz/pkg-descr (revision 554471) +++ head/audio/mpz/pkg-descr (revision 554472) @@ -1,18 +1,18 @@ Music player for big local collections. Features 3 columns UI: directory tree (aka library), playlists and tracks from selected playlist. Middle-click on folder or track in the directory view and it will become a playlist an its content will be loaded into tracks view. Create multiple playlists from folders in your library and switch between them quickly. Similar to "Album list" in Foobar2000. -Built with C++ and Qt framework -- lightweight and fast. Open Source and +Built with C++ and Qt framework -- lightweight and fast. Open-source and cross-platform. Uses audio codecs installed on your system (GStreamer though QtMultimedia). Follows you desktop theme. Supports radio streams in .pls and .m3u playlsts. Supports CUE. Has a playback log which is helpful for radio stream -- never miss a track you liked. Supports MPRIS -- ability to control playback remotely, for example, via KDE Connect. WWW: https://olegantonyan.github.io/mpz/