1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
|
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=iso-8859-1" />
<title>
w_scan_cpp-20220105
</title>
<link rel="stylesheet" type="text/css" href="https://www.linuxfromscratch.org/blfs/view/svn/stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL-NS Stylesheets Vsnapshot" />
<link rel="stylesheet" href="https://www.linuxfromscratch.org/blfs/view/svn/stylesheets/lfs-print.css" type=
"text/css" media="print" />
</head>
<body class="blfs" id="blfs-rXX.Y-ZZZ">
<div class="navheader">
<h4>
Beyond Linux<sup>®</sup> From Scratch <span class="phrase">(System
V</span> Edition) - Version rXX.Y-ZZZ
</h4>
<h3>
Chapter 42. Multimedia Libraries and Drivers
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/taglib.html" title="Taglib-1.12">Prev</a>
<p>
Taglib-1.12
</p>
</li>
<li class="next">
<a accesskey="n" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/x264.html" title="x264-20220219">Next</a>
<p>
x264-20220219
</p>
</li>
<li class="up">
<a accesskey="u" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/libdriv.html" title=
"Chapter 42. Multimedia Libraries and Drivers">Up</a>
</li>
<li class="home">
<a accesskey="h" href="https://www.linuxfromscratch.org/blfs/view/svn/index.html" title=
"Beyond Linux® From Scratch (System V Edition) - Version rXX.Y-ZZZ">
Home</a>
</li>
</ul>
</div>
<div class="sect1" lang="en" xml:lang="en">
<h1 class="sect1">
<a id="w_scan_cpp" name="w_scan_cpp"></a>w_scan_cpp-20220105
</h1>
<div class="package" lang="en" xml:lang="en">
<h2 class="sect2">
Introduction to w_scan_cpp
</h2>
<p>
<span class="application">w_scan_cpp</span> is a C++
based channel scanner for digital television. It is the
successor of the older channel scanner w_scan.<p>
<b>IMPORTANT:</b> This package requires network connection to download
the other requirements.
</p>
<p>
This package is known to build and work properly using an LFS-11.1
platform.
</p>
<h3>
Package Information
</h3>
<div class="itemizedlist">
<ul class="compact">
<li class="listitem">
<p>
Download (HTTP): <a class="ulink" href=
"https://github.com/wirbel-at-vdr-portal/w_scan_cpp/archive/refs/tags/20220105.tar.gz">
https://github.com/wirbel-at-vdr-portal/w_scan_cpp/archive/refs/tags/20220105.tar.gz</a>
</p>
</li>
<li class="listitem">
<p>
Download MD5 sum: e6090d38288afa8def78b745672247f7
</p>
</li>
<li class="listitem">
<p>
Download size: 0.046 MB
</p>
</li>
<li class="listitem">
<p>
Estimated disk space required: 78.5 MB
</p>
</li>
<li class="listitem">
<p>
Estimated build time: 0.5 SBU (using parallelism=4)
</p>
</li>
</ul>
</div>
<h3>
librepfunc Dependencies
</h3>
<h4>
Required
</h4>
<p class="optional">
<a class="xref" href="https://htmlpreview.github.io/?https://github.com/wirbel-at-vdr-portal/librepfunc/blob/main/doc/BLFS/librepfunc.html" title=
"librepfunc">librepfunc >= 1.1.0</a>
</p>
<p class="usernotes">
User Notes: <a class="ulink" href=
"https://wiki.linuxfromscratch.org/blfs/wiki/w_scan_cpp">https://wiki.linuxfromscratch.org/blfs/wiki/w_scan_cpp</a>
</p>
</div>
<div class="installation" lang="en" xml:lang="en">
<h2 class="sect2">
Installation of w_scan_cpp
</h2>
<p>
While having a working network connection,
install <span class="application">w_scan_cpp</span> by running the
following commands:
</p>
<pre class="userinput"><kbd class=
"command">make download &&<br>make</kbd></pre>
<p>
This package does not come with a testsuite.
</p>
<p>
Now, as the <code class="systemitem">root</code> user:
</p>
<pre class="root"><kbd class="command">prefix=/usr make -j1 install</kbd></pre>
</div>
<div class="content" lang="en" xml:lang="en">
<h2 class="sect2">
Contents
</h2>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Installed Library:</strong>
<span class="segbody">librepfunc.so</span>
</div>
</div>
</div>
<div class="variablelist">
<h3>
Short Descriptions
</h3>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top" />
<col />
</colgroup>
<tbody>
<tr>
<td>
<p>
<a id="librepfunc.so" name="librepfunc-lib"></a><span class=
"term"><code class="filename">librepfunc.so</code></span>
</p>
</td>
<td>
<p>
provides C++ classes and tools.
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/taglib.html" title="Taglib-1.12">Prev</a>
<p>
Taglib-1.12
</p>
</li>
<li class="next">
<a accesskey="n" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/x264.html" title="x264-20220219">Next</a>
<p>
x264-20220219
</p>
</li>
<li class="up">
<a accesskey="u" href="https://www.linuxfromscratch.org/blfs/view/svn/multimedia/libdriv.html" title=
"Chapter 42. Multimedia Libraries and Drivers">Up</a>
</li>
<li class="home">
<a accesskey="h" href="https://www.linuxfromscratch.org/blfs/view/svn/index.html" title=
"Beyond Linux® From Scratch (System V Edition) - Version rXX.Y-ZZZ">
Home</a>
</li>
</ul>
</div>
</body>
</html>
|