Search Criteria
Package Details: mpc-qt 20.10-1
Git Clone URL: | https://aur.archlinux.org/mpc-qt.git (read-only, click to copy) |
---|---|
Package Base: | mpc-qt |
Description: | A clone of Media Player Classic reimplimented in Qt. |
Upstream URL: | https://github.com/cmdrkotori/mpc-qt-origin |
Licenses: | |
Submitter: | metak |
Maintainer: | metak |
Last Packager: | metak |
Votes: | 15 |
Popularity: | 0.22 |
First Submitted: | 2017-10-08 12:09 |
Last Updated: | 2020-10-26 10:26 |
Dependencies (7)
- mpv (mpv-sndio, mpv-semifull-git, mpv-vittgam, mpv-ahjolinna, mpv-rpi, mpv-thin, mpv-ahjolinna-git, mpv-full-git, mpv-light, mpv-git, mpv-light-pulse, mpv-vapoursynth, mpv-vapoursynth-git, mpv-amd-full-git, mpv-build-git, mpv-full-build-git, mpv-full)
- qt5-x11extras (qt5-x11extras-git)
- git (git-git) (make)
- qt5-tools (qt5-tools-git) (make)
- libva-intel-driver (libva-intel-driver-git, libva-intel-driver-hybrid, libva-intel-driver-g45-h264) (optional) – backend for Intel cards
- libva-vdpau-driver (libva-vdpau-driver-shadow-nvidia, libva-vdpau-driver-vp9-git, libva-vdpau-driver-chromium) (optional) – backend for Nvidia and AMD cards
- udisks2 (udisks2-nosystemd) (optional) – to detect available discs
Required by (0)
Sources (1)
Latest Comments
deathye commented on 2020-10-25 20:06
Hanabishi commented on 2020-08-01 17:07
Very sad situation because MPC is so much better than VLC :(
NikWillOrStuff commented on 2020-03-19 01:51
Github user wm4 has fixed a compile error 12 days ago. Seems like the only semi-active fork that exists. https://github.com/wm4/mpc-qt
holcus commented on 2019-08-07 00:07
when installed it seems to be adding itself as handler for inode/directory in mimeinfo.cache:
inode/directory=mpc-qt.desktop;pcmanfm.desktop
This brakes other app's ability to open folder. If I reverse the order then it brakes mpc-qt ability to load subtitles. Has anyne same problem?
metak commented on 2019-07-14 14:32
Seems like this project is dead, the developer just disappeared and removed his repos.
For now I've pointed this pkgbuild to temporary backup repo, but I have no idea if anyone will pick up the development or not.
kmahyyg commented on 2018-11-14 17:01
Attention, If you got a SEGV using this 18.08 version with KDE, please switch to mpc-qt-git. (It works for me at this time,)
FabioLolix commented on 2018-10-07 10:27
pkgconf shall be a dependency for this.
No because pkgconf is part of base-devel group which you must install before dealing with AUR packages
Tetsumi commented on 2018-10-07 10:12
pkgconf shall be a dependency for this.
egrupled commented on 2017-11-01 15:29
Hi! Thank you for this package.
By default qmake doesn't honor user set CFLAGS,CXXFLAGS and LDFLAGS. It can be fixed by changing:
qmake-qt5 PREFIX=/usr mpc-qt.pro
to:
qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_RELEASE="${CFLAGS}" QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" QMAKE_LFLAGS_RELEASE="${LDFLAGS}" mpc-qt.pro
If user didn't modified his flags then nothing will change for him so it's safe thing to do. Similar things can be done for -git package.
Pinned Comments
metak commented on 2019-07-14 14:32
Seems like this project is dead, the developer just disappeared and removed his repos.
For now I've pointed this pkgbuild to temporary backup repo, but I have no idea if anyone will pick up the development or not.