Port details |
- mpz Music player for big local collections
- 1.0.26 audio =2 1.0.23_2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2020-10-09 10:36:58
- Last Update: 2024-12-19 07:48:40
- Commit Hash: 7a50ea9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://mpz-player.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/mpz/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/mpz
- pkg install mpz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mpz
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733075553
SHA256 (olegantonyan-mpz-1.0.26_GH0.tar.gz) = cee6ef67b31c5633a0211cf81b1ca3415cb9fb3a8c248b5040fa5e77b1dc3447
SIZE (olegantonyan-mpz-1.0.26_GH0.tar.gz) = 2721738
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gstreamer1-libav>=1.24.10 : multimedia/gstreamer1-libav
- gstreamer1-plugins-flac>=1.24.10 : audio/gstreamer1-plugins-flac
- gstreamer1-plugins-good>=1.24.10 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.24.10 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-ogg>=1.24.10 : audio/gstreamer1-plugins-ogg
- gstreamer1-plugins-opus>=1.24.10 : audio/gstreamer1-plugins-opus
- gstreamer1-plugins-ugly>=1.24.10 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins-vorbis>=1.24.10 : audio/gstreamer1-plugins-vorbis
- gstreamer1-plugins>=1.24.10 : multimedia/gstreamer1-plugins
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gstreamer1-libav>=1.24.10 : multimedia/gstreamer1-libav
- gstreamer1-plugins-flac>=1.24.10 : audio/gstreamer1-plugins-flac
- gstreamer1-plugins-good>=1.24.10 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins-mpg123>=1.24.10 : audio/gstreamer1-plugins-mpg123
- gstreamer1-plugins-ogg>=1.24.10 : audio/gstreamer1-plugins-ogg
- gstreamer1-plugins-opus>=1.24.10 : audio/gstreamer1-plugins-opus
- gstreamer1-plugins-ugly>=1.24.10 : multimedia/gstreamer1-plugins-ugly
- gstreamer1-plugins-vorbis>=1.24.10 : audio/gstreamer1-plugins-vorbis
- gstreamer1-plugins>=1.24.10 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libtag.so : audio/taglib
- libyaml-cpp.so : devel/yaml-cpp
- libgstreamer-1.0.so : multimedia/gstreamer1
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_mpz
- USES:
- compiler:c++11-lang desktop-file-utils gstreamer qmake qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.26 19 Dec 2024 07:48:40 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.26
This is the last release before switching to C++17, CMake,
and introducing some breaking changes.
Reported by: portscout |
1.0.23_2 14 Jun 2024 05:29:27 |
Jason E. Hale (jhale) |
*/*: Chase audio/taglib shlib version bump
PR: 266677 |
1.0.23_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.0.23 11 Mar 2023 10:27:20 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.23
Reported by: portscout |
1.0.22 09 Nov 2022 10:42:54 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.22
Reported by: portscout |
1.0.21 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.21 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.21 02 Sep 2022 20:20:56 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.21
Reported by: portscout |
1.0.20 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.20 30 May 2022 11:46:42 |
Alexey Dokuchaev (danfe) |
audio/mpz: the port had been updated to version 1.0.20
Now has better support building itself against system dependencies
(less patching required).
Reported by: portscout |
1.0.19 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
1.0.19 11 Dec 2021 14:58:38 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.19.
Not reported by: portscout :( |
1.0.18 28 Nov 2021 17:22:34 |
Alexey Dokuchaev (danfe) |
audio/mpz: the port had been updated to version 1.0.18
Chase HTTP/2 301 redirection for WWW line in the port description. |
1.0.15 24 Aug 2021 16:53:25 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.15. |
1.0.14 17 Aug 2021 11:36:56 |
Alexey Dokuchaev (danfe) |
audio/mpz: update the port to version 1.0.14.
Reported by: portscout |
1.0.13_1 13 Jul 2021 09:07:26 |
Guido Falsi (madpilot) |
devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
binary compatible |
1.0.13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.13 16 Mar 2021 10:55:17 |
danfe |
- Update to version 1.0.13
- USES+=desktop-file-utils
Found out via: repology.org |
1.0.11 15 Dec 2020 12:55:21 |
danfe |
Update to version 1.0.11.
Reported by: portscout |
1.0.10 08 Nov 2020 16:05:27 |
danfe |
- Update to version 1.0.10
- Fix spelling of "open-source" |
1.0.8 01 Nov 2020 05:39:26 |
danfe |
Update to version 1.0.8.
Found out via: repology.org |
1.0.7 23 Oct 2020 11:59:50 |
danfe |
- Update `audio/mpz' to the latest version 1.0.7
- Given the number of files, convert PLIST_FILES to pkg-plist
Found out via: repology.org |
1.0.2 14 Oct 2020 14:29:01 |
danfe |
Update to version 1.0.2.
Repoted by: portscout |
1.0.1 09 Oct 2020 10:36:19 |
danfe |
Add a port of mpz, music player for big local collections.
WWW: https://olegantonyan.github.io/mpz/ |