• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

config.aux/H10-Nov-2013-15,83312,357

doc/H03-May-2022-4,1283,639

m4/H10-Nov-2013-10,9549,984

po/H03-May-2022-1,2371,053

src/H10-Nov-2013-13,75710,162

ABOUT-NLSH A D10-Nov-201391.6 KiB1,2831,244

AUTHORSH A D19-May-201342 21

COPYINGH A D19-May-201333.7 KiB662544

ChangeLogH A D10-Nov-201347.8 KiB2,3801,536

INSTALLH A D10-Nov-201315.4 KiB371288

Makefile.amH A D19-May-2013506 2316

Makefile.inH A D10-Nov-201325.6 KiB837742

NEWSH A D10-Nov-20133.7 KiB11786

READMEH A D20-May-20132.5 KiB10267

VERSIONH A D10-Nov-20137 21

aclocal.m4H A D10-Nov-201345.6 KiB1,3181,186

config.h.inH A D10-Nov-20134.2 KiB172122

configureH A D10-Nov-2013530.9 KiB18,00015,173

configure.acH A D05-Oct-20133.8 KiB138111

gen-ver.shH A D19-May-20131.5 KiB7139

README

1General
2=======
3
4quvi is the command line tool for developing the libquvi scripts and
5parsing the media properties.
6
7gitweb: <http://repo.or.cz/w/quvi-tool.git>
8Home  : <http://quvi.sourceforge.net/>
9
10
11Installation
12============
13
14Notes
15-----
16
17  * This document does not cover how to use GNU Autotools for building
18and installing software, instead, refer to the GNU Autotools documentation,
19the INSTALL file and the "configure --help" output for more information.
20
21  * If you're not familiar with GNU Autotools and/or installing software
22from the source code, you may prefer to install quvi using a binary
23package, instead. You can find quvi packaged for many distros already.
24
25  * If you have previously installed quvi from the source code to your
26system, the recommended practice is to uninstall the previous installation
27first, before you continue with the new one. You would, typically, run
28"make uninstall" (as root if necessary) from the same directory you ran
29"make install" from.
30
31  * If you are building quvi from the git repository code, run the
32`bootstrap.sh' first. This generates the configuration files. See also
33the -h output for any additional info.
34
35
36Simple install procedure
37------------------------
38
39  % ./configure && make
40
41  [ Become root if necessary ]
42  % make install
43
44The configure script supports also the following options which are
45relevant to the installation:
46
47  --with(out)-manual
48
49    Install the manual page for quvi.
50
51Requirements
52------------
53
54* libquvi 0.9
55  http://quvi.sourceforge.net/
56
57* libcurl 7.21.0
58  http://curl.haxx.se/
59    $ sudo aptitude install libcurl4-gnutls-dev
60       (or libcurl4-openssl-dev)
61
62* GLib 2.24.2
63  http://library.gnome.org/devel/glib/
64    $ sudo aptitude install libglib2.0-dev
65
66* JsonGlib 0.12
67  http://live.gnome.org/JsonGlib
68  NOTE: builds without: JSON output will be disabled
69    $ sudo aptitude install libjson-glib-dev
70
71* libxml 2.7.8
72  http://www.xmlsoft.org/
73  NOTE: builds without: XML output will be disabled
74    $ sudo aptitude install libxml2-dev
75
76* pkg-config for tracking the compilation flags needed for libraries
77  http://www.freedesktop.org/software/pkgconfig/
78
79* GNU gettext is recommended
80  http://www.gnu.org/software/gettext/
81
82* GNU make is recommended
83  http://www.gnu.org/software/make/
84
85
86How to report bugs
87==================
88
89Please see: http://quvi.sourceforge.net/#bugs
90
91
92Patches
93=======
94
95Please see: http://quvi.sourceforge.net/contrib/
96
97
98License
99=======
100
101quvi is Free Software, licensed under the GNU Affero GPLv3+.
102