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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Source: mp3splt
Section: sound
Priority: optional
Maintainer: Ron Lee <ron@debian.org>
Build-Depends: debhelper (>= 7.0.15), libdbus-glib-1-dev,
libogg-dev, libvorbis-dev, libflac-dev, libmad0-dev,
libid3tag0-dev, libltdl3-dev, libgtk-3-dev,
libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev,
audacious-dev, libaudclient-dev,
doxygen, graphviz
Standards-Version: 4.1.3.0
Homepage: http://mp3splt.sourceforge.net/
Vcs-Git: git://git.debian.org/users/ron/mp3splt.git
Vcs-Browser: http://git.debian.org/?p=users/ron/mp3splt.git
Package: mp3splt
Architecture: any
Depends: libmp3splt (= ${libmp3splt:Version}), ${shlibs:Depends}
Suggests: mp3splt-gtk
Description: split MP3, Ogg Vorbis, or FLAC files without re-encoding
This package provides the command line interface for splitting audio files at
a given begin and end time position without decoding. If splitting an album,
you can select split points and filenames manually or read them from CDDB or
cue files. Splitting on silence and data from Mp3Wrap or AlbumWrap is also
supported. For mp3 files, both ID3v1 & ID3v2 tags are supported. A GTK
interface is provided in the mp3splt-gtk package.
Package: mp3splt-gtk
Architecture: any
Depends: libmp3splt (= ${libmp3splt:Version}), ${shlibs:Depends}
Recommends: gstreamer1.0-plugins-good
Suggests: mp3splt, audacious
Description: split MP3, Ogg Vorbis, or FLAC files without re-encoding
This package provides the graphical interface for splitting audio files at a
given begin and end time position without decoding. If splitting an album,
you can select split points and filenames manually or read them from CDDB or
cue files. Splitting on silence and data from Mp3Wrap or AlbumWrap is also
supported. For mp3 files, both ID3v1 & ID3v2 tags are supported. A command
line interface is provided in the mp3splt package.
Package: libmp3splt
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: mp3splt | mp3splt-gtk
Conflicts: libmp3splt0, libmp3splt0-ogg, libmp3splt0-mp3, libmp3splt0-flac, libmp3splt-dev
Replaces: libmp3splt0, libmp3splt0-ogg, libmp3splt0-mp3, libmp3splt0-flac, libmp3splt-dev
Breaks: mp3splt (<< 2.6.2), mp3splt-gtk (<< 0.9.2)
Description: support library for mp3splt and mp3splt-gtk
The mp3splt utility splits audio files at a given begin and end time position
without decoding. This package provides the library functions used by the
command line and graphical interfaces.
Package: mp3splt-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libmp3splt (= ${libmp3splt:Version}) | mp3splt (= ${binary:Version})
| mp3splt-gtk (= ${mp3splt-gtk:Version})
Description: debugging symbols for mp3splt, mp3splt-gtk and libmp3splt
This package provides the detached debug symbols for mp3splt.
|