Dvbv5-scan-gtk: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Dvbv5-Scan-Gtk == * Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool]. Its hosted at [https://github.com/vl-nix/dvbv5-scan-gtk]. ==== Require...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Dvbv5 |
== Dvbv5-Gtk == |
||
* Based in [https://linuxtv.org/downloads/v4l-utils/ v4l-utils-1.18.0] |
|||
* Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool]. |
* Gtk+3 interface to [https://linuxtv.org/downloads/v4l-utils/ DVBv5 scan tool]. |
||
* Scan, Fe, Zap, Preview / Record / Stream |
|||
Its hosted at [https://github.com/vl-nix/dvbv5 |
Its hosted at [https://github.com/vl-nix/dvbv5-gtk]. |
||
==== Requirements ==== |
==== Requirements ==== |
||
Line 10: | Line 12: | ||
* DVBv5 - [https://linuxtv.org/docs/libdvbv5/index.html libdvbv5] |
* DVBv5 - [https://linuxtv.org/docs/libdvbv5/index.html libdvbv5] |
||
* [https://linuxtv.org/downloads/dtv-scan-tables/ dtv-scan-tables] |
* [https://linuxtv.org/downloads/dtv-scan-tables/ dtv-scan-tables] |
||
==== Depends ==== |
|||
* gcc |
|||
* make |
|||
* libgtk 3.0 ( & dev ) |
|||
* libudev ( & dev ) |
|||
* libdvbv5 ( & dev ) |
|||
==== Build ==== |
==== Build ==== |
||
⚫ | |||
⚫ | |||
* make |
|||
* Run: build/dvbv5-scan-gtk |
|||
* sudo make install |
|||
===== 2. Library ( libdvbv5 ) ===== |
|||
* make lib |
Revision as of 15:11, 5 May 2020
Dvbv5-Gtk
- Based in v4l-utils-1.18.0
- Gtk+3 interface to DVBv5 scan tool.
- Scan, Fe, Zap, Preview / Record / Stream
Its hosted at [1].
Requirements
- Graphical user interface - Gtk+3
- DVBv5 - libdvbv5
- dtv-scan-tables
Build
- Binary ( if libdvbv5 is not installed, this library will be built and included in the program )