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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: easytag
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Reinhard Tartler <siretart@tauware.de>,
James Cowgill <jcowgill@debian.org>,
David King <amigadave@amigadave.com>
Build-Depends:
appstream-util (>= 0.3.4),
debhelper (>= 9.20141221~),
desktop-file-utils,
dh-autoreconf,
docbook-xml,
docbook-xsl,
gettext,
intltool (>= 0.50.0),
libflac-dev,
libglib2.0-dev (>= 2.38),
libgtk-3-dev (>= 3.10),
libid3-3.8.3-dev,
libid3tag0-dev,
libnautilus-extension-dev (>= 3.21.92-3~),
libogg-dev,
libopusfile-dev,
libspeex-dev,
libtag1-dev,
libvorbis-dev,
libwavpack-dev,
yelp-tools,
zlib1g-dev
Standards-Version: 3.9.8
Homepage: https://wiki.gnome.org/Apps/EasyTAG
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/easytag.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/easytag.git
Package: easytag
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
gnome-icon-theme,
gvfs,
yelp
Suggests: easytag-nautilus
Description: GTK+ editor for audio file tags
EasyTAG is an utility for viewing, editing and writing
the tags of different audio files, using a GTK+ interface.
.
Currently EasyTAG supports the following:
- View, edit, write tags of MP3, MP2 files (ID3 tag), FLAC files (FLAC Vorbis
tag), Ogg Opus, Ogg Speex and Ogg Vorbis files (Ogg Vorbis tag),
MP4/M4A/AAC files (MPEG-4 Part 10 tag), and MusePack, Monkey's Audio files
(APE tag);
- Auto tagging: parse file and directory names using masks to automatically
fill in tag fields;
- Cover art support for all formats;
- Rename files from the tag fields (using masks) or by loading a text file;
- Process selected files of the selected directory;
- Ability to browse subdirectories;
- Recursion for tagging, removing, renaming, saving, etc;
- Can set a field (artist, title, ...) on all other selected files;
- Read file header information (bitrate, time, ...) and display it;
- Undo and redo last changes;
- Ability to process tag fields and file names (convert letters into
uppercase, lowercase, etc);
- Ability to open a directory or a file with an external program;
- CDDB support (from http protocol);
- A tree based browser;
- A list to select files;
- A playlist generator window;
- A file searching window;
- Simple and explicit interface.
Package: easytag-nautilus
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends},
easytag (= ${binary:Version}),
nautilus (>= 3)
Description: Nautilus extension for easytag
EasyTAG is an utility for viewing, editing and writing
the tags of different audio files, using a GTK+ interface.
.
This is the extension for the Nautilus file manager.
|