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 |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Dvbv5 |
== Dvbv5-Gtk == |
||
* |
* Based in [https://linuxtv.org/downloads/v4l-utils/ v4l-utils-1.20.0] |
||
⚫ | |||
* Scan, Zap, Record |
|||
Its hosted at [https://github.com/vl-nix/dvbv5 |
Its hosted at [https://github.com/vl-nix/dvbv5-gtk]. |
||
==== Requirements ==== |
==== Requirements ==== |
||
* DVBv5 - [https://linuxtv.org/docs/libdvbv5/index.html libdvbv5] |
|||
* Graphical user interface - [https://developer.gnome.org/gtk3 Gtk+3] |
* Graphical user interface - [https://developer.gnome.org/gtk3 Gtk+3] |
||
* |
* Initial files- [https://linuxtv.org/downloads/dtv-scan-tables/ dtv-scan-tables] |
||
⚫ | |||
==== Depends ==== |
|||
* gcc |
|||
* make |
|||
* libgtk 3.0 ( & dev ) |
|||
* libudev ( & dev ) |
|||
* libdvbv5 ( & dev ) |
|||
==== Build ==== |
|||
===== 1. Binary ( if libdvbv5 is not installed, this library will be built and included in the program ) ===== |
|||
* make |
|||
* Run: build/dvbv5-scan-gtk |
|||
* sudo make install |
|||
===== 2. Library ( libdvbv5 ) ===== |
|||
* make lib |
Latest revision as of 15:45, 26 June 2021
Dvbv5-Gtk
- Based in v4l-utils-1.20.0
- Gtk+3 interface to DVBv5 tool.
- Scan, Zap, Record
Its hosted at [1].
Requirements
- DVBv5 - libdvbv5
- Graphical user interface - Gtk+3
- Initial files- dtv-scan-tables