Search Criteria
Package Details: watchvideo-svn r469-1
Git Clone URL: | https://aur.archlinux.org/watchvideo-svn.git (read-only, click to copy) |
---|---|
Package Base: | watchvideo-svn |
Description: | A small application to play, download, rip or convert (to Ogg) videos from popular YouTube-like sites, without the need of the proprietary Flash plugin. |
Upstream URL: | http://www.nongnu.org/watchvideo/index.html |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | None |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2010-11-03 00:02 |
Last Updated: | 2018-05-03 04:25 |
Dependencies (14)
- mediainfo (mediainfo-git)
- mplayer (mplayer-light-svn, mplayer2, mplayer2-build-git, mplayer-vaapi, mplayer-svn, mplayer-gui, mplayer-gui-svn)
- python2
- python2-getmediumurl
- python2-lxml
- python2-pyqt4
- python2-simplejson
- qt4 (qt4-revert80e3108)
- python2-distribute (python2-setuptools) (make)
- rst2html5 (rst2html5-git) (make)
- subversion (make)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-nocuda, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-ndi, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git) (optional)
- ffmpeg2theora (optional)
- python2-notify (optional)
Latest Comments
Gio commented on 2018-08-28 08:44
While trying to install it, I get the following error:
"failed retrieving file 'python2-pyqt4-4.12.1-2-x86_64.pkg.tar.xz' from ftp.linux.org.tr : The requested URL returned error: 404 Not Found"
Thank You.
dreieck commented on 2018-05-02 20:31
If you do not want to take the work, consider just submitting a deletion request, since writing the
PKGBUILD
new from scratch seems more feasible, if someone else at some point wants to re-bring the software to the AUR.dreieck commented on 2018-05-02 20:29
Depenbdency
qt
is outdated. You need to specify, depending on the Qt version,qt4
orqt3
or, in case of Qt version 5, the individual Qt5-packages needed, e.g.qt5-base
.There is no package
qt
anymore, and also there is no packageqt5
.For me, it builds with
qt4
, so changeqt
toqt4
in the dependency array.Also, please add a
pkgver()
-function.Furthermore,
getmediumurl
(http://pypi.python.org/pypi/GetMediumURL) is needed -- there does not seem to be an Arch Linux/ AUR package for this yet, so it needs to be created.Then, it is recommended to get the source via the
source=([...])
-variable in thePKGBUILD
. SVN is supported (source=("svn+svn://svn.sv.gnu.org/watchvideo")
or similar). Then,PKGBUILD
needs also a checksum entry (sha256sums=([...])
) for thesource
-entry. Since the latest revision from SVN is downloaded, enter'SKIP'
.And, the
PKGBUILD
requires nowadays apackage()
-function. It is not there!Please rework the
PKGBUILD
thoroughly. It is not working right now and in a mess... and then, after I reworked the
PKGBUILD
for myself up to a point where I could build the software, after building and installing it, callingwatchvideo_gui
gives the following error:Also,
watchvideo_cli
does not work; calling it with a valid youtube video gives:Maybe this is because of missing
getmediumurl
or similar?Package is broken right now.
Cravix commented on 2011-12-06 10:08
OMFG, this PKGBUILD is creepy= =
At least you should add the package "getmediumurl" and "python-urlreader" to depends.
Anonymous comment on 2010-11-13 03:29
$ watchvideo_gui
Traceback (most recent call last):
File "/usr/bin/watchvideo_gui", line 9, in <module>
load_entry_point('WatchVideo==2.0.1', 'gui_scripts', 'watchvideo_gui')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2244, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1954, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.7/site-packages/watchvideo/watchvideo_gui.py", line 51, in <module>
from watchvideo.ui_main import Ui_MainWindow
ImportError: No module named ui_main
I found how to run it, but gives me that error :s
Anonymous comment on 2010-11-13 03:27
Does not make nothing to launch, not even in the app menu. :s could u fix it?
Thnks! Greetings!