File: control

package info (click to toggle)
tagpy 2013.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 496 kB
  • ctags: 429
  • sloc: python: 1,306; cpp: 811; makefile: 30; sh: 5
file content (27 lines) | stat: -rw-r--r-- 1,022 bytes parent folder | download | duplicates (2)
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
Source: tagpy
Section: python
Priority: extra
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Modules Packaging Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
    dpkg-dev (>= 1.16.1~),
    python-all-dev (>= 2.6.6-3~),
    libtag1-dev (>= 1.8), 
    libboost-python-dev (>= 1.39.2),
    pkg-config,
    python-pkg-resources,
    python-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/tagpy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/tagpy/trunk/
Homepage: http://mathema.tician.de/software/tagpy

Package: python-tagpy
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python module for manipulating tags in music files
 Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
 from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE
 tags from MusePack files.