ok, zaps166, done
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.016098 |
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-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- 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, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- Show 7 more dependencies...
Required by (1)
- sparky-tube-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
mrbit commented on 2013-05-19 17:06 (UTC)
zaps166 commented on 2013-05-19 16:52 (UTC)
There is new QMPlay2, can You use this PKGBUILD:
# Contributer: giacomogiorgianni@gmail.com
pkgname=qmplay2
pkgver=19V2013
pkgrel=1
pkgdesc="QMPlay2 is a video player, it can plays all formats and stream supported by ffmpeg and libmodplug (including J2B). It has integrated Youtube browser"
arch=('i686' 'x86_64')
url="http://qt-apps.org/content/show.php/QMPlay2?content=153339"
license=('LGPL')
depends=('qt4' 'ffmpeg' 'libass' 'mesa' 'libva' 'libxv' 'portaudio' 'libcdio')
optdepends=('pulseaudio' 'ffmpeg-full')
makedepends=('make' 'gcc')
source=("http://sourceforge.net/projects/zaps166/files/QMPlay2/QMPlay2-src-${pkgver}.tar.bz2")
md5sums=(514ad7b96de3d94fde6c458b0065d9d6)
build()
{
cd $srcdir/QMPlay2-src
NOTERM=1 SYSTEM_BUILD=1 ./compile_unix 0
}
package()
{
mv $srcdir/QMPlay2-src/app $pkgdir/usr
}
? Thanks :)
zaps166 commented on 2013-03-25 17:35 (UTC)
QMPlay2 requires qt4, not qt (aka Qt5) and "pulseaudio" should be an optional package :)
Can You add to script "QMPlay2_enqueue.desktop" and "qmplay2-opencda.desktop" (for KDE4 CDAudio notifications) files into correct directories?
I think that "make" should detect number of CPU cores (or CPUs), look at my QMPlay2 compile script or in my old QMPlay PKGBUILD which detects and uses all CPU cores during compilation :)
Thanks :D
mrbit commented on 2013-01-20 09:54 (UTC)
done.
mrbit commented on 2013-01-20 09:46 (UTC)
yes..some requires ??
zaps166 commented on 2013-01-20 09:41 (UTC)
Can You add "mesa" to "depends" (for OpenGL plugin)?
mrbit commented on 2012-12-27 13:14 (UTC)
oops!! sorry! thanks ssharunas
done md5..
<deleted-account> commented on 2012-12-27 12:35 (UTC)
md5 does not match..
mrbit commented on 2012-11-04 10:51 (UTC)
Add "libcdio" to "depends in PKGBUID
ok. thanks zap166
Pinned Comments
zaps166 commented on 2017-06-19 20:07 (UTC)