From 4a5a884ffee927caedb8893d82fba448d59593ed Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 5 Apr 2008 17:13:43 +0000 Subject: [PATCH] changing some links from "www.mp3dev.org/mp3" to "www.mp3dev.org" and from "www.sulaco.org/mp3" to "www.mp3dev.org" --- debian/copyright | 2 +- lame.spec.in | 14 +++++++------- libmp3lame/id3tag.c | 2 +- misc/abx.c | 12 ++++++------ misc/lameGUI.html | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/debian/copyright b/debian/copyright index 134d8af3..c71a6e24 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was originally debianized by Stefan Karrmann on Thu, 31 Aug 2000 22:15:07 +0200. -It was downloaded from . +It was downloaded from . Upstream Authors: please, see the file html/contributors.html for a list of contributors to the lame project. diff --git a/lame.spec.in b/lame.spec.in index 34db43f6..5a215628 100644 --- a/lame.spec.in +++ b/lame.spec.in @@ -12,7 +12,7 @@ Release: %{rel} License: LGPL Vendor: The LAME Project Packager: Yosi Markovich -URL: http://www.mp3dev.org/mp3 +URL: http://www.mp3dev.org Group: Applications/Multimedia Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-root @@ -30,8 +30,8 @@ psycho acoustics, noise shaping and speed of MP3. %description -l fr LAME est un outil d'enseignement pour l'apprentissage de l'encodage MP3. -Le but du projet LAME est d'utiliser un modèle "open source" afin -d'améliorer la qualité et la vitesse du MP3. +Le but du projet LAME est d'utiliser un mod�le "open source" afin +d'am�liorer la qualit� et la vitesse du MP3. @@ -167,22 +167,22 @@ find doc/html -name "Makefile*" | xargs rm -f - Updated and corrected RPM to 3.89beta. - Added french translations -* Sat Aug 04 2000 Markus Linnala «maage@cs.tut.fi» +* Sat Aug 04 2000 Markus Linnala �maage@cs.tut.fi� - Build and include docs and libs correctly - Build extra programs -* Tue Aug 01 2000 Stuart Young «cefiar1@optushome.com.au» +* Tue Aug 01 2000 Stuart Young �cefiar1@optushome.com.au� - Updated RPM to 3.85beta. - Modified spec file (merged George and Keitaro's specs) - Added reasonable info to the specs to reflect the maintainer - Renamed lame.spec (plain spec is bad, mmkay?). -* Fri Jun 30 2000 Keitaro Yosimura «ramsy@linux.or.jp» +* Fri Jun 30 2000 Keitaro Yosimura �ramsy@linux.or.jp� - Updated RPM to 3.84alpha. - Better attempt at an RPM, independant of 3.83 release. - (This is all surmise as there was no changelog). -* Thu May 30 2000 Georges Seguin «crow@planete.net» +* Thu May 30 2000 Georges Seguin �crow@planete.net� - First RPM build around 3.83beta diff --git a/libmp3lame/id3tag.c b/libmp3lame/id3tag.c index c5febc5c..cef5b2e8 100644 --- a/libmp3lame/id3tag.c +++ b/libmp3lame/id3tag.c @@ -19,7 +19,7 @@ */ /* - * HISTORY: This source file is part of LAME (see http://www.mp3dev.org/mp3/) + * HISTORY: This source file is part of LAME (see http://www.mp3dev.org) * and was originally adapted by Conrad Sanderson * from mp3info by Ricardo Cerqueira to write only ID3 version 1 * tags. Don Melton COMPLETELY rewrote it to support version diff --git a/misc/abx.c b/misc/abx.c index b56fda4d..32d65019 100644 --- a/misc/abx.c +++ b/misc/abx.c @@ -31,7 +31,7 @@ * level/delay ajustment should be switchable * pause key missing * problems with digital silence files (division by 0) - * Größe cross corr fenster 2^16...18 + * Gr��e cross corr fenster 2^16...18 * Stellensuche, ab 0*len oder 0.1*len oder 0.25*len, nach Effektiv oder Spitzenwert * Absturz bei LPAC feeding, warum? * Als 'B' beim Ratespiel sollte auch '0'...'9' verwendbar sein @@ -567,12 +567,12 @@ void testing ( const stereo_t* A, const stereo_t* B, size_t len, long freq ) int c; int fd = open ( "/dev/dsp", O_WRONLY ); int rnd = random_number (); /* Auswahl von X */ - int state = 0; /* derzeitiger Füttungsmodus */ + int state = 0; /* derzeitiger F�ttungsmodus */ float fac1 = 0.5; float fac2 = 0.5; size_t start = 0; size_t stop = len; - size_t index = start; /* derzeitiger Offset auf den Audioströmen */ + size_t index = start; /* derzeitiger Offset auf den Audiostr�men */ char message [80] = "A "; setup ( fd, len, freq ); @@ -889,9 +889,9 @@ typedef struct { const decoder_t decoder [] = { { ".mp1" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer I : www.iis.fhg.de, www.mpeg.org { ".mp2" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer II : www.iis.fhg.de, www.uq.net.au/~zzmcheng, www.mpeg.org - { ".mp3" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org/mp3, www.mpeg.org - { ".mp3pro" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org/mp3, www.mpeg.org - { ".mpt" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org/mp3, www.mpeg.org + { ".mp3" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org, www.mpeg.org + { ".mp3pro" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org, www.mpeg.org + { ".mpt" , PATH"mpg123 -w - %s" REDIR }, // MPEG Layer III : www.iis.fhg.de, www.mp3dev.org, www.mpeg.org { ".mpp" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 { ".mpc" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 { ".mp+" , PATH"mppdec %s -" REDIR }, // MPEGplus : www.stud.uni-hannover.de/user/73884 diff --git a/misc/lameGUI.html b/misc/lameGUI.html index 1119e863..db90fd02 100644 --- a/misc/lameGUI.html +++ b/misc/lameGUI.html @@ -394,7 +394,7 @@ content="text/html; charset=iso-8859-1"> [LAME HELP] [LAME Readme] [LAME History] [LAME + href="http://www.mp3dev.org" target="_blank">LAME Homepage]