source: multimedia/libdriv/x265.xml@ 363e081b

11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 363e081b was 363e081b, checked in by Douglas R. Reno <renodr@…>, 21 months ago

Package updates:

Update to x264-20220819
Update to x265-20220819
Update to ImageMagick-7.1.0-46

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY x265-download-http "&sources-anduin-http;/x265/x265-&x265-version;.tar.xz">
8 <!ENTITY x265-download-ftp " ">
9 <!ENTITY x265-md5sum "d6d470b22dedb72596c459b6204419d2">
10 <!ENTITY x265-size "1.0 MB">
11 <!ENTITY x265-buildsize "56 MB">
12 <!ENTITY x265-time "1.4 SBU (using parallelism=4)">
13]>
14
15<sect1 id="x265" xreflabel="x265-&x265-version;">
16 <?dbhtml filename="x265.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>x265-&x265-version;</title>
23
24 <indexterm zone="x265">
25 <primary sortas="a-x265">x265</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to x265</title>
30
31 <para>
32 <application>x265</application> package provides a library for encoding
33 video streams into the H.265/HEVC format.
34 </para>
35
36 &lfs111_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&x265-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&x265-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &x265-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &x265-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &x265-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &x265-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">x265 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="nasm"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <ulink url="https://github.com/numactl/numactl">numactl</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url='&blfs-wiki;/x265'/>
91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of x265</title>
97
98 <para>
99 Install <application>x265</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir bld &amp;&amp;
104cd bld &amp;&amp;
105
106cmake -DCMAKE_INSTALL_PREFIX=/usr \
107 -DGIT_ARCHETYPE=1 ../source &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install &amp;&amp;
119rm -vf /usr/lib/libx265.a </userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para>
127 <command>-DGIT_ARCHETYPE=1</command>: Upstream no longer provides
128 releases. BLFS is using a git snapshot, but if the builder has not
129 installed <application>git</application> the build will not install
130 the shared library or the pkgconfig file without this switch.
131 </para>
132
133 <para>
134 <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
135 using static libraries.
136 </para>
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 x265
150 </seg>
151 <seg>
152 libx265.so
153 </seg>
154 <seg>
155 None
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libx265">
166 <term><filename class="libraryfile">libx265.so</filename></term>
167 <listitem>
168 <para>
169 provides the functions used to encode video streams into the
170 H.265/HEVC format
171 </para>
172 <indexterm zone="x265 libx265">
173 <primary sortas="c-libx265">libx265.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 </variablelist>
179
180 </sect2>
181
182</sect1>
Note: See TracBrowser for help on using the repository browser.