debian/0000755000000000000000000000000011637715334007200 5ustar debian/entagged.desktop0000644000000000000000000000026110777757175012365 0ustar [Desktop Entry] Name=Entagged Comment=Tag Editor Comment[fr]=Editeur de Tags Exec=entagged Icon=entagged.png TryExec=entagged Terminal=0 Type=Application Categories=AudioVideo; debian/copyright0000644000000000000000000000352410777757175011154 0ustar This package was debianized by Varun Hiremath on Mon, 29 Jan 2007 02:38:47 +0530. It was downloaded from http://sourceforge.net/projects/entagged Upstream Author: Raphal Slinckx Christian Laireiter Copyright: (c) 2003-2005 Raphal Slinckx (c) 2004-2005 Christian Laireiter License: This package 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 package 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. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. ----- Files in the audioformat directory are licensed under GNU Lesser General Public License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package 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 Lesser General Public License for more details. On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see above. debian/patches/0000755000000000000000000000000011637715334010627 5ustar debian/patches/build.diff0000644000000000000000000000647210777757175012606 0ustar Index: entagged-0.31/build.xml =================================================================== --- entagged-0.31.orig/build.xml 2007-03-23 15:25:25.000000000 +0100 +++ entagged-0.31/build.xml 2007-04-08 11:53:57.000000000 +0200 @@ -28,9 +28,9 @@ - + - + @@ -52,7 +52,7 @@ - + Entagged Tag editor is now fully compiled. You can use either: @@ -71,7 +71,7 @@ - + @@ -82,16 +82,29 @@ - - + - - + + + + + + + + + + + + + + + + debian/patches/series0000644000000000000000000000001310777757175012053 0ustar build.diff debian/rules0000755000000000000000000000224311360170360010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := build-dir DEB_JARS := hsqldb IMAGE_SRCDIR := entagged/entagged-build-resources/image IMAGE_DESTDIR := $(DEB_DESTDIR)/usr/share/icons/hicolor install/entagged:: install -m 644 -D build/entagged/entagged-tageditor*.jar \ $(DEB_DESTDIR)/usr/share/java/entagged-tageditor-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/entagged-tageditor-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/entagged-tageditor.jar dh_install debian/entagged.desktop /usr/share/applications install -m 755 -D debian/entagged.sh $(DEB_DESTDIR)/usr/bin/entagged install -m 644 -D $(IMAGE_SRCDIR)/entagged-32x32.png \ $(IMAGE_DESTDIR)/32x32/apps/entagged.png install -m 644 -D $(IMAGE_SRCDIR)/entagged-128x128.png \ $(IMAGE_DESTDIR)/128x128/apps/entagged.png get-orig-source: wget http://switch.dl.sourceforge.net/sourceforge/entagged/entagged.tar.gz mkdir _x tar -x -C _x -z -f entagged.tar.gz tar -c -C _x -z -f entagged_$(DEB_UPSTREAM_VERSION).orig.tar.gz --exclude '*.jar' entagged $(RM) -r entagged.tar.gz _x debian/changelog0000644000000000000000000000537411637715265011066 0ustar entagged (0.35-4) unstable; urgency=low * Switch to debhelper level 7. * Improve Depends. * Update Standards-Version: 3.9.2. -- Torsten Werner Sun, 25 Sep 2011 23:16:26 +0200 entagged (0.35-3) unstable; urgency=low * Let 'maintainers' start with uppercase M. * Change Build-Depends: default-jdk. * Update Standards-Version: 3.8.4 * Switch to source format 3.0. -- Torsten Werner Sat, 10 Apr 2010 23:39:08 +0200 entagged (0.35-2) unstable; urgency=low * Add openjdk-6-jre to Depends (Closes: #495951) -- Varun Hiremath Tue, 09 Sep 2008 19:34:27 -0400 entagged (0.35-1) unstable; urgency=low * new upstream release * Remove watch file because upstream does not ship versioned files any more. * Leave file AudioFileIO.java unchanged. * Set Standards-Version: 3.7.3 (no changes). * Change Maintainer to Debian Java Maintainers and move Varun to Uploaders. * Update Vcs fields and Varun's email address. -- Torsten Werner Sat, 12 Apr 2008 00:26:28 +0200 entagged (0.31.ds2-1) unstable; urgency=low * Repackage the source - some problems with the previous tarball. * Remove debian/build.xml and debian/ant.properties and switch back to upstream build.xml. * Include docs also in the package. -- Varun Hiremath Mon, 05 Nov 2007 22:40:38 +0530 entagged (0.31.ds1-1) unstable; urgency=low * Use 0.31.ds1 version to move the orig.tar.gz to main (Closes: #447455) * Disable broken miage support in audiformats. Couldn't add a patch because of some text encoding problem. * debian/control: + Seperate out Build-Depends and Build-Depends-Indep + Add Homepage, Vcs-{Svn, Browser} Headers. + Remove java-virtual-machine from Depends * Add custom build.xml, ant.properties to debian dir. * Add a new fixed version of entagged.desktop to debian dir. * debian/rules: + Clean up everything + Move the orig.tar.gz creation steps to debian/orig-tar.sh + Add squareness and junit to DEB_JARS * Remove debian/install and install jars from debian/rules * Update debian/watch to call debian/orig-tar.sh -- Varun Hiremath Wed, 24 Oct 2007 15:07:43 +0530 entagged (0.31-3) unstable; urgency=low * Change Architecture: all. -- Torsten Werner Sat, 06 Oct 2007 00:17:30 +0200 entagged (0.31-2) unstable; urgency=low * Add myself to Uploaders. * Switch to java-gcj-compat-dev from sun-java5-jdk. * Move package to main. -- Torsten Werner Sat, 06 Oct 2007 00:09:44 +0200 entagged (0.31-1) unstable; urgency=low * Initial release (Closes: #415687) -- Varun Hiremath Mon, 29 Jan 2007 02:38:47 +0530 debian/control0000644000000000000000000000161411637715265010610 0ustar Source: entagged Section: editors Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Varun Hiremath Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: ant, junit, libhsqldb-java, default-jdk Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/entagged Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/entagged Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/entagged/ Package: entagged Architecture: all Depends: ${misc:Depends}, openjdk-6-jre | java6-runtime, libhsqldb-java, squareness Description: Java Audio File Tagger Entagged is a audiofile tagger, using the freedb online database for the retrieval of the tags. It supports custom file renaming from tags (with any directory stucture) and vice versa. Supports: mp3, ogg, flac, mpc, ape, wma. debian/entagged.10000644000000000000000000000452710777757175011065 0ustar .TH ENTAGGED 1 "October 20, 2006" .SH NAME entagged - Java Audio File Tagger .SH DESCRIPTION .PP Entagged provides a convenient way of changing the value of tag fields, either manually, or automatically via the freedb database. Entagged can also do a lot of organization work. You can rename your files from their tag in any way you like, including complex directory structures. You can also tag the files from their filename, this avoid copying all the information by hand. Best of all, Entagged hides all the different format complexity, with one unique interface, you can work with mixed file formats eg. you can use freedb with a mixed album of WMA, MP3 and OGG files without worrying! .PP .SH Features .PP .PP * Support for OGG Vorbis files - MP3 (id3v1 and id3v2 tags) files - FLAC Files - MPC(MP+) Musepack Files - APE Monkey Audio Files - WAV files .PP * Handles all files independently of their type (allows to batch files even from mixed types) .PP * Edit essential tag information (Artist-Album-Title-TrackNb-Comment-Genre-Year) easily .PP * Rename files from their tag using any of the above infos with any pattern .PP * Tag files (again using the above fields) from their filename with any pattern .PP * Pattern can use filename but also directory name, easy to create a well structured audio files repository .PP * freedb search using automatically computed cddb id's (the way it is meant to be used). Simply select some files that represent an album, then query and tag. .PP * freedb search using manually searched cddb id. When entagged can't find any match, you can search freedb for a given artist/album and find the correct match yourself, then ask entagged to tag the files. .PP * Supports Multi langage (currently only english,french and spanish) (contributors appreciated) .PP * Recursive processing of all the above operations, easily ! .PP * Text transformation: capitalize, uppercase roman numerals, lowercase, and more that can be used either while tagging or renaming. .PP * Separate freedb and audioformats libraries that can be used independently by anyone who want to read and/or write meta data to audio files .SH DOCUMENTAION Please see /usr/share/doc/entagged/readme.html .SH HOMEPAGE http://entagged.sourceforge.net/ .SH AUTHOR This manual page was written by Varun Hiremath , for the Debian project (but may be used by others). debian/source/0000755000000000000000000000000011637715334010500 5ustar debian/source/format0000644000000000000000000000001411360170360011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211637715265010401 0ustar 7 debian/manpages0000644000000000000000000000002210777757175010725 0ustar debian/entagged.1 debian/docs0000644000000000000000000000007310777757175010070 0ustar build/entagged/docs/readme.html build/entagged/docs/images debian/entagged.sh0000755000000000000000000000025410777757175011333 0ustar #!/bin/sh exec java -classpath "/usr/share/java/hsqldb.jar:/usr/share/java/entagged-tageditor.jar:/usr/share/java/squareness.jar" entagged.tageditor.TagEditorFrameSplash