source: general/prog/vala.xml@ 7ded7e3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7ded7e3 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10209 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.2 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 vala-download-http "&gnome-download-http;/vala/0.16/vala-&vala-version;.tar.xz">
8 <!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/0.16/vala-&vala-version;.tar.xz">
9 <!ENTITY vala-md5sum "84b742e9cca4c90fde3026c3793c03c1">
10 <!ENTITY vala-size "2.6 MB">
11 <!ENTITY vala-buildsize "110 MB">
12 <!ENTITY vala-time "1.0 SBU">
13]>
14
15<sect1 id="vala" xreflabel="Vala-&vala-version;">
16 <?dbhtml filename="vala.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vala-&vala-version;</title>
24
25 <indexterm zone="vala">
26 <primary sortas="a-Vala">Vala</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vala</title>
31
32 <para>
33 <application>Vala</application> is a new programming language that
34 aims to bring modern programming language features to
35 <application>GNOME</application> developers without imposing any
36 additional runtime requirements and without using a different ABI
37 compared to applications and libraries written in C.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&vala-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&vala-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &vala-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &vala-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &vala-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &vala-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Vala Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="pkgconfig"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="dbus"/> (Required for the tests) and
86 <xref linkend="libxslt"/> (Required for generating the documentation)
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/vala"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Vala</title>
96
97 <para>Install <application>Vala</application> by running the following
98 commands:</para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>make check</command>. Note
105 that a <application>D-Bus</application> session daemon must be
106 running for the tests to succeed.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 vala, vala-0.16, valac, valac-0.16, vala-gen-introspect,
128 vala-gen-introspect-0.16, vapicheck, vapicheck-0.16,
129 vapigen and vapigen-0.16
130 </seg>
131 <seg>
132 libvala-0.16.so
133 </seg>
134 <seg>
135 /usr/include/vala-0.16,
136 /usr/lib/vala-0.16,
137 /usr/share/devhelp/books/vala-0.16 and
138 /usr/share/{vala,vala-0.16}
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="valac">
149 <term><command>valac</command></term>
150 <listitem>
151 <para>
152 is a compiler that translates <application>Vala</application>
153 source code into C source and header files.
154 </para>
155 <indexterm zone="vala valac">
156 <primary sortas="b-valac">valac</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="vala-gen-introspect">
162 <term><command>vala-gen-introspect</command></term>
163 <listitem>
164 <para>
165 generates a GI file for GObject and GLib based packages.
166 </para>
167 <indexterm zone="vala vala-gen-introspect">
168 <primary sortas="b-vala-gen-introspect">vala-gen-introspect</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="vapicheck">
174 <term><command>vapicheck</command></term>
175 <listitem>
176 <para>
177 verifies the generated bindings.
178 </para>
179 <indexterm zone="vala vapicheck">
180 <primary sortas="b-vapicheck">vapicheck</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="vapigen">
186 <term><command>vapigen</command></term>
187 <listitem>
188 <para>
189 is a utility which generates <application>Vala</application> API
190 (VAPI) files from GI files.
191 </para>
192 <indexterm zone="vala vapigen">
193 <primary sortas="b-vapigen">vapigen</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libvala-0">
199 <term><filename class='libraryfile'>libvala-0.16.so</filename></term>
200 <listitem>
201 <para>
202 contains the <application>Vala</application> API functions.
203 </para>
204 <indexterm zone="vala libvala-0">
205 <primary sortas="c-libvala-0">libvala-0.16.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.