From 2707a4c05f84b3846e4e77ca4e9850cc61ffca10 Mon Sep 17 00:00:00 2001 From: jbrjake Date: Tue, 15 Apr 2008 16:51:05 +0000 Subject: [PATCH] Saearch & Replace domain names to move from .m0k.org to handbrake.fr. Only covers trunk files, libhb, and test. git-svn-id: svn://localhost/HandBrake/trunk@1418 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- AUTHORS | 2 +- BUILD | 2 +- BuildContribsDarwin.sh | 2 +- CREDITS | 2 +- Jamfile | 2 +- Jamrules | 8 ++++---- NEWS | 2 +- THANKS | 2 +- TRANSLATIONS | 5 ++++- libhb/Jamfile | 2 +- libhb/common.c | 2 +- libhb/common.h | 2 +- libhb/deca52.c | 2 +- libhb/decavcodec.c | 2 +- libhb/decdca.c | 2 +- libhb/declpcm.c | 2 +- libhb/decmpeg2.c | 2 +- libhb/decsub.c | 2 +- libhb/demuxmpeg.c | 2 +- libhb/dvd.c | 2 +- libhb/encavcodec.c | 2 +- libhb/encfaac.c | 2 +- libhb/enclame.c | 2 +- libhb/enctheora.c | 2 +- libhb/encvorbis.c | 2 +- libhb/encx264.c | 2 +- libhb/encxvid.c | 2 +- libhb/fifo.c | 2 +- libhb/internal.h | 2 +- libhb/lang.c | 2 +- libhb/lang.h | 2 +- libhb/muxavi.c | 2 +- libhb/muxcommon.c | 2 +- libhb/muxmkv.c | 2 +- libhb/muxmp4.c | 2 +- libhb/muxogm.c | 2 +- libhb/ports.c | 2 +- libhb/ports.h | 2 +- libhb/reader.c | 2 +- libhb/render.c | 2 +- libhb/scan.c | 2 +- libhb/stream.c | 2 +- libhb/sync.c | 2 +- libhb/update.c | 2 +- libhb/work.c | 2 +- test/parsecsv.c | 2 +- test/parsecsv.h | 2 +- test/test.c | 4 ++-- 48 files changed, 55 insertions(+), 52 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4c9ab1a0..33520925 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -AUTHORS file for HandBrake +AUTHORS file for HandBrake Eric Petit + Core (construct, multithreading, BeOS/OS X/Linux ports) diff --git a/BUILD b/BUILD index d69e7da6..e52213d0 100644 --- a/BUILD +++ b/BUILD @@ -1,6 +1,6 @@ $Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $ -BUILD file for HandBrake +BUILD file for HandBrake Building HandBrake with make ============================= diff --git a/BuildContribsDarwin.sh b/BuildContribsDarwin.sh index f9faecac..736d7cd1 100755 --- a/BuildContribsDarwin.sh +++ b/BuildContribsDarwin.sh @@ -33,7 +33,7 @@ export VERSION=$1 export IP=$2 export USERNAME=$3 -export REPOS=svn://svn.m0k.org/HandBrake/trunk +export REPOS=svn://svn.handbrake.fr/HandBrake/trunk # ########################################################################## # Launch the build on the foreign system # ########################################################################## diff --git a/CREDITS b/CREDITS index 694a1f86..4b815b9e 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -CREDITS file for HandBrake +CREDITS file for HandBrake HandBrake uses many cool libraries from the GNU/Linux world. Thank their authors! diff --git a/Jamfile b/Jamfile index a6252175..39f3afbc 100644 --- a/Jamfile +++ b/Jamfile @@ -1,7 +1,7 @@ # $Id: Jamfile,v 1.86 2005/11/04 13:09:40 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: . +# Homepage: . # It may be used under the terms of the GNU General Public License. SubDir TOP ; diff --git a/Jamrules b/Jamrules index 7ba72a8b..aa2ba075 100644 --- a/Jamrules +++ b/Jamrules @@ -1,7 +1,7 @@ # $Id: Jamrules,v 1.59 2005/11/04 16:06:21 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: . +# Homepage: . # It may be used under the terms of the GNU General Public License. include config.jam ; @@ -70,13 +70,13 @@ actions OSXPackage cp CREDITS "HandBrake $(HB_VERSION)/CREDITS.txt" && \ cp THANKS "HandBrake $(HB_VERSION)/THANKS.txt" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/" ) > \ + echo "URL=http://handbrake.fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Homepage.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/forum/" ) > \ + echo "URL=http://forum.handbrake,fr/" ) > \ "HandBrake $(HB_VERSION)/HandBrake Forums.url" && \ ( echo "[InternetShortcut]" && \ - echo "URL=http://handbrake.m0k.org/contribute.php" ) > \ + echo "URL=http://handbrake.fr/?article=development" ) > \ "HandBrake $(HB_VERSION)/Contribute.url" && \ cp -r HandBrake.app "HandBrake $(HB_VERSION)" && \ zip -9 -r $(<) "HandBrake $(HB_VERSION)" && \ diff --git a/NEWS b/NEWS index 28e8dffc..6ecc1ad9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS file for HandBrake +NEWS file for HandBrake Changes between 0.9.1 and 0.9.2: diff --git a/THANKS b/THANKS index ea6d4431..72cf0301 100644 --- a/THANKS +++ b/THANKS @@ -1,4 +1,4 @@ -THANKS file for HandBrake +THANKS file for HandBrake Several people noticeably contributed to MediaFork and HandBrake development without writing code (submitting/checking translations, DVD samples, etc). diff --git a/TRANSLATIONS b/TRANSLATIONS index 4ca546b8..c8825882 100644 --- a/TRANSLATIONS +++ b/TRANSLATIONS @@ -1,10 +1,13 @@ $Id: TRANSLATIONS,v 1.2 2004/03/22 18:20:30 titer Exp $ -TRANSLATIONS file for HandBrake +TRANSLATIONS file for HandBrake Translating HandBrake ===================== +***** HandBrake does not currently have a localization scheme for any of its interfaces. +***** Information below is obsolete and only useful for historical purposes: + Only the OS X interface of HandBrake can be translated at the moment. Localization is not implemented in BeOS and GTK GUIs. diff --git a/libhb/Jamfile b/libhb/Jamfile index 4f20701c..c64bfded 100644 --- a/libhb/Jamfile +++ b/libhb/Jamfile @@ -1,7 +1,7 @@ # $Id: Jamfile,v 1.34 2005/10/15 18:05:03 titer Exp $ # # This file is part of the HandBrake source code. -# Homepage: . +# Homepage: . # It may be used under the terms of the GNU General Public License. SubDir TOP libhb ; diff --git a/libhb/common.c b/libhb/common.c index 247d15ec..97d84ff6 100644 --- a/libhb/common.c +++ b/libhb/common.c @@ -1,7 +1,7 @@ /* $Id: common.c,v 1.15 2005/03/17 19:22:47 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include diff --git a/libhb/common.h b/libhb/common.h index ae02fecd..bbdccfd9 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -1,7 +1,7 @@ /* $Id: common.h,v 1.51 2005/11/04 13:09:40 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #ifndef HB_COMMON_H diff --git a/libhb/deca52.c b/libhb/deca52.c index 421c9734..6695d368 100644 --- a/libhb/deca52.c +++ b/libhb/deca52.c @@ -1,7 +1,7 @@ /* $Id: deca52.c,v 1.14 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 4dc9a587..5ca114ee 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -1,7 +1,7 @@ /* $Id: decavcodec.c,v 1.6 2005/03/06 04:08:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decdca.c b/libhb/decdca.c index ec6dedd8..28081900 100644 --- a/libhb/decdca.c +++ b/libhb/decdca.c @@ -1,7 +1,7 @@ /* $Id: decdca.c,v 1.14 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/declpcm.c b/libhb/declpcm.c index 884680b9..49b15bb8 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -1,7 +1,7 @@ /* $Id: declpcm.c,v 1.8 2005/11/04 14:44:01 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decmpeg2.c b/libhb/decmpeg2.c index dd30ba8b..baea6373 100644 --- a/libhb/decmpeg2.c +++ b/libhb/decmpeg2.c @@ -1,7 +1,7 @@ /* $Id: decmpeg2.c,v 1.12 2005/03/03 16:30:42 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/decsub.c b/libhb/decsub.c index ba5da049..4b6b873f 100644 --- a/libhb/decsub.c +++ b/libhb/decsub.c @@ -1,7 +1,7 @@ /* $Id: decsub.c,v 1.12 2005/04/14 17:37:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/demuxmpeg.c b/libhb/demuxmpeg.c index 40264fd2..424cce69 100644 --- a/libhb/demuxmpeg.c +++ b/libhb/demuxmpeg.c @@ -1,7 +1,7 @@ /* $Id: demuxmpeg.c,v 1.4 2004/10/19 23:11:36 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/dvd.c b/libhb/dvd.c index 8e6c1fea..d2a8d72f 100644 --- a/libhb/dvd.c +++ b/libhb/dvd.c @@ -1,7 +1,7 @@ /* $Id: dvd.c,v 1.12 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c index f5d96ecb..dca246d2 100644 --- a/libhb/encavcodec.c +++ b/libhb/encavcodec.c @@ -1,7 +1,7 @@ /* $Id: encavcodec.c,v 1.23 2005/10/13 23:47:06 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encfaac.c b/libhb/encfaac.c index 7303a3fa..7e06a140 100644 --- a/libhb/encfaac.c +++ b/libhb/encfaac.c @@ -1,7 +1,7 @@ /* $Id: encfaac.c,v 1.13 2005/03/03 17:21:57 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/enclame.c b/libhb/enclame.c index 6b31a11d..24e9542f 100644 --- a/libhb/enclame.c +++ b/libhb/enclame.c @@ -1,7 +1,7 @@ /* $Id: enclame.c,v 1.9 2005/03/05 14:27:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/enctheora.c b/libhb/enctheora.c index 3773b708..59414687 100644 --- a/libhb/enctheora.c +++ b/libhb/enctheora.c @@ -1,5 +1,5 @@ /* This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index 136096a1..5ba07329 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -1,7 +1,7 @@ /* $Id: encvorbis.c,v 1.6 2005/03/05 15:08:32 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/encx264.c b/libhb/encx264.c index 62c98724..e529d45a 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -1,7 +1,7 @@ /* $Id: encx264.c,v 1.21 2005/11/04 13:09:41 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include diff --git a/libhb/encxvid.c b/libhb/encxvid.c index e09464d9..17723899 100644 --- a/libhb/encxvid.c +++ b/libhb/encxvid.c @@ -1,7 +1,7 @@ /* $Id: encxvid.c,v 1.10 2005/03/09 23:28:39 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/fifo.c b/libhb/fifo.c index 484f3195..69b8b908 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -1,7 +1,7 @@ /* $Id: fifo.c,v 1.17 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/internal.h b/libhb/internal.h index 52683464..73a5502d 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -1,7 +1,7 @@ /* $Id: internal.h,v 1.41 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ /*********************************************************************** diff --git a/libhb/lang.c b/libhb/lang.c index e5643686..c1be7b3f 100644 --- a/libhb/lang.c +++ b/libhb/lang.c @@ -1,7 +1,7 @@ /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "lang.h" diff --git a/libhb/lang.h b/libhb/lang.h index 36bf2bf1..cdf39e01 100644 --- a/libhb/lang.h +++ b/libhb/lang.h @@ -1,7 +1,7 @@ /* $Id: lang.h,v 1.1 2004/08/02 07:19:05 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #ifndef HB_LANG_H diff --git a/libhb/muxavi.c b/libhb/muxavi.c index 632f2464..89893077 100644 --- a/libhb/muxavi.c +++ b/libhb/muxavi.c @@ -1,7 +1,7 @@ /* $Id: muxavi.c,v 1.10 2005/03/30 18:17:29 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index c4f3a894..04e876a4 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -1,7 +1,7 @@ /* $Id: muxcommon.c,v 1.23 2005/03/30 17:27:19 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/muxmkv.c b/libhb/muxmkv.c index c90f73ea..0c2c00ad 100644 --- a/libhb/muxmkv.c +++ b/libhb/muxmkv.c @@ -1,7 +1,7 @@ /* $Id: $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ /* libmkv header */ diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index 0515e563..c401c968 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -1,7 +1,7 @@ /* $Id: muxmp4.c,v 1.24 2005/11/04 13:09:41 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ /* libmp4v2 header */ diff --git a/libhb/muxogm.c b/libhb/muxogm.c index a7b72d51..ccb10517 100644 --- a/libhb/muxogm.c +++ b/libhb/muxogm.c @@ -1,7 +1,7 @@ /* $Id: muxogm.c,v 1.4 2005/02/20 00:41:56 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/ports.c b/libhb/ports.c index 3f02595c..cecfc562 100644 --- a/libhb/ports.c +++ b/libhb/ports.c @@ -1,7 +1,7 @@ /* $Id: ports.c,v 1.15 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include diff --git a/libhb/ports.h b/libhb/ports.h index ce9441a1..9c214394 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -1,7 +1,7 @@ /* $Id: ports.h,v 1.7 2005/10/15 18:05:03 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #ifndef HB_PORTS_H diff --git a/libhb/reader.c b/libhb/reader.c index a57c7964..ac02f90c 100644 --- a/libhb/reader.c +++ b/libhb/reader.c @@ -1,7 +1,7 @@ /* $Id: reader.c,v 1.21 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/render.c b/libhb/render.c index ae326f63..fa873b3e 100644 --- a/libhb/render.c +++ b/libhb/render.c @@ -1,7 +1,7 @@ /* $Id: render.c,v 1.17 2005/04/14 17:37:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/scan.c b/libhb/scan.c index 814492fc..8669fb01 100644 --- a/libhb/scan.c +++ b/libhb/scan.c @@ -1,7 +1,7 @@ /* $Id: scan.c,v 1.52 2005/11/25 15:05:25 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/stream.c b/libhb/stream.c index 478aef11..9738eb36 100755 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -1,7 +1,7 @@ /* $Id$ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/sync.c b/libhb/sync.c index efd1d17b..90e7fc34 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -1,7 +1,7 @@ /* $Id: sync.c,v 1.38 2005/04/14 21:57:58 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/update.c b/libhb/update.c index c343c261..0aca2b5c 100644 --- a/libhb/update.c +++ b/libhb/update.c @@ -1,7 +1,7 @@ /* $Id: update.c,v 1.7 2005/03/26 23:04:14 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/libhb/work.c b/libhb/work.c index 11a52bd0..0632fde0 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -1,7 +1,7 @@ /* $Id: work.c,v 1.43 2005/03/17 16:38:49 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include "hb.h" diff --git a/test/parsecsv.c b/test/parsecsv.c index 2afc12c4..cc3b6aa9 100644 --- a/test/parsecsv.c +++ b/test/parsecsv.c @@ -1,7 +1,7 @@ /* $Id: parsecsv.c $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include diff --git a/test/parsecsv.h b/test/parsecsv.h index f3e27a75..ef20792e 100644 --- a/test/parsecsv.h +++ b/test/parsecsv.h @@ -1,7 +1,7 @@ /* $Id: parsecsv.h $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ /* diff --git a/test/test.c b/test/test.c index 06f7cbf3..90a95e3d 100644 --- a/test/test.c +++ b/test/test.c @@ -1,7 +1,7 @@ /* $Id: test.c,v 1.82 2005/11/19 08:25:54 titer Exp $ This file is part of the HandBrake source code. - Homepage: . + Homepage: . It may be used under the terms of the GNU General Public License. */ #include @@ -131,7 +131,7 @@ int main( int argc, char ** argv ) h = hb_init( debug, update ); /* Show version */ - fprintf( stderr, "HandBrake %s (%d) - http://handbrake.m0k.org/\n", + fprintf( stderr, "HandBrake %s (%d) - http://handbrake.fr/\n", hb_get_version( h ), hb_get_build( h ) ); /* Check for update */ -- 2.11.0