debian/0000775000000000000000000000000012316265756007205 5ustar debian/menu0000664000000000000000000000023012306112021010036 0ustar ?package(easytag):needs="X11" \ section="Applications/Sound" \ title="easytag" \ command="/usr/bin/easytag" \ icon="/usr/share/pixmaps/easytag.xpm" debian/copyright0000664000000000000000000000251612306112021011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: EasyTAG Source: https://wiki.gnome.org/Apps/EasyTAG Files: * Copyright: 2000-2008 Jérôme Couderc 2009-2012 Kip Warner 2012-2014 David King License: GPL-2+ Comment: the full list of contributers are available in the AUTHORS and THANKS files Files: debian/* Copyright: 2000-2014 various Debian contributers License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000006201112316265746011056 0ustar easytag (2.1.10-1ubuntu1) trusty; urgency=medium * Recommend gnome-icon-theme-full on ubuntu. (LP: #1295882) -- James Cowgill Fri, 28 Mar 2014 21:27:56 +0000 easytag (2.1.10-1) unstable; urgency=medium * Team upload. [ James Cowgill ] * New upstream release (Closes: #560813, #500051, #518955, #727811). * Add myself to the list of uploaders. * Use debhelper v9. * debian/control: - Build depend on desktop-file-utils and yelp-tools. - Recommend on gnome-icon-theme, gvfs and yelp (thanks David King) - Update homepage location. - Bump standards to 3.9.5 (no changes required). * debian/copyright: - Rewritten to use DEP-5 * debian/rules: - Enable all hardening flags. - Remove unnecessary dh overrides. * debian/patches: - Remove 1001-c90_style.patch, applied upstream. - Add patch to remove appdata from buildsystem. Can't use until appdata-tools is introduced into Debian. [ Alessio Treglia ] * Improve package description (Closes: #691687) -- James Cowgill Fri, 28 Feb 2014 15:50:09 +0000 easytag (2.1.8-1) unstable; urgency=low * Team upload. * New upstream release (Closes: #701114): - Port to and require the most recent GTK+ 2 release (2.24) - Allow experimental compilation against GTK+ 3 - Many memory leaks fixed - Remove the upstream Debian and RPM packaging - Do not install the ChangeLog - FLAC, configure, sign comparison warning and GBase64 fixes - New icons - Small fixes to allow compilation under mingw - Fix overlaid text in scanner legend - SIGCHLD handling fix - Move configuration files to XDG firectories - Configuration file, remove all text, disc number column and compiler warning fixes - Switch to TagLib for MP4 tag editing and drop libmp4v2 support - Fix album artist entry focus chain order - Remove Changes tab in about dialog - Tidy and internationalize the desktop file - Fix many spelling errors and typos - Several translation updates - Rewrite build system - Use intltool for internationalization - Drop dependency on libtool - Fix segfault when pressing "Apply" in "Load filenames from TXT" dialog, - Fix predefined genres displayed under legacy systems. - Update Polish translation - .desktop cleanup - Add a new option to trim spaces when renaming files patch - Make easytag compile against newest version of libmp4v2 - File save performance improvement - Fix out of bound array access - Add Lithuanian translation * Drop patches applied upstream: - desktop.patch - taglib.patch - fix_segfault_loading_tags_from_txt.patch.patch - fix-rm-out-of-bound.patch * Cherry-pick patch from upstream git to prevent FTBFS due to mixed declarations and code in WavPack support * Depend on intltool >= 0.50.0. * Use dh --with foo syntax in debian/rules. * Install NEWS and ChangeLog as upstream changelogs. * Fix watch file. * Update Homepage field, the project has moved to gnome.org. * Convert VCS fields to canonical form. * Remove obsolete DM-Upload-Allowed: yes field. * Bump Standards. * Set compression to xz. -- Alessio Treglia Fri, 11 Oct 2013 17:07:47 +0100 easytag (2.1.7-2) unstable; urgency=low * Merge Ubuntu changes from version 2.1.7-1ubuntu2, by Julian Taylor : + debian/rules: - Do not fail on removing nonexistent changelog file. + debian/patches/fix-out-of-bound.patch: - Fix crash on out of bounds array access. (Closes: #669290) * debian/control, debian/copyright: - Change upstream homepage back to resurrected SF site. * debian/watch: - Restore old debian/watch from before 2.1.6+git (development migrated back to sourceforge from github). -- Maia Kozheva Thu, 10 May 2012 21:26:53 +0700 easytag (2.1.7-1) unstable; urgency=low * New upstream release. * Add fix_segfault_loading_tags_from_txt.patch: - From upstream git, fixes crashes when applying tags loaded from TXT file. (Closes: #646978) * debian/control: - Update Standards-Version to 3.9.3. * debian/rules: - Remove get-orig-source, now using an unmodified upstream tarball. -- Maia Kozheva Mon, 09 Apr 2012 11:37:09 +0700 easytag (2.1.6+git20110423-3) unstable; urgency=low * Merge Reinhard Tartler's cosmetic changes from -1. -- Maia Kozheva Thu, 09 Jun 2011 00:36:56 +0700 easytag (2.1.6+git20110423-2) unstable; urgency=low * Port MP4 support to taglib (reduced functionality compared to libmp4v2, but half a loaf is better than no bread). - MP4 tag editing now available. (Closes: #336465) -- Maia Kozheva Wed, 08 Jun 2011 23:56:44 +0700 easytag (2.1.6+git20110423-1) unstable; urgency=low * New maintainers. (Taking over from Sebastian Bacher per his agreement.) * New upstream snapshot. * Switch to the 3.0 (quilt) format. * debian/copyright: - New upstream address. * debian/control: - Update maintainer field. - Bump Standards-Version to 3.9.2. - Do not depend on cdbs, use debhelper version with override support. - Use dh-autoreconf to generate automake files. - Add Vcs-* fields. - Fix misspelling in package description. - Set DM-Upload-Allowed. * debian/rules: - Rewrite using debhelper 7. - Link with -Wl,--as-needed. - Add get-orig-source rule to export git snapshots. * debian/patches: - Remove 01-autoload.patch, merged upstream. - Remove 02-autoreconf.patch, using dh_autoreconf now. - Remove manpage-has-bad-whatis-entry.patch, merged upstream. - Add desktop.patch: desktop file fixes. (Closes: #620141, #360390) * Update debian/watch. -- Maia Kozheva Mon, 02 May 2011 20:04:35 +0700 easytag (2.1.6-1) unstable; urgency=low * Upload to unstable * Close nmu bug (Closes: #460247, #498294) [ Benjamin Drung ] * Non-maintainer upload. * New upstream release (Closes: #490979). * Added debian/patches/01-autoload.patch. * debian/control: - Break and sort Build-Depends line. - Update Standards-Version to 3.8.1 and add Homepage field. - Add ${misc:Depends} to Depends. * debian/rules: - Remove encoding line (only ansi characters used). - Add gnome.mk class for Debian menu. - Remove not needed DEB_MAKE_INVOKE. - Do not install changelog twice (Closes: #448880). * Drop debian/easytag.1 and use man page provided by upstream. * Switch to debhelper 7. * Remove debian/docs and thus do not install useless USERS-GUIDE (Closes: #467240). * Remove unneeded debian/dirs. * Add debian/patches/02-autoreconf.patch to get rid of binary-or-shlib-defines-rpath lintian warning. * Add debian/patches/manpage-has-bad-whatis-entry.patch to fix lintian warning. -- Sebastien Bacher Wed, 13 May 2009 16:21:20 +0200 easytag (2.1.4-1.1) unstable; urgency=low * Non-maintainer upload. * Warn user when ogg vorbis tags will be lost, fix handling of multiple same ogg vorbis tags (Closes: #460247). * Fix lintian warnings: - Add watch file. - Install icon for menu file (Closes: #460247). - Fix section in menu file. - Drop version from NAME section of man page to `apropos' and `whatis' happy. - Include copyright information in debian/copyright. -- Michal Čihař Mon, 08 Sep 2008 21:44:11 +0200 easytag (2.1.4-1) unstable; urgency=low * New upstream version -- Sebastien Bacher Tue, 11 Dec 2007 12:27:03 +0100 easytag (2.1.3-1) unstable; urgency=low * New upstream version * debian/easytag.xpm, debian/rules: - use the upstream icon version * easytag.desktop: - use the correct icon naming -- Sebastien Bacher Sun, 25 Nov 2007 16:15:43 +0100 easytag (2.1.2-1) unstable; urgency=low * New upstream version: - Fixed a mistake in the configure script (Closes: #432257) * debian/control: - Build-Depends on libid3tag0-dev, libspeex-dev (Closes: #401523, #434428) - updated Standards-Version to 3.7.2 -- Sebastien Bacher Thu, 2 Aug 2007 12:55:18 +0200 easytag (2.1.1-1) unstable; urgency=low * New upstream version (Closes: #414201): - Added Speex support (Closes: #401523) * debian/control: - Build-Depends on libwavpack-dev - correct spelling mistake, change indicated by Simon Waters (Closes: #363374) -- Sebastien Bacher Sat, 7 Jul 2007 14:37:46 +0200 easytag (2.1-1) unstable; urgency=low * New upstream version * debian/control: - required glib version specified to configure -- Sebastien Bacher Thu, 31 May 2007 00:10:52 +0200 easytag (1.99.12-1) unstable; urgency=low * New upstream version: - New logo and icons, - Added ability to display all albums of an artist in the 'Artist / Album' view, - Added detection of the bugged version of id3lib when writting ID3 tag to Unicode to inform the user (a patch for id3lib is supplied in package source), - For Ogg files, the field DESCRIPTION is also used for the comment, - Fixed stack corruption bugs in Fill Tag scanner, - Fixed loading disk number for FLAC tag, - Fixed error that displays MP3 files in red when no tag is present, - Fixed a crash in the CDDB window when getting tracks of a album, - Fixed playlist name bug when creating it in the parent directory, - Fixed manual CDDB search when using Squid, - Little fix for FLAC tags, - Fixed various bugs, - Russian translation updated, - Greek translation updated, - Spanish translation updated, - Japanese translation updated, - Czech translation updated, - Brazilian Portuguese translation updated - Danish translation updated, - Italian translation updated, - Hungarian translation updated, - German translation updated. -- Sebastien Bacher Sat, 15 Apr 2006 15:47:47 +0200 easytag (1.99.11-1) unstable; urgency=low * New upstream version: - Added ability to force saving tag of file even if no changes made (useful to convert quickly tags), - Added switch '--disable-mp3' to not compile the program with id3lib (will allow in future version to choose between id3lib or taglib), - Fixed problem of saving file order (bug introduced in version 1.99.10), - French translation updated, - Czech translation updated, - Hungarian translation updated, - Spanish translation updated, - German translation updated - fix implicit function (Closes: #341277) -- Sebastien Bacher Sun, 18 Dec 2005 23:43:03 +0100 easytag (1.99.10-1) unstable; urgency=low * New upstream version: - Added port to Win32, to compile under MinGW (thanks to Michael Pujos), - The preferences window was clean up : saving configuration changed (the apply button was removed to not confuse user), position of main window, scanner window and cddb are automatically saved (settings were removed from the window), - Added a protection against MP3 corrupted files (files containing only zeroes) which cause a bug in id3lib and so freeze the program, - Added some documentation, - Changed some shortcuts in the menu by following the GNOME Human Interface Guidelines 2.0, - Added ability to load pictures contained in ID3v2 tag of a FLAC file, - Fixed a crash that may occurs with the browser at startup, - Fixed displaying of player in preferences window if it not exists, else were can't save the settings, - Fixed a crash that may occurs with message boxes , - Fixed some memory leaks, - French translation updated, - Czech translation updated, - Danish translation updated, - Brazilian Portuguese translation updated, - German translation updated -- Sebastien Bacher Tue, 29 Nov 2005 14:34:00 +0100 easytag (1.99.9-1) unstable; urgency=low * New upstream version: - Ability to read and write UTF-16 strings in ID3 tag - Added options to save tags only in ISO-8859-1, or only in Unicode, or to let the program to do the best choice (Closes: #281255) - Added options to select a non-standard encoding for ISO-8859-1 fields in the tag (very useful for example for Russian people), and can apply some rules when writing tag if some characters can't be converted to this non-standard encoding (activate the transliteration or silently discard some characters) (Closes: #246856) - Changed way to read and write filenames : use the encoding specified into environment variables of language (as LANG or LC_ALL), instead of the GTK2 environment variable G_FILENAME_ENCODING - Added options to apply some rules when writing filename if some characters can't be converted to the system encoding (activate the transliteration or silently discard some characters) - Added ability to rename the directory in the browser with masks, - Added an option to return focus to the 'Title' field when switching files with the previous/next button/shortcut - Added a menu item for the action "Show hidden directories" in the browser - For Ogg Vorbis files, the file vcedit.h was updated from vorbis-tools-1.1.1 - Some fixes and improvements in the CDDB windows - Improvements when handling character set of the locale when reading and writing filenames - Improved compatibility for MP4/AAC files with MPEG4IP-1.2 - Fixed a crash when reading FLAC files - Fixed : remove old directories when changing path of the file with the 'Rename File' scanner - Fixed crash when numbering tracks sequentially after renaming files - Fixed problem when renaming file from one partition to an other one (mananage the error "Invalid cross-device link") - Fixed : don't replace illegal characters when writing playlist content from a pattern - Fixed writting of playlist to improve compatibility with some players (uses DOS characters for a new line) - Fixed conversion of the word 'I' with the 'first letter uppercase' scanner: now it stays to upper case - Check if the program to launch to open files exists before to run it - A new bulgarian translation - French translation updated - Brazilian Portuguese translation updated - German translation updated -- Sebastien Bacher Thu, 10 Nov 2005 17:17:14 +0100 easytag (1.99.8-1) unstable; urgency=low * New upstream version (Closes: #326802): - Fixed hangs in the cddb lookups (Closes: #292188). - Fixed problem when parsing markup in the 'Fill Tag' scanner preview. - Added MP4/AAC file and tag support (including pictures in tag) by using MPEG4IP (libmp4v2). - "Copyright" replaced by "License" in .spec file to allow to build the RPM package with rpm-4.4.0. - French translation updated. - Italian translation updated. - German translation updated. * debian/control: - updated the Build-Depends on flac package (Closes: #325949). -- Sebastien Bacher Sun, 11 Sep 2005 15:03:36 +0200 easytag (1.99.7-2) unstable; urgency=low * Rebuild with the current libid3 (Closes: #321431, #323089). * debian/control: - updated the Standards-Version. -- Sebastien Bacher Wed, 17 Aug 2005 23:05:14 +0200 easytag (1.99.7-1) unstable; urgency=low * New upstream version. -- Sebastien Bacher Fri, 15 Jul 2005 22:46:51 +0200 easytag (1.99.6-2) unstable; urgency=low * debian/copyright, debian/easytag.1: - fix upstream email. * debian/patches/patch_1996_browser_entry_fix.diff: - upstream patch to fix an issue with the browser entry. -- Sebastien Bacher Wed, 29 Jun 2005 11:59:23 +0200 easytag (1.99.6-1) unstable; urgency=low * New upstream version: - fix tab order for the label editor (Closes: #292033). - fix the FTBFS on ppc64 (Closes: #299280). - updated german translation (Closes: #313692). -- Sebastien Bacher Tue, 28 Jun 2005 17:43:07 +0200 easytag (1.99.5-1) unstable; urgency=low * New upstream version. -- Sebastien Bacher Thu, 9 Jun 2005 15:09:01 +0200 easytag (1.99.4-1) unstable; urgency=low * New upstream version. -- Sebastien Bacher Mon, 2 May 2005 16:58:03 +0200 easytag (1.99.3-1) unstable; urgency=low * Upload of the GTK2 version to unstable. * New upstream release. -- Sebastien Bacher Fri, 21 Jan 2005 19:29:31 +0100 easytag (1.99.2-2) experimental; urgency=low * easytag.desktop: - don't list x-directory/normal. * debian/control.in: - updated the Build-Depends on libflac-dev to 1.1.1-3. -- Sebastien Bacher Sat, 8 Jan 2005 14:33:06 +0100 easytag (1.99.2-1) experimental; urgency=low * New upstream release (Closes: #288033). -- Sebastien Bacher Sat, 1 Jan 2005 22:32:01 +0100 easytag (1.99.1-1) experimental; urgency=low * New upstream release: - added new fields for ID3v2 tag, Ogg Vorbis tag, FLAC tag and APE tag : Composer, Original Artist/Performer, Copyright, URL and Encoder name. - added an option to select or not the corresponding file when selecting a track name in the Cddb results. - added ability to search files in hidden directories. - added an option to not convert some words when using the scanner 'First letter uppercase of each word'. -- Sebastien Bacher Sun, 7 Nov 2004 22:14:54 +0100 easytag (0.31gtk2pre2-2) experimental; urgency=low * New upstream release. -- Sebastien Bacher Fri, 8 Oct 2004 11:21:15 +0200 easytag (0.31gtk2pre2-1) experimental; urgency=low * New upstream pre-release. * debian/control: - updated the description with the upstream one. The flac format is mentioned now (Closes: #255052). -- Sebastien Bacher Sat, 18 Sep 2004 15:39:05 +0200 easytag (0.31gtk2pre1-1) experimental; urgency=low * New pre-release. -- Sebastien Bacher Mon, 19 Jul 2004 23:39:35 +0200 easytag (0.31gtk2pre0-1) experimental; urgency=low * First pre-release of the GTK+2 version. -- Sebastien Bacher Wed, 14 Jul 2004 15:44:41 +0200 easytag (0.31-1) unstable; urgency=low * New upstream release + allow to display the files by artists and by albums (Closes: #208090). * debian/patches/*: + removed patchs included in the new version. * debian/menu: + added an icon (Closes: #252859). -- Sebastien Bacher Sun, 6 Jun 2004 23:30:01 +0200 easytag (0.30-5) unstable; urgency=low * Updated es.po (Closes: #236800). -- Sebastien Bacher Tue, 11 May 2004 21:13:49 +0200 easytag (0.30-4) unstable; urgency=low * Updated Build-Depends on debhelper to 4.1.46 (Closes: #219480). * debian/patches/patch_easytag_030c_030d.diff: + new patch to fix the cddb server selection (Closes: #230672). -- Sebastien Bacher Sat, 7 Feb 2004 11:55:58 +0100 easytag (0.30-3) unstable; urgency=low * Added patches to fix the repeat action (Closes: #217661). -- Sebastien Bacher Thu, 30 Oct 2003 17:05:22 +0100 easytag (0.30-2) unstable; urgency=low * Added the upstream patch to fix the renaming bug (Closes: #210420). -- Sebastien Bacher Sun, 28 Sep 2003 11:35:44 +0200 easytag (0.30-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Thu, 11 Sep 2003 00:53:00 +0200 easytag (0.29-1) unstable; urgency=low * New maintainer (Closes: #202543). * New upstream release. * Switched to cdbs. * Updated Build-Depends. * Updated Standards-Version to 3.6.1.0. -- Sebastien Bacher Wed, 3 Sep 2003 02:57:29 +0200 easytag (0.28.1-2) unstable; urgency=low * orphaned; maintainer set to packages@qa.debian.org -- tony mancill Tue, 22 Jul 2003 21:14:14 -0700 easytag (0.28.1-1) unstable; urgency=low * new upstream release -- tony mancill Sun, 13 Jul 2003 11:31:37 -0700 easytag (0.28-4) unstable; urgency=low * added signal handler to ignore SIGCHLD; prevents zombies when spawning audio player (closes: #177185) -- tony mancill Mon, 30 Jun 2003 21:40:30 -0700 easytag (0.28-3) unstable; urgency=low * crc32 renamed; workaround for GTK themes problem (closes: #195884) -- tony mancill Sat, 28 Jun 2003 10:29:13 -0700 easytag (0.28-2) unstable; urgency=low * using CDDB results will no longer blank out filenames applied upstream patch 0.28a (closes: #197971) -- tony mancill Mon, 23 Jun 2003 21:20:42 -0700 easytag (0.28-1) unstable; urgency=low * new upstream release * updated description regarding ID3v2 support (closes: #185259) -- tony mancill Sun, 1 Jun 2003 16:12:25 -0700 easytag (0.27a-3) unstable; urgency=low * scanner window now provides WM_CLASS (closes: #185980) (thanks to Nikolai Prokoschenko for the patch) * now build depends upon libid3-3.8.3-dev * added string.h include to configure.in and flac_header.c (for ia64) -- tony mancill Mon, 28 Apr 2003 21:55:28 -0700 easytag (0.27a-2) unstable; urgency=low * rebuilt against libvorbis0a (closes: #185060) -- tony mancill (Debian) Sun, 16 Mar 2003 13:33:54 -0800 easytag (0.27a-1) unstable; urgency=low * new upstream version * new maintainer -- tony mancill Tue, 11 Feb 2003 21:13:10 -0800 easytag (0.25b-1) unstable; urgency=low * New upstream version (Closes: bug#171195) * Add Ogg to description (Closes: bug#171455) -- Baruch Even Fri, 13 Dec 2002 15:00:41 +0200 easytag (0.24b-1) unstable; urgency=low * New upstream version (Closes: bug#160751) + Compile against new libflac4 (Closes: bug#164187) + Fix code to compile with libflac4 (Closes: bug#164087) -- Baruch Even Sat, 12 Oct 2002 03:07:45 +0200 easytag (0.23-1) unstable; urgency=low * New upstream version (Closes: bug#158176) * Use libid3 from debian package it's version 3.8.0 now (Closes: bug#158178) -- Baruch Even Sat, 31 Aug 2002 22:22:55 +0300 easytag (0.21-1.1) unstable; urgency=low * NMU to fix breakage caused by libvorbis0 split. -- Christopher L Cheney Mon, 29 Jul 2002 23:00:00 -0500 easytag (0.21-1) unstable; urgency=low * New upstream version -- Baruch Even Sat, 8 Jun 2002 22:40:41 +0300 easytag (0.18-3) unstable; urgency=low * Add a missing Build-Dep: zlib1g-dev -- Baruch Even Fri, 12 Apr 2002 22:29:07 +0300 easytag (0.18-2) unstable; urgency=low * Really try to compile for alpha -- Baruch Even Thu, 11 Apr 2002 01:19:01 +0300 easytag (0.18-1) unstable; urgency=low * New upstream release * Try to get the libid3 to compile with gcc 3.0 -- Baruch Even Sun, 7 Apr 2002 02:07:02 +0300 easytag (0.17-1) unstable; urgency=low * New upstream release. * Upped Standards-Version, no action required. * Included a static version of libid3 3.8.0pre2 due to stability problems with the current version. (Closes: bug#136819) -- Baruch Even Tue, 12 Mar 2002 02:30:05 +0200 easytag (0.16-1) unstable; urgency=low * New upstream release (Closes: bug#134570) -- Baruch Even Tue, 19 Feb 2002 23:57:11 +0200 easytag (0.15-2) unstable; urgency=low * Added libid3-dev to Build-Deps * Added a manpage (Closes: bug#87080) -- Baruch Even Sat, 2 Feb 2002 04:16:05 +0200 easytag (0.15-1) unstable; urgency=low * New maintainer (Closes: bug#130821) * New upstream release (Closes: bug#98387) -- Baruch Even Thu, 31 Jan 2002 01:58:55 +0200 easytag (0.13-2) unstable; urgency=low * Orphaned this package. -- Adrian Bunk Fri, 25 Jan 2002 12:47:39 +0100 easytag (0.13-1) unstable; urgency=low * New upstream release. -- Adrian Bunk Thu, 4 Jan 2001 17:52:42 +0100 easytag (0.12-1) unstable; urgency=low * New upstream release. -- Adrian Bunk Wed, 22 Nov 2000 19:09:39 +0100 easytag (0.11-1) unstable; urgency=low * New upstream release. * Added THANKS and USERS-GUIDE. * Upload sponsored by Tony Mancill . -- Adrian Bunk Fri, 27 Oct 2000 00:38:24 +0200 easytag (0.10.2-1) unstable; urgency=low * New upstream release. * Upload sponsored by Tony Mancill . -- Adrian Bunk Sun, 22 Oct 2000 21:33:44 +0200 easytag (0.10.1-1) unstable; urgency=low * Initial Release. (closes: #74068) * Upload sponsored by Oliver M. Bolzer . -- Adrian Bunk Sun, 8 Oct 2000 20:40:42 +0200 Local variables: mode: debian-changelog End: debian/rules0000775000000000000000000000022312306112021010231 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --with=autoreconf debian/source/0000775000000000000000000000000012306112021010454 5ustar debian/source/format0000664000000000000000000000001412306112021011662 0ustar 3.0 (quilt) debian/gbp.conf0000664000000000000000000000005712306112021010575 0ustar [DEFAULT] pristine-tar = True compression = xz debian/easytag.xpm0000664000000000000000000001362612306112021011347 0ustar /* XPM */ static char *easytag[] = { /* columns rows colors chars-per-pixel */ "32 32 171 2", " c #22A322A30D4D", ". c #2C2C2C2C10D1", "X c #3C523B66152B", "o c #42823EFF13D4", "O c #458542D81657", "+ c #42634263195A", "@ c #47C846C719DA", "# c #51D24E8E19DA", "$ c #515151511F1F", "% c #594456161C47", "& c #5EDF5A9A1C9D", "* c #60205CDD1EDF", "= c #4CCD498924A5", "- c #553554F42080", "; c #5C9C58D92D2D", ": c #549452123535", "> c #60205E9E22A3", ", c #65C564A424C5", "< c #6BEC67A723E4", "1 c #6B6B6A2A2626", "2 c #6BEC6BAB28A9", "3 c #71316DEE24E5", "4 c #74B472322747", "5 c #7AFB75B62545", "6 c #75E674742A7A", "7 c #79B973732DEE", "8 c #6BEC682830F1", "9 c #77B773333777", "0 c #7ABB75F53C3C", "q c #64E561A14444", "w c #6E2E6A2A4404", "e c #7A3A75754141", "r c #82977E932AAA", "t c #8A0A7DFE27A8", "y c #850582E32ECF", "u c #8C0C86062A80", "i c #8FCF8B4B2D6D", "p c #903B8A4A2BD6", "a c #9BAB92422C0C", "s c #90108DCD3232", "d c #9ABA96E733C4", "f c #90D0911138B9", "g c #9DDD9B5B3939", "h c #A262979729AA", "j c #A7679E5E2F6F", "k c #A9E99F9F2D2D", "l c #A3239CFD33B3", "z c #B0509D9E3313", "x c #AE2EA1612BAC", "c c #A707A12034D5", "v c #AD4DA6863596", "b c #A5C5A2823959", "n c #ABC1A9543D3D", "m c #B131A7E735B6", "M c #BE0DA1513586", "N c #BFFFA1E13979", "B c #B070AC6C3BFC", "V c #BD1DB37336D7", "C c #B5F5B2073DD3", "Z c #BA59B5953DDE", "A c #C242B5753333", "S c #C282B8B836F7", "D c #C9C9B7373EFF", "F c #C491BBFB3B3B", "G c #CB0AB8B83D7D", "H c #CFCFC1813575", "J c #D9D9C7873777", "K c #D817CACA3A7A", "L c #DB1ACC8C3939", "P c #DF3FD0F03BBC", "I c #F373E1613CBD", "U c #874781414404", "Y c #96968FCF4D0D", "T c #9B5B8FCF4D0D", "R c #93138D0D5616", "E c #9C5C94D45595", "W c #A52595154343", "Q c #A3029B5B4EAF", "! c #A2229B1B5A9A", "~ c #A868A1214101", "^ c #AB4AAB0A40A0", "/ c #A9E9A2374D22", "( c #AF6FAF6F4808", ") c #BA3AB6F640C1", "_ c #BC7CBA3A44C5", "` c #B4B4AC6C5B1B", "' c #B9B9B0F054D5", "] c #B8B8B0705B9B", "[ c #BF7FBFFF5CDD", "{ c #C181B1F14ACB", "} c #C040BDFD4888", "| c #C7C7BE7E61E2", " . c #8000E2A25F1F", ".. c #BEFEE0E05717", "X. c #CCECC5243FE0", "o. c #C545C4444949", "O. c #C9C9C1C147C8", "+. c #DC9CD2524141", "@. c #D656D4134CED", "#. c #DAFAD4344828", "$. c #CA4AC0C05191", "%. c #CDCDC4035B1B", "&. c #D9D9CECE5C9C", "*. c #D00FD0D05191", "=. c #DF1EDF1E5454", "-. c #E0E0C6464141", ";. c #E1E1D6C14197", ":. c #E464DADA4646", ">. c #E363D8174949", ",. c #FFFFD7974747", "<. c #F676D8D84545", "1. c #FF8ADC5146BC", "2. c #FFEDD74448AD", "3. c #F555DABA4868", "4. c #FEB7DC3D4AC4", "5. c #E767DB5B5B1B", "6. c #F5F5DF9F5B1B", "7. c #EE4EE1A142E3", "8. c #EF6FE3024A2A", "9. c #F7F7E3A34787", "0. c #FD2DE22144D4", "q. c #FD64EDD244AC", "w. c #F373E4134B6B", "e. c #FE68E52F4C57", "r. c #F55FEA954BB6", "t. c #FD38EDF64A86", "y. c #FC79F18F4C95", "u. c #E868E7265595", "i. c #ED2CEB405681", "p. c #E363E4235898", "a. c #EECEEECE5B3B", "s. c #F308E3CE53D4", "d. c #FE48E51A5292", "f. c #F525ED4D5232", "g. c #FCFCE9695555", "h. c #F5F5E1A15D1D", "j. c #FEBEE6865C7C", "k. c #FBE6EF995BB1", "l. c #FB8FF409534D", "z. c #F635F5B55E1E", "x. c #FB3AF5C75A1D", "c. c #FA0CF8C15D5D", "v. c #D454CA4A6424", "b. c #D918CE0D66E7", "n. c #E01FD4946525", "m. c #DEDEDF1E7474", "M. c #EA6ADE1D69A9", "N. c #FDCAE4F164E5", "B. c #FDE8EC3663EE", "V. c #F433E6666CAC", "C. c #F5F5EA096B8C", "Z. c #FD7DEE4E6C0C", "A. c #FBA1F64F6431", "S. c #FA29FA296242", "D. c #F6F6F4746AAA", "F. c #FD13F2A06B5A", "G. c #FBFBF8F86D83", "H. c #F635E8E870B0", "J. c #FC3BEDAD7535", "K. c #F676F0B07131", "L. c #FDFDF1B171F2", "P. c #FB1AF9F97515", "I. c #FAFAFA497CBC", "U. c #FD3CEFEF81C1", "Y. c #FAFAF77783C3", "T. c #FB0FFB018375", "R. c #FC3BF6358ACA", "E. c #FBABFC068C41", "W. c #FBC8FC95945B", "Q. c #FB5AFC9C9898", "!. c None", /* pixels */ "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.,.,.1.1.1.1.,.!.!.!.", "!.!.!.!.!.!.!.!.!.M 2.4.4.4.e.e.e.e.3.e.t.t.t.y.q.q.q.q.1.!.!.!.", "!.!.2.j.B.Z.F.F.N.F.G.A.A.x.l.l.l.l.w.t.y.y.y.t.t.q.q.q.0.!.!.!.", "!.!.4.E.W.E.E.T.V.L.G.A.A.x.l.l.l.l.w.e.y.y.y.t.q.q.q.q.q.,.!.!.", "!.!.d.Q.W.E.T.T.V.Z.G.A.x.l.l.l.l.l.r.e.y.y.y.t.q.q.q.q.q.0.!.!.", "!.!.J.Q.W.E.T.I.K.F.A.x.x.l.f.l.l.l.y.y.;.+.r.7.;.7.P A H J M !.", "!.N W.W.E.E.T.I.P.D.g s b Z r l.F F l m l V F u p a k a h x 1.!.", "!.N.Q.W.E.T.T.I.P.k.l d b Z d f.c d l a z F ;.S F K P L q.I 0.!.", "!.U.Q.W.E.T.I.P.S.f.D @.f.l.l.l.l.y.y.y.<.t.t.t.q.q.q.8.s.k.d.!.", "!.R.W.E.E.T.P.S.c.x.3.l.l.l.l.l.l.X.c a t 9.V j t.s.e Q q M.j.!.", "!.Y.E.m.[ ( ^ c.c.x.w.e.l.l.l.l.l.# p & u M 5 = k./ Q F.n.b.d.!.", "!.x.S.f + ^ - @.x.i.x.-.d C 4 Z % l X.% y.9.7 9 $.U ' F.` ! 4.!.", "!.g.S.*.- 6 a.u., , n < B r u l 5 y.:.O y.>.; 0 0 / Y F.| E ,.!.", "!.2.c.p.. $ u.i.n 1 y ) X X #.O r y.8.o y.~ { B.: &.w ] R T !.!.", "!.!.g.a.+ =.o.4 @ n 4 6 G % r.* v y.v + O.8 W 5./ %.C.v.H. .!.!.", "!.!.4.} 2 X _ > y 6 C z #.l.p w.y.l.l.x.x.6.B.A.F.F.L.L...!.!.", "!.!.!.s.z.c.c.c.x.x.x.l.3.l.3 i y.l.l.l.x.x.h.B.B.B.N.N.N.4.!.!.", "!.!.!.4.c.c.c.x.x.x.l.l.3.e.e.e.e.e.4.4.4.2.M !.!.!.!.!.!.!.!.!.", "!.!.!.2.d.d.e.4.4.2.2.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.", "!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!.!." }; debian/control0000664000000000000000000000444212316265746010613 0ustar Source: easytag Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Multimedia Maintainers Uploaders: Maia Kozheva , Reinhard Tartler , James Cowgill Build-Depends: debhelper (>= 9), desktop-file-utils, dh-autoreconf, gettext, intltool (>= 0.50.0), libflac-dev (>= 1.1.2), libglib2.0-dev (>= 2.8), libgtk2.0-dev (>= 2.4), libid3-3.8.3-dev, libid3tag0-dev, libogg-dev, libspeex-dev, libtagc0-dev, libvorbis-dev, libwavpack-dev, yelp-tools, zlib1g-dev Standards-Version: 3.9.5 Homepage: https://wiki.gnome.org/Apps/EasyTAG Vcs-Git: git://anonscm.debian.org/pkg-multimedia/easytag.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/easytag.git Package: easytag Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: gnome-icon-theme, gnome-icon-theme-full, gvfs, yelp Description: viewing, editing and writing ID3 tags EasyTAG is an utility for viewing, editing and writing the ID3 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 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 filename and directory to complete automatically the fields (using masks); - Ability to rename files from the tag (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,...) to all other selected files; - Read file header information (bitrate, time, ...) and display it; - Undo and redo last changes; - Ability to process fields of tag and file name (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. debian/easytag.changelogs0000664000000000000000000000001712306112021012643 0ustar NEWS ChangeLog debian/install0000664000000000000000000000004512306112021010544 0ustar debian/easytag.xpm usr/share/pixmaps debian/compat0000664000000000000000000000000212306112021010352 0ustar 9 debian/watch0000664000000000000000000000013612306112021010205 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/easytag/(\d.)+/ \ easytag-([\d.]+)\.tar\.xz debian/docs0000664000000000000000000000001712306112021010025 0ustar AUTHORS THANKS debian/patches/0000775000000000000000000000000012306112021010603 5ustar debian/patches/remove-appdata.patch0000664000000000000000000000306612306112021014536 0ustar Description: Remove AppData from build system This requires the appdata-tools package which is not in Debian yet. Partially reverts upstream commit https://git.gnome.org/browse/easytag/commit/?id=02d199b2cac7c34b36cb534a48eda32172efb941 Author: James Cowgill Forwarded: not-needed Last-Update: 2014-02-22 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/configure.ac +++ b/configure.ac @@ -27,9 +27,6 @@ AS_IF([test "x$USE_NLS" != "xno"], [AC_DEFINE([ENABLE_NLS], [1], [Native Language support is enabled])]) -dnl AppData -APPDATA_XML - dnl ------------------------------- dnl Checks for programs. dnl ------------------------------- --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = \ - --enable-appdata-check \ --enable-flac \ --enable-id3v23 \ --enable-ogg \ @@ -149,11 +148,6 @@ $(AM_V_at)$(MKDIR_P) $(@D) $(AM_V_at)touch $@ -@APPDATA_XML_RULES@ -@INTLTOOL_XML_RULE@ -appdata_in_files = data/easytag.appdata.xml.in -appdata_XML = $(appdata_in_files:.appdata.xml.in=.appdata.xml) - @INTLTOOL_DESKTOP_RULE@ desktopdir = $(datadir)/applications desktop_in_files = data/easytag.desktop.in @@ -230,7 +224,6 @@ test -n "$(DESTDIR)" || $(UPDATE_ICON_CACHE) "$(iconthemedir)" dist_noinst_DATA = \ - $(appdata_in_files) \ $(desktop_in_files) \ $(easytag_headers) \ src/id3lib/patch_id3lib_3.8.3_UTF16_writing_bug.diff \ @@ -267,7 +260,6 @@ endif CLEANFILES = \ - $(appdata_XML) \ $(check_SCRIPTS) \ $(desktop_DATA) \ $(easytag_rc) \ debian/patches/series0000664000000000000000000000002512306112021012015 0ustar remove-appdata.patch