Hmmm, I don't know why. Remove QMPlay2, check manually if it has been removed and reinstall.
Search Criteria
Package Details: qmplay2 24.06.16-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/qmplay2.git (read-only, click to copy) |
---|---|
Package Base: | qmplay2 |
Description: | QMPlay2 is a video and audio player which can play most formats and codecs |
Upstream URL: | https://github.com/zaps166/QMPlay2 |
Keywords: | ass audio chiptune ffmpeg media mod movie player qt srt subtitles video youtube |
Licenses: | LGPL |
Submitter: | mrbit |
Maintainer: | zaps166 |
Last Packager: | zaps166 |
Votes: | 48 |
Popularity: | 0.021413 |
First Submitted: | 2012-10-13 22:02 (UTC) |
Last Updated: | 2024-07-11 22:00 (UTC) |
Dependencies (27)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- libass (libass-gitAUR)
- libcddb
- libcdio (libcdio-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libgme (libgme-vgmplay-gitAUR, game_music_emu-kode54-gitAUR, libgme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsidplayfp
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libxv
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-svg
- rubberband
- taglib (taglib-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patch (patch-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- qt6-tools (make)
- game_music_emu-kode54-gitAUR (optional) – Better chiptune support (less bugs in sound, AUR package)
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – PulseAudio support
Required by (1)
- sparky-tube-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »
zaps166 commented on 2013-08-19 08:20 (UTC)
mrbit commented on 2013-08-19 07:01 (UTC)
thanks zaps166, done
Wotk , but in the terminal : QMPlay2
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_dmix.c:961:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
[19 ago 2013 08:57:28] Cannot load library /usr/bin/../share/qmplay2/modules/libVisualizations.so: (/usr/bin/../share/qmplay2/modules/libVisualizations.so: undefined symbol: _ZTI9VisWidget)
zaps166 commented on 2013-08-18 21:42 (UTC)
New version of QMPlay2, new versioning and you can remove all "sed" from PKGBUILD :)
mrbit commented on 2013-08-03 07:33 (UTC)
thanks zaps166, done
zaps166 commented on 2013-08-02 22:26 (UTC)
Since FFMpeg 2.0 there's no subtitles in MKV files, here is my patch:
Remove from PKGBUILD:
sed -i "1i#include <va/va_version.h>" src/modules/FFMpeg/VAApiWriter.hpp
sed -i "1i#include <va/va_compat.h>" src/modules/FFMpeg/VAApiWriter.hpp
and remove "ffmpeg-full" from "optdepends", because now Arch Linux FFMpeg package has "VAAPI".
And add to PKGBUILD:
sed -i 's/ packet.convergence_duration != QMPLAY2_NOPTS_VALUE/packet.convergence_duration > 0/' src/modules/FFMpeg/FFDemux.cpp
sed -i 's/qstrcmp( codecName, "ass" )/qstrcmp( codecName, "ass" ) \&\& qstrcmp( codecName, "ssa" )/' src/gui/PlayClass.cpp
sed -i 's/\!qstrcmp( streams\[ subtitlesStream \].codecName, "ass" )/(\!qstrcmp( streams\[ subtitlesStream \].codecName, "ass" ) \|\| \!qstrcmp( streams\[ subtitlesStream \].codecName, "ssa" ) )/' src/gui/PlayClass.cpp
Thanks :)
mrbit commented on 2013-07-12 14:38 (UTC)
done zaps166.
zaps166 commented on 2013-07-12 13:24 (UTC)
New version of QMPlay2, VAAPI fixed
jim1960 commented on 2013-06-30 10:10 (UTC)
makepkg error: (just pacman -Syu)
--------------
VAApiWriter.cpp:186:95: error: invalid conversion from ‘int’ to ‘VASurfaceID* {aka unsigned int*}’ [-fpermissive]
if ( vaCreateSurfaces( VADisp, realW, realH, VA_RT_FORMAT_YUV420, surface_count, VA_surfaces ) != VA_STATUS_SUCCESS )
^
VAApiWriter.cpp:186:95: error: invalid conversion from ‘VASurfaceID* {aka unsigned int*}’ to ‘unsigned int’ [-fpermissive]
VAApiWriter.cpp:186:95: error: too few arguments to function ‘VAStatus vaCreateSurfaces(VADisplay, unsigned int, unsigned int, unsigned int, VASurfaceID*, unsigned int, VASurfaceAttrib*, unsigned int)’
In file included from /usr/include/va/va_x11.h:27:0,
from ./VAApiWriter.hpp:10,
from VAApiWriter.cpp:11:
/usr/include/va/va.h:792:1: note: declared here
vaCreateSurfaces(
^
g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I../../qmplay2/headers -Ilibmodplug -Ibuild/moc -o build/obj/load_s3m.o libmodplug/load_s3m.cpp
make[3]: *** [build/obj/VAApiWriter.o] Error 1
-----------------
zaps166 commented on 2013-05-19 17:14 (UTC)
OK, thanks :)
//pkgdesc is truncated - should be in one line
Pinned Comments
zaps166 commented on 2017-06-19 20:07 (UTC)