Search Criteria
Package Details: smplayer-svn 19.5.0.r9225M-1
Git Clone URL: | https://aur.archlinux.org/smplayer-svn.git (read-only, click to copy) |
---|---|
Package Base: | smplayer-svn |
Description: | Media player with built-in codecs that can play virtually all video and audio formats |
Upstream URL: | https://www.smplayer.info/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | 314eter |
Last Packager: | 314eter |
Votes: | 143 |
Popularity: | 0.199822 |
First Submitted: | 2008-02-19 15:58 |
Last Updated: | 2019-07-14 13:33 |
Dependencies (13)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libx11 (libx11-git)
- qt5-script (qt5-script-git)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git, zlib-ng)
- qt5-tools (qt5-tools-git) (make)
- subversion (make)
- mplayer (mplayer-light-svn, mplayer2, mplayer2-build-git, mplayer-vaapi, mplayer-svn, mplayer-gui, mplayer-gui-svn) (optional) – backend for video playback
- 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) (optional) – alternative modern backend
- smplayer-skins-svn (optional) – skin themes collection
- smplayer-themes-svn (optional) – icon themes collection
- smtube-svn (optional) – browse and play YouTube videos
- youtube-dl (youtube-dl-git, youtube-dl-anime-git) (optional) – YouTube videos and streaming
Required by (8)
- gtk-youtube-viewer-git (requires smplayer) (optional)
- papirus-smplayer-theme-git (requires smplayer)
- selene-media-converter (requires smplayer) (optional)
- smplayer-skins-svn (requires smplayer)
- smplayer-themes-svn (requires smplayer)
- smtube-qt4 (requires smplayer) (optional)
- smtube-svn (requires smplayer) (optional)
- ytplmp4 (requires smplayer)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
anonymous_user commented on 2013-10-20 17:19
You should change the dependency from mplayer2 to mplayer. Mplayer2 development doesn't seem very active recently and the mplayer2 packages provides "mplayer" anyways.
Ner0 commented on 2013-04-10 11:49
PKGBUILD for pacman >= 4.1
http://aur.pastebin.com/JdRxMdXk
Ner0 commented on 2013-04-07 18:23
PKGBUILD for pacman >= 4.1
http://aur.pastebin.com/wEQvspix
Ner0 commented on 2013-04-04 11:01
PKGBUILD with all the fixes:
http://aur.pastebin.com/apXbs3rr
flecht commented on 2013-03-26 09:55
SVN Repo has been moved:
http://smplayer.sourceforge.net/forum/viewtopic.php?f=3&t=6134
I believe all you need to do is change _svntrunk line to this one:
_svntrunk=https://subversion.assembla.com/svn/smplayer/smplayer/trunk/
Anonymous comment on 2013-03-09 16:42
Compiled quickfixes in PKGBUILD:
http://pastebin.com/s7jp8D43
foggybrain commented on 2013-03-02 13:46
Thanks Cravix and Ner0, builds fine now
"sed -i 's/qmake/qmake-qt4/;s/lrelease/lrelease-qt4/' Makefile"
Cravix commented on 2013-03-02 02:08
@foggybrain:
oh sorry, qmake4 is only available in qt4 4.8.4-11.
in 4.8.4-12, it's qmake-qt4
Cravix commented on 2013-03-02 01:52
@foggybrain:
please install qt4 package.
foggybrain commented on 2013-03-01 22:08
Before which "make" in the PKGBUILD
Tried before first occurence and now get this error
==> Starting make...
./get_svn_revision.sh
cd src && qmake4 && DATA_PATH=\\\"/usr/share/smplayer\\\" TRANSLATION_PATH=\\\"/usr/share/smplayer/translations\\\" DOC_PATH=\\\"/usr/share/doc/packages/smplayer\\\" THEMES_PATH=\\\"/usr/share/smplayer/themes\\\" SHORTCUTS_PATH=\\\"/usr/share/smplayer/shortcuts\\\" make
/bin/sh: qmake4: command not found
make: *** [src/smplayer] Error 127
==> ERROR: A failure occurred in build().
Aborting...