A native YouTube client.
https://flavio.tordini.org/minitube
Minitube is a native YouTube client. With it you can watch YouTube videos in a new way: you type a keyword, Minitube gives you an endless video stream. Minitube does not require the Flash Player.
Minitube is not about cloning the original Youtube web interface, it strives to create a new TV-like experience.
- Links to multimedia:apps / minitube
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Kieltux:branches:multimedia:apps/minitube && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_service | 0000000504 504 Bytes | |
minitube-4.0.tar.xz | 0000948476 926 KB | |
minitube-no-update-check.patch | 0000000314 314 Bytes | |
minitube.1 | 0000000706 706 Bytes | |
minitube.changes | 0000022443 21.9 KB | |
minitube.spec | 0000003097 3.02 KB |
Latest Revision
Carsten Ziepke (Kieltux)
committed
(revision 18)
Comments 1
[ 89s] lib/media/src/mpv/mpvwidget.cpp: In member function 'virtual void MpvWidget::initializeGL()': [ 89s] lib/media/src/mpv/mpvwidget.cpp:63:34: error: cannot convert 'wl_display*' to 'Display*' {aka '_XDisplay*'} in assignment [ 89s] 63 | display = ni->display(); [ 89s] | ~~~~~~~~~~~^~ [ 89s] | | [ 89s] | wl_display* [ 89s] In file included from /usr/include/qt6/QtGui/qguiapplication.h:188, [ 89s] from /usr/include/qt6/QtGui/QGuiApplication:1, [ 89s] from lib/media/src/mpv/mpvwidget.cpp:8: [ 89s] /usr/include/qt6/QtGui/qguiapplication_platform.h:27:8: note: class type 'wl_display' is incomplete [ 89s] 27 | struct wl_display;