diff --git a/audio/mpz/Makefile b/audio/mpz/Makefile index 34e0b29399a4..31210ceb431a 100644 --- a/audio/mpz/Makefile +++ b/audio/mpz/Makefile @@ -1,26 +1,26 @@ # Created by: Alexey Dokuchaev PORTNAME= mpz -PORTVERSION= 1.0.15 +PORTVERSION= 1.0.18 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 desktop-file-utils 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 diff --git a/audio/mpz/distinfo b/audio/mpz/distinfo index ea74fec25bf9..65318cf01aee 100644 --- a/audio/mpz/distinfo +++ b/audio/mpz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629794791 -SHA256 (olegantonyan-mpz-1.0.15_GH0.tar.gz) = c0178eb21fd178da08f6c55c0d4d8aaf4dfcd36623f68c6cf7364ecc9b418268 -SIZE (olegantonyan-mpz-1.0.15_GH0.tar.gz) = 2693147 +TIMESTAMP = 1638087173 +SHA256 (olegantonyan-mpz-1.0.18_GH0.tar.gz) = 61e45e7c321bcaf62ba65bb2cb2d0291525361923811f5dcf56d00d1033f867a +SIZE (olegantonyan-mpz-1.0.18_GH0.tar.gz) = 2699813 diff --git a/audio/mpz/files/patch-app_app.pro b/audio/mpz/files/patch-app_app.pro index 6126b7c2c38e..e3c1af4c8780 100644 --- a/audio/mpz/files/patch-app_app.pro +++ b/audio/mpz/files/patch-app_app.pro @@ -1,27 +1,27 @@ --- app/app.pro.orig 2021-08-24 08:46:31 UTC +++ app/app.pro @@ -154,15 +154,12 @@ FORMS += \ # Libraries INCLUDEPATH += \ - ../libs/taglib/taglib-1.12/taglib \ - ../libs/taglib/taglib-1.12/taglib/toolkit \ - ../libs/yaml-cpp/yaml-cpp-0.7.0/include \ + ${LOCALBASE}/include/taglib \ ../libs/qtwaitingspinner \ - ../libs/qhotkey/QHotkey-1.4.2 + ../libs/qhotkey/QHotkey-1.5.0 LIBS += \ - -L../libs/taglib -ltaglib \ - -L../libs/yaml-cpp -lyaml-cpp \ + -L${LOCALBASE}/lib -ltag -lyaml-cpp \ -L../libs/qtwaitingspinner -lqtwaitingspinner \ -L../libs/qhotkey -lqhotkey @@ -185,5 +182,5 @@ RESOURCES += \ ../resources.qrc # make install -target.path = /usr/bin/ +target.path = $$PREFIX/bin/ INSTALLS += target diff --git a/audio/mpz/pkg-descr b/audio/mpz/pkg-descr index a49cb7c8e173..8110bea461da 100644 --- a/audio/mpz/pkg-descr +++ b/audio/mpz/pkg-descr @@ -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 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/ +WWW: https://mpz-player.org/