File: control

package info (click to toggle)
libspiff 1.0.0-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,240 kB
  • ctags: 1,556
  • sloc: cpp: 10,398; sh: 9,149; makefile: 379; ansic: 83
file content (36 lines) | stat: -rw-r--r-- 1,361 bytes parent folder | download
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
Source: libspiff
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autotools-dev, debhelper, libexpat1-dev, liburiparser-dev (>= 0.7.2)
Standards-Version: 3.8.2
Homepage: http://libspiff.sourceforge.net

Package: libspiff4
Architecture: any
Depends: ${shlibs:Depends}
Description: library to read/write XSPF, the XML Shareable Playlist Format
 libSpiff implements reading and writing of playlists in the XML
 Shareable Playlist Format (XSPF), as developed by the Xiph.Org
 foundation. XSPF enables to share playlists among different applications
 and devices which implement the XSPF standard.
 .
 Features of libSpiff include:
 .
  * full conformance to the XSPF specification
  * support for XSPF versions 0 and 1
  * full support for XSPF extensions
  * full support for XML namespaces
  * fast (XML parsing is done by Expat)
  * unicode support
 .
 This package provides a C++ library which also includes C bindings to itself.

Package: libspiff-dev
Architecture: any
Section: libdevel
Depends: libspiff4 (= ${binary:Version}), ${shlibs:Depends}
Description: development files for libSpiff
 This package provides the development files for libSpiff, a library to
 read and write files in the XML Shareable Playlist Format (XSPF). Install
 it if you want to compile a program that makes use of this library.