From bf2d12126384efb6baaee549a3b38c3e7abc23db Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Thu, 15 Feb 2007 13:45:31 +0000 Subject: [PATCH] Changed main repository to debian.parisson.org, fixed (C) dates --- INSTALL | 4 ++-- README | 8 ++++---- audio_marking.py | 2 +- audio_tools.py | 2 +- collection.py | 2 +- consts.py | 2 +- debian/control | 10 ++++++---- debian/telemeta.sgml | 10 +++++----- default_options.py | 2 +- default_tags.py | 2 +- install.py | 2 +- tag_tools.py | 2 +- telemeta.py | 6 +++--- 13 files changed, 28 insertions(+), 26 deletions(-) diff --git a/INSTALL b/INSTALL index 8d13bf7e..c1a629a9 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ but the installation of some other programs. * On debian or Ubuntu just add these lines to your /etc/apt/sources-list: - deb http://yomix.org/debian/ binary/ - deb-src http://yomix.org/debian/ source/ + deb http://debian.parisson.org/ binary/ + deb-src http://debian.parisson.org/ source/ Then, diff --git a/README b/README index 9ffc28b2..7f42244e 100644 --- a/README +++ b/README @@ -39,17 +39,17 @@ Telemeta is written in python. So it doesn't require any compilation step. On debian or Ubuntu just add these lines to your /etc/apt/sources-list: - deb http://yomix.org/debian/ binary/ - deb-src http://yomix.org/debian/ source/ + deb http://debian.parisson.org/ binary/ + deb-src http://ydebian.parisson.org/ source/ Then, sudo apt-get update sudo apt-get install telemeta -On other linux platforms, get the lastest version on : +On other linux platforms, get the lastest tar.gz version on : - http://yomix.org/telemeta/download + http://debian.parisson.org/ and uncompress the archive. You can also get the lastest develoment version with subversion: diff --git a/audio_marking.py b/audio_marking.py index 0d30d2ae..b9ce93c8 100755 --- a/audio_marking.py +++ b/audio_marking.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/audio_tools.py b/audio_tools.py index dca5198d..0c2ea7a2 100755 --- a/audio_tools.py +++ b/audio_tools.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/collection.py b/collection.py index 1f5fd797..671de22f 100644 --- a/collection.py +++ b/collection.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/consts.py b/consts.py index 0fa97a37..250daed7 100755 --- a/consts.py +++ b/consts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/debian/control b/debian/control index fb8b353e..76cddaf4 100644 --- a/debian/control +++ b/debian/control @@ -19,9 +19,11 @@ Description: backups, transcodes, tags and marks any audio content with metadata backuped. The files can be transcoded to WAV, FLAC, MP3 and OGG including the corresponding tags. Here are some cool functions: - - XML generation for metadata tags of backuped WAV + - XML generation for metadata tags of backuped WAV. - Audio marking from a given file or from tags thanks to the Festival speech systhesis tool - - File corruption security with par2 recovery files - - Database synchronizing to remote servers (ssh+rsync) - - Modify metadata from XML or interactive shell + - File corruption security with par2 recovery files. + - Database synchronizing to remote servers (ssh+rsync). + - Modify metadata from XML or interactive shell. + + See http://svn.parisson.org/telemeta/ for more informations. diff --git a/debian/telemeta.sgml b/debian/telemeta.sgml index 27363575..a5396466 100644 --- a/debian/telemeta.sgml +++ b/debian/telemeta.sgml @@ -204,21 +204,21 @@ manpage.1: manpage.sgml Telemeta is written in python. So it doesn't require any compilation step. On Debian or Ubuntu just add these lines to your /etc/apt/sources-list: - deb http://yomix.org/debian/ binary/ - deb-src http://yomix.org/debian/ source/ + deb http://debian.parisson.org/ binary/ + deb-src http://debian.parisson.org/ source/ Then, sudo apt-get update sudo apt-get install telemeta - On other linux platforms, download the lastest .tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell : + On other linux platforms, download the lastest tar.gz archive, uncompress it, go into the created directory and just type this with your favorite shell : python install.py See README and INSTALL file for more informations. You can also get the lastest version of Telemeta with subversion (just type 'enter' for the password: - svn co http://svn.yomix.org/svn/telemeta/trunk telemeta --username=anonymous + svn co http://svn.parisson.org/svn/telemeta/trunk telemeta --username=anonymous @@ -231,7 +231,7 @@ manpage.1: manpage.sgml SEE ALSO - The program is documented fully by Guillaume Pellerin. More info at http://svn.yomix.org/telemeta/. + The program is documented fully by Guillaume Pellerin. More info at http://svn.parisson.org/telemeta/. diff --git a/default_options.py b/default_options.py index 387de38f..065e97b7 100755 --- a/default_options.py +++ b/default_options.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/default_tags.py b/default_tags.py index ccef7280..a03c6207 100755 --- a/default_tags.py +++ b/default_tags.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/install.py b/install.py index 7c80473d..69395411 100755 --- a/install.py +++ b/install.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/tag_tools.py b/tag_tools.py index 970af4cf..a64af278 100755 --- a/tag_tools.py +++ b/tag_tools.py @@ -1,7 +1,7 @@ #!/usr/bin/python # *coding: utf-8* # -# Copyright (c) 2006 Guillaume Pellerin +# Copyright (c) 2006-2007 Guillaume Pellerin # # 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 diff --git a/telemeta.py b/telemeta.py index d46261d1..0d507626 100755 --- a/telemeta.py +++ b/telemeta.py @@ -42,7 +42,7 @@ from audio_tools import * # Info, error # =========== if len(sys.argv) == 1 : - print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin >" + print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin >" print "version: "+str(version) print "depends: python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival" print "distributed under the terms of the GNU Public License v2.\n" @@ -60,7 +60,7 @@ elif sys.argv[1] == '--help': print "DEPENDS:" print " python, python-xml, python-mutagen, sox, oggenc, flac, lame, normalize-audio, ecasound, wavbreaker, festival\n" print "COPYRIGHT:" - print " Copyright (c) 2006 Guillaume Pellerin \n" + print " Copyright (c) 2006-2007 Guillaume Pellerin \n" print "LICENSE:" print " distributed under the terms of the GNU Public License v2.\n" print "USAGE:" @@ -109,7 +109,7 @@ elif sys.argv[1] == '--version': sys.exit('Version: '+str(version)) else : - print "telemeta v"+str(version)+" (c) 2006 Guillaume Pellerin " + print "telemeta v"+str(version)+" (c) 2006-2007 Guillaume Pellerin " print """ 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 -- 2.39.5