You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(30) |
Jun
(11) |
Jul
|
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(8) |
Nov
(7) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
(16) |
Nov
(3) |
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(8) |
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2016 |
Jan
(3) |
Feb
(3) |
Mar
(1) |
Apr
(3) |
May
(3) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
(1) |
Feb
(9) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Takashi I. <ti...@su...> - 2012-05-30 13:23:11
|
Signed-off-by: Takashi Iwai <ti...@su...> --- libunimod/mloader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libunimod/mloader.c b/libunimod/mloader.c index 7cf5efa..876aaca 100644 --- a/libunimod/mloader.c +++ b/libunimod/mloader.c @@ -527,7 +527,7 @@ SL_RegisterSample (SAMPLE * s, URL reader) } static void -FreeSampleList () +FreeSampleList (void) { SAMPLOAD *old, *s = musiclist; @@ -543,7 +543,7 @@ FreeSampleList () /* Returns the total amount of memory required by the musiclist queue. */ #ifdef MAX_SAMPLESPACE static ULONG -SampleTotal () +SampleTotal (void) { int total = 0; SAMPLOAD *samplist = musiclist; -- 1.7.9.2 |
From: Takashi I. <ti...@su...> - 2012-05-30 13:21:48
|
Hi all, sorry for not being involved for long time, but finally I managed to find some time to dig into this issue again. There are a few patches that have been applied to SUSE package, and some of them seem still valid. So I'm going to send you the rebased patches. Takashi At Wed, 23 May 2012 08:41:39 +0200, Hans de Goede wrote: > > Hi TAMUKI, > > Good to know that you're still around! > > On 05/23/2012 07:53 AM, TAMUKI Shoichi wrote: > > Hello, > > > > From: Hans de Goede<hde...@re...> > > Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release > > Date: Tue, 22 May 2012 15:05:52 +0200 > > > >> Thanks! I've added that patch to my tree, and pushed my tree here: > >> http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary > >> > >> Unless someone objects I'm going to change the reported version to 2.14.0, > >> add a 2.14.0 tag and do a new release in a couple of days from now. > > > > Just a quick note to say that I'm receiving these mails, and thanks > > for working on this! I'm afraid I currently don't have the time to > > reply to all the mails in detail, I will go over them later (maybe > > this weekend) and get back to you. > > Ok, I'll wait with doing a new release till after this weekend then. > > Regards, > > Hans > |
From: Hans de G. <hde...@re...> - 2012-05-29 09:05:01
|
Hi, On 05/28/2012 11:38 AM, TAMUKI Shoichi wrote: > Hello, > > From: Hans de Goede<hde...@re...> > Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release > Date: Tue, 22 May 2012 15:05:52 +0200 > >> Thanks! I've added that patch to my tree, and pushed my tree here: >> http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary > > I confirmed the recent patches. I think they sound good! > > So, I committed these patches to the CVS tree. Thanks. > $ head -n26 ChangeLog > 2012-05-26 Hans de Goede<hde...@re...> > > * configure.in: configure: Fix building of dynamic user > interfaces > * timidity/mac_main.c, timidity/timidity.c: Add a trysource > config file directive > Add a "trysource" config file directive, which allows to try > and source other config files, while continuing without > error if the specified file is missing. > Also cleanup the user config loading code using this new > functionality. > * interface/x_trace.c, interface/xaw_c.c: xaw-interface: Fix > crash when MAX_CHANNELS> 32 (by Yair K.) > * configure.in, doc/C/README.xaw, interface/Makefile.am, > interface/TiMidity-uj.ad, interface/TiMidity.ad, > interface/x_trace.c, interface/x_trace.h, interface/xaw.h, > interface/xaw_c.c, interface/xaw_i.c, interface/xaw_p.h, > interface/xdnd.h: xaw interface update (by Yair K.) > * timidity/timidity.h: Improve timidity default settings > (by Yair K.) > * configure.in: configure: Fix building with X11 based > userinterfaces builtin (Reported by Yair K.) > * interface/xaw_i.c, interface/xdnd.c: Fix compiler warnings > from clang (by Yair K.) > * interface/xaw_i.c: Xaw: unbreak xdnd (by Yair K.) > > Hans, would you please update ChangeLog in the Git tree? I would rather not. Manually generated ChangeLog's are just unnecessary manual labor. There are good tools out there to automatically generate a detailed ChangeLog from git history. > Here are the tarballs created with ./release.sh "2012-05-27 00:00:00". > > http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.gz > http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.bz2 > http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.xz > http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.txt > > Here are the hourly.sh and release.sh (for CVS). > > http://plamo.linet.gr.jp/~tamuki/hourly/hourly/hourly.tar.gz > http://plamo.linet.gr.jp/~tamuki/release/release/release.tar.gz > > Since a "trysource" config file directive has been added, I will soon > update the man page of timidity.cfg. Great! > Also, I will synchronize README.xaw in Japanese to the latest document > in English. :-) Also good! So do you agree that after that we are ready to officially release 2.14.0 ? If so I think we need to decide which VCS (CVS or git) is going to be our official repository from now on, as having 2 is not good in the long run. If we go with git I'll handle doing the release, adding a tag in git to the commit which is the basis for the tarbal, modifying the buildsys to auto-generate a ChangeLog add make dist time, run a make dist and put the tarbals on the files section of sf.net :) OTOH if you want to stick with CVS that is fine too, but then I'm going to ask you to spin the tarbal as I'm not familiar with all the tools around CVS you use for that. Regards, Hans |
From: Hans de G. <hde...@re...> - 2012-05-29 08:58:03
|
Hi, On 05/25/2012 08:29 AM, TAMUKI Shoichi wrote: > Hello, > > From: Hans de Goede<hde...@re...> > Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release > Date: Tue, 22 May 2012 15:05:52 +0200 > >> Thanks! I've added that patch to my tree, and pushed my tree here: >> http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary > > I checked the difference between the CVS tree and the Git tree, and > found there are 27 CVS keywords that have been removed in the Git > tree. Should we have removed these CVS keywords? This is a result of the automatic CVS to git conversion to preserve history, RCS (the version control system under CVS) automatically gives each file its own version nr, and depending on RCS configuration sometime also keeps tracks of this in a magic header inside the files. Git does not do this. So this is expected and IMHO harmless, as the file version numbers aren't that useful to begin with. Regards, Hans |
From: TAMUKI S. <ta...@li...> - 2012-05-28 09:39:35
|
Hello, From: Hans de Goede <hde...@re...> Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release Date: Tue, 22 May 2012 15:05:52 +0200 > Thanks! I've added that patch to my tree, and pushed my tree here: > http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary I confirmed the recent patches. I think they sound good! So, I committed these patches to the CVS tree. $ head -n26 ChangeLog 2012-05-26 Hans de Goede <hde...@re...> * configure.in: configure: Fix building of dynamic user interfaces * timidity/mac_main.c, timidity/timidity.c: Add a trysource config file directive Add a "trysource" config file directive, which allows to try and source other config files, while continuing without error if the specified file is missing. Also cleanup the user config loading code using this new functionality. * interface/x_trace.c, interface/xaw_c.c: xaw-interface: Fix crash when MAX_CHANNELS > 32 (by Yair K.) * configure.in, doc/C/README.xaw, interface/Makefile.am, interface/TiMidity-uj.ad, interface/TiMidity.ad, interface/x_trace.c, interface/x_trace.h, interface/xaw.h, interface/xaw_c.c, interface/xaw_i.c, interface/xaw_p.h, interface/xdnd.h: xaw interface update (by Yair K.) * timidity/timidity.h: Improve timidity default settings (by Yair K.) * configure.in: configure: Fix building with X11 based userinterfaces builtin (Reported by Yair K.) * interface/xaw_i.c, interface/xdnd.c: Fix compiler warnings from clang (by Yair K.) * interface/xaw_i.c: Xaw: unbreak xdnd (by Yair K.) Hans, would you please update ChangeLog in the Git tree? Here are the tarballs created with ./release.sh "2012-05-27 00:00:00". http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.gz http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.bz2 http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.xz http://plamo.linet.gr.jp/~tamuki/release/release/TiMidity++-2.13.2-120527-0000.tar.txt Here are the hourly.sh and release.sh (for CVS). http://plamo.linet.gr.jp/~tamuki/hourly/hourly/hourly.tar.gz http://plamo.linet.gr.jp/~tamuki/release/release/release.tar.gz Since a "trysource" config file directive has been added, I will soon update the man page of timidity.cfg. Also, I will synchronize README.xaw in Japanese to the latest document in English. :-) Regards, TAMUKI Shoichi |
From: TAMUKI S. <ta...@li...> - 2012-05-25 06:31:12
|
Hello, From: Hans de Goede <hde...@re...> Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release Date: Tue, 22 May 2012 15:05:52 +0200 > Thanks! I've added that patch to my tree, and pushed my tree here: > http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary I checked the difference between the CVS tree and the Git tree, and found there are 27 CVS keywords that have been removed in the Git tree. Should we have removed these CVS keywords? If so, it is necessary to remove the CVS keyword in the CVS tree to match both trees. Or, should we keep these CVS keywords to maintain the original condition? In this case, it is necessary to modify the Git repository and revert the CVS keywords to match both trees. Note. For these files, keyword expansion is turned off in the CVS tree. Regards, TAMUKI Shoichi [CVS tree (current)] tamuki@seadog:~$ mkdir work.cvs ; cd work.cvs tamuki@seadog:~/work.cvs$ cvs co timidity tamuki@seadog:~/work.cvs$ find timidity -name "CVS" -exec rm -rf {} \; [Git tree (as of 5e6fa4b)] tamuki@seadog:~$ mkdir work.git ; cd work.git tamuki@seadog:~/work.git$ git clone git://timidity.git.sourceforge.net/gitroot/timidity/timidity tamuki@seadog:~/work.git$ ( cd timidity ; git checkout origin/master ; git reset --hard 5e6fa4b ) tamuki@seadog:~/work.git$ rm -rf timidity/.git tamuki@seadog:~$ diff -urN work.cvs work.git diff -urN work.cvs/timidity/interface/xdnd.c work.git/timidity/interface/xdnd.c --- work.cvs/timidity/interface/xdnd.c 2008-04-02 03:57:31.000000000 +0900 +++ work.git/timidity/interface/xdnd.c 2012-05-24 23:37:03.000000000 +0900 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * - * $Id: xdnd.c,v 1.1 2008/04/01 18:57:31 skeishi Exp $ + * $Id$ * * * Thanks to Paul Sheer for his nice xdnd implementation in cooledit. diff -urN work.cvs/timidity/interface/xdnd.h work.git/timidity/interface/xdnd.h --- work.cvs/timidity/interface/xdnd.h 2008-04-02 03:57:32.000000000 +0900 +++ work.git/timidity/interface/xdnd.h 2012-05-24 23:37:03.000000000 +0900 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xdnd.h,v 1.1 2008/04/01 18:57:32 skeishi Exp $ + * $Id$ * */ diff -urN work.cvs/timidity/libunimod/load_669.c work.git/timidity/libunimod/load_669.c --- work.cvs/timidity/libunimod/load_669.c 2003-06-05 20:27:45.000000000 +0900 +++ work.git/timidity/libunimod/load_669.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_669.c,v 1.30 1999/10/25 16:31:41 miod Exp $ + $Id$ Composer 669 module loader diff -urN work.cvs/timidity/libunimod/load_amf.c work.git/timidity/libunimod/load_amf.c --- work.cvs/timidity/libunimod/load_amf.c 2003-06-05 20:27:45.000000000 +0900 +++ work.git/timidity/libunimod/load_amf.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_amf.c,v 1.28 1999/10/25 16:31:41 miod Exp $ + $Id$ DMP Advanced Module Format loader diff -urN work.cvs/timidity/libunimod/load_dsm.c work.git/timidity/libunimod/load_dsm.c --- work.cvs/timidity/libunimod/load_dsm.c 2003-06-05 20:27:45.000000000 +0900 +++ work.git/timidity/libunimod/load_dsm.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_dsm.c,v 1.28 1999/10/25 16:31:41 miod Exp $ + $Id$ DSIK internal format (DSM) module loader diff -urN work.cvs/timidity/libunimod/load_far.c work.git/timidity/libunimod/load_far.c --- work.cvs/timidity/libunimod/load_far.c 2011-12-04 00:49:20.000000000 +0900 +++ work.git/timidity/libunimod/load_far.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_far.c,v 1.29 1999/10/25 16:31:41 miod Exp $ + $Id$ Farandole (FAR) module loader diff -urN work.cvs/timidity/libunimod/load_gdm.c work.git/timidity/libunimod/load_gdm.c --- work.cvs/timidity/libunimod/load_gdm.c 2003-06-05 20:27:45.000000000 +0900 +++ work.git/timidity/libunimod/load_gdm.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_gdm.c,v 1.5 1999/10/25 16:31:41 miod Exp $ + $Id$ General DigiMusic (GDM) module loader diff -urN work.cvs/timidity/libunimod/load_imf.c work.git/timidity/libunimod/load_imf.c --- work.cvs/timidity/libunimod/load_imf.c 2003-06-05 20:27:45.000000000 +0900 +++ work.git/timidity/libunimod/load_imf.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_imf.c,v 1.12 1999/10/25 16:31:41 miod Exp $ + $Id$ Imago Orpheus (IMF) module loader diff -urN work.cvs/timidity/libunimod/load_it.c work.git/timidity/libunimod/load_it.c --- work.cvs/timidity/libunimod/load_it.c 2011-12-04 00:49:20.000000000 +0900 +++ work.git/timidity/libunimod/load_it.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_it.c,v 1.39 1999/10/25 16:31:41 miod Exp $ + $Id$ Impulse tracker (IT) module loader diff -urN work.cvs/timidity/libunimod/load_m15.c work.git/timidity/libunimod/load_m15.c --- work.cvs/timidity/libunimod/load_m15.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_m15.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_m15.c,v 1.29 1999/10/25 16:31:41 miod Exp $ + $Id$ 15 instrument MOD loader Also supports Ultimate Sound Tracker (old M15 format) diff -urN work.cvs/timidity/libunimod/load_med.c work.git/timidity/libunimod/load_med.c --- work.cvs/timidity/libunimod/load_med.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_med.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_med.c,v 1.27 1999/10/25 16:31:41 miod Exp $ + $Id$ Amiga MED module loader diff -urN work.cvs/timidity/libunimod/load_mod.c work.git/timidity/libunimod/load_mod.c --- work.cvs/timidity/libunimod/load_mod.c 2004-05-24 21:22:06.000000000 +0900 +++ work.git/timidity/libunimod/load_mod.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_mod.c,v 1.28 1999/10/25 16:31:41 miod Exp $ + $Id$ Generic MOD loader (Protracker, StarTracker, FastTracker, etc) diff -urN work.cvs/timidity/libunimod/load_mtm.c work.git/timidity/libunimod/load_mtm.c --- work.cvs/timidity/libunimod/load_mtm.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_mtm.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_mtm.c,v 1.27 1999/10/25 16:31:41 miod Exp $ + $Id$ MTM module loader diff -urN work.cvs/timidity/libunimod/load_okt.c work.git/timidity/libunimod/load_okt.c --- work.cvs/timidity/libunimod/load_okt.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_okt.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_okt.c,v 1.3 2000/02/14 22:10:22 miod Exp $ + $Id$ Oktalyzer (OKT) module loader diff -urN work.cvs/timidity/libunimod/load_s3m.c work.git/timidity/libunimod/load_s3m.c --- work.cvs/timidity/libunimod/load_s3m.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_s3m.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_s3m.c,v 1.32 1999/10/25 16:31:41 miod Exp $ + $Id$ Screamtracker (S3M) module loader diff -urN work.cvs/timidity/libunimod/load_stm.c work.git/timidity/libunimod/load_stm.c --- work.cvs/timidity/libunimod/load_stm.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_stm.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_stm.c,v 1.30 1999/10/25 16:31:41 miod Exp $ + $Id$ Screamtracker 2 (STM) module loader diff -urN work.cvs/timidity/libunimod/load_stx.c work.git/timidity/libunimod/load_stx.c --- work.cvs/timidity/libunimod/load_stx.c 2003-06-05 20:27:46.000000000 +0900 +++ work.git/timidity/libunimod/load_stx.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_stx.c,v 1.12 1999/10/25 16:31:41 miod Exp $ + $Id$ STMIK 0.2 (STX) module loader diff -urN work.cvs/timidity/libunimod/load_ult.c work.git/timidity/libunimod/load_ult.c --- work.cvs/timidity/libunimod/load_ult.c 2003-06-05 20:27:47.000000000 +0900 +++ work.git/timidity/libunimod/load_ult.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_ult.c,v 1.27 1999/10/25 16:31:41 miod Exp $ + $Id$ Ultratracker (ULT) module loader diff -urN work.cvs/timidity/libunimod/load_uni.c work.git/timidity/libunimod/load_uni.c --- work.cvs/timidity/libunimod/load_uni.c 2003-06-05 20:27:47.000000000 +0900 +++ work.git/timidity/libunimod/load_uni.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_uni.c,v 1.13 1999/10/25 16:31:41 miod Exp $ + $Id$ UNIMOD (libmikmod's and APlayer's internal module format) loader diff -urN work.cvs/timidity/libunimod/load_xm.c work.git/timidity/libunimod/load_xm.c --- work.cvs/timidity/libunimod/load_xm.c 2003-06-05 20:27:47.000000000 +0900 +++ work.git/timidity/libunimod/load_xm.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: load_xm.c,v 1.32 1999/10/25 16:31:41 miod Exp $ + $Id$ Fasttracker (XM) module loader diff -urN work.cvs/timidity/libunimod/mloader.c work.git/timidity/libunimod/mloader.c --- work.cvs/timidity/libunimod/mloader.c 2011-12-04 00:49:20.000000000 +0900 +++ work.git/timidity/libunimod/mloader.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: mloader.c,v 1.33 1999/10/25 16:31:41 miod Exp $ + $Id$ These routines are used to access the available module loaders diff -urN work.cvs/timidity/libunimod/mlutil.c work.git/timidity/libunimod/mlutil.c --- work.cvs/timidity/libunimod/mlutil.c 2011-12-04 00:49:20.000000000 +0900 +++ work.git/timidity/libunimod/mlutil.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: mlutil.c,v 1.12 1999/10/25 16:31:41 miod Exp $ + $Id$ Utility functions for the module loader diff -urN work.cvs/timidity/libunimod/mmsup.c work.git/timidity/libunimod/mmsup.c --- work.cvs/timidity/libunimod/mmsup.c 2003-06-05 20:27:47.000000000 +0900 +++ work.git/timidity/libunimod/mmsup.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: mmsup.c,v 1.30 1999/10/25 16:31:41 miod Exp $ + $Id$ Error handling, memory, I/O functions. diff -urN work.cvs/timidity/libunimod/munitrk.c work.git/timidity/libunimod/munitrk.c --- work.cvs/timidity/libunimod/munitrk.c 2003-06-05 20:27:47.000000000 +0900 +++ work.git/timidity/libunimod/munitrk.c 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: munitrk.c,v 1.27 1999/10/25 16:31:41 miod Exp $ + $Id$ All routines dealing with the manipulation of UNITRK streams diff -urN work.cvs/timidity/libunimod/unimod.h work.git/timidity/libunimod/unimod.h --- work.cvs/timidity/libunimod/unimod.h 2006-12-23 07:42:46.000000000 +0900 +++ work.git/timidity/libunimod/unimod.h 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: unimod.h,v 1.35 1999/10/25 16:31:41 miod Exp $ + $Id$ MikMod sound library include file diff -urN work.cvs/timidity/libunimod/unimod_priv.h work.git/timidity/libunimod/unimod_priv.h --- work.cvs/timidity/libunimod/unimod_priv.h 2004-05-28 14:32:22.000000000 +0900 +++ work.git/timidity/libunimod/unimod_priv.h 2012-05-24 22:42:45.000000000 +0900 @@ -20,7 +20,7 @@ /*============================================================================== - $Id: unimod_priv.h,v 1.23 1999/10/25 16:31:41 miod Exp $ + $Id$ MikMod sound library internal definitions diff -urN work.cvs/timidity/utils/getaddrinfo.c work.git/timidity/utils/getaddrinfo.c --- work.cvs/timidity/utils/getaddrinfo.c 2008-12-06 06:59:02.000000000 +0900 +++ work.git/timidity/utils/getaddrinfo.c 2012-05-24 22:42:45.000000000 +0900 @@ -5,7 +5,7 @@ ***************************************************************************** * Copyright (C) 2005 the VideoLAN team * Copyright (C) 2002-2007 R辿mi Denis-Courmont - * $Id: getaddrinfo.c,v 1.1 2008/12/05 21:59:02 skeishi Exp $ + * $Id$ * * Author: R辿mi Denis-Courmont <rem # videolan.org> * |
From: Hans de G. <hde...@re...> - 2012-05-23 06:41:47
|
Hi TAMUKI, Good to know that you're still around! On 05/23/2012 07:53 AM, TAMUKI Shoichi wrote: > Hello, > > From: Hans de Goede<hde...@re...> > Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release > Date: Tue, 22 May 2012 15:05:52 +0200 > >> Thanks! I've added that patch to my tree, and pushed my tree here: >> http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary >> >> Unless someone objects I'm going to change the reported version to 2.14.0, >> add a 2.14.0 tag and do a new release in a couple of days from now. > > Just a quick note to say that I'm receiving these mails, and thanks > for working on this! I'm afraid I currently don't have the time to > reply to all the mails in detail, I will go over them later (maybe > this weekend) and get back to you. Ok, I'll wait with doing a new release till after this weekend then. Regards, Hans |
From: TAMUKI S. <ta...@li...> - 2012-05-23 06:20:18
|
Hello, From: Hans de Goede <hde...@re...> Subject: Re: [Timidity-devel] Reviving timidity sourceforge project and doing a new official release Date: Tue, 22 May 2012 15:05:52 +0200 > Thanks! I've added that patch to my tree, and pushed my tree here: > http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary > > Unless someone objects I'm going to change the reported version to 2.14.0, > add a 2.14.0 tag and do a new release in a couple of days from now. Just a quick note to say that I'm receiving these mails, and thanks for working on this! I'm afraid I currently don't have the time to reply to all the mails in detail, I will go over them later (maybe this weekend) and get back to you. Regards, TAMUKI Shoichi |
From: Hans de G. <hde...@re...> - 2012-05-22 13:06:06
|
Hi, On 05/19/2012 04:20 PM, Yair K. wrote: > On Saturday 19 May 2012 11:53:54 Hans de Goede wrote: > > OK, one last thing. The attached diff unbreaks xdnd following the update patch (the offset for the string used in the stat call was not updated). Also, some minor style changes. > > Hopefully, it's the last significant issue to fix in this interface (well, the version of xaw3dxft toolkit shipped with Debian has some display issues, but an update to the latest version would fix it if Debian bothers and there's a limit to working around toolkit bugs). Now that the trace is separated from the xaw interface, other interfaces (gtk?) could link to it if they wished and with xft it won't look too much out of place. But that's for other people. Thanks! I've added that patch to my tree, and pushed my tree here: http://timidity.git.sourceforge.net/git/gitweb.cgi?p=timidity/timidity;a=summary Unless someone objects I'm going to change the reported version to 2.14.0, add a 2.14.0 tag and do a new release in a couple of days from now. Regards, Hans |
From: Hans de G. <hde...@re...> - 2012-05-19 08:54:07
|
Hi, On 05/18/2012 03:54 PM, Yair K. wrote: > On Wednesday 16 May 2012 19:19:29 Hans de Goede wrote: > > > Hi, > > > > > <snip> > > > I've attached the 4 patches for review. > > > > > > Regards, > > > > > > Hans > > I've noticed now that your version of the xaw update patch does not include the xaw_p.h file. It should be included it in the tree so the build doesn't break. I had the file in my local tree (which is why I was not getting compile failures), but I indeed forgot to "git add" it, this is fixed in my local tree now. Thanks for noticing this! Regards, Hans |
From: Hans de G. <hde...@re...> - 2012-05-18 09:22:47
|
Hi, On 05/16/2012 08:06 PM, Yair K. wrote: > The second attached patch fixes configure.in for --enable-xaw/xm cases (it must have broken sometime, since it didn't add them after configure so timidity wouldn't link). Note that as a result "--without-x" is necessary to build without linking X11 due to line 89 in configure.in setting "--with-x" as default. I'm afraid your patch would make it impossible to build a timidity binary which does not link against -lX11 & friends, while having dynamic ui plugins which do, which is actually how most distros ship / will want to ship timidity, so that it can act as a midi server without X11 deps, while having the UI plugins in separate sub-packages. So I've written an alternative fix, which makes the timidity binary only link to X11 if any user interfaces which need it are build in (rather then being dynamic). I've attached the latest 3 patches in my tree, 2 from you as applied, and the alternative configure fix. Regards, Hans |
From: Yair K. <ce...@gm...> - 2012-05-17 17:16:10
|
On Thursday 17 May 2012 09:53:22 Hans de Goede wrote: > Hi, > > On 05/16/2012 08:06 PM, Yair K. wrote: > > Since the subject is a new release, perhaps some of the defaults in timidity.h can be changed? For example: > <snip> > > > * max output sample rate of 65000 is unnecessary. There are many cards > > which can easily do 96K, 192K and above, and capping conversion rate for > > file outputs sounds even less supportable. > > Sounds reasonable, although there is absolutely no use in going higher then > 44.1 Khz: http://people.xiph.org/~xiphmont/demo/neil-young.html The article is completely right about sound quality, but users do expect to be able to use (more accurately: pretend to use) their fancy toys. And higher rates can be actually useful for file outputs. > > > * The default output rate can be raised to 48000, which is more modern > > (e.g. DVD, BD). > > TBH that seems like a bad idea, timidity is most used on Linux systems, > most of which will run some sort of audio multiplexing daemon (by default > most use pulseaudio), which will open the audio device at the good old > trusted samplerate of 44.1Khz, so generating 48Khz will not only cause > timidity to use slightly more CPU, but then will cause more CPU usage and > audio degradation by having the audio multiplex daemon resampling in back > to 44.1 Khz. Easier resampeling was my motivation, but I didn't know that Pulse (which I don't usually use) defaults to 44.1K... That's silly, as AFAICT every other mux (e.g. ALSA's dmix) defaults to 48K, and 44.1K hass the opposite problem there. Moreover, quite a few old cards prefer 48K (e.g. most Creatives which I grant are inferior. One particularly bad example which the sblive which resampled every input to 48K). But I'll concede this one due to Pulse. > > Thanks, I'll add both to my tree, minus the default samplerate change. You're welcome. Yours, Yair K. |
From: Hans de G. <hde...@re...> - 2012-05-17 06:49:35
|
Hi, On 05/16/2012 08:06 PM, Yair K. wrote: > Since the subject is a new release, perhaps some of the defaults in timidity.h can be changed? For example: > <snip> > * max output sample rate of 65000 is unnecessary. There are many cards which can easily do 96K, 192K and above, and capping conversion rate for file outputs sounds even less supportable. Sounds reasonable, although there is absolutely no use in going higher then 44.1 Khz: http://people.xiph.org/~xiphmont/demo/neil-young.html > * The default output rate can be raised to 48000, which is more modern (e.g. DVD, BD). TBH that seems like a bad idea, timidity is most used on Linux systems, most of which will run some sort of audio multiplexing daemon (by default most use pulseaudio), which will open the audio device at the good old trusted samplerate of 44.1Khz, so generating 48Khz will not only cause timidity to use slightly more CPU, but then will cause more CPU usage and audio degradation by having the audio multiplex daemon resampling in back to 44.1 Khz. > > * xz is common enough to be added to decompressor list. Ack. > > The first attached patch does all this. > > The second attached patch fixes configure.in for --enable-xaw/xm cases (it must have broken sometime, since it didn't add them after configure so timidity wouldn't link). Note that as a result "--without-x" is necessary to build without linking X11 due to line 89 in configure.in setting "--with-x" as default. Thanks, I'll add both to my tree, minus the default samplerate change. Regards, Hans |
From: Yair K. <ce...@gm...> - 2012-05-16 18:07:48
|
On Wednesday 16 May 2012 19:19:29 Hans de Goede wrote: > Hi, > > On 04/21/2012 03:47 PM, SATO Kentaro wrote: > > Hi all, > > > > I managed to make up git repository for TiMidity++. > > https://store.ranvis.net/timidity-hist.git.tar.gz > > Looks good, so I would like to push this as the official > sf.net timidity git repo. > > Tamuki is that ok with you? > > Note I've added 4 patches to my local version which I would > like to push too. 2 are xaw interface improvements by Yair K. > and 1 is a simple configure fix. > > The 4th patch adds a trysource directive to the config file > parser. trysouce does the same as the regular source, except > that it is not an error if the file given to source / include > is missing. > > I needed this when working on the Fedora packages in combination > with the improved timidity.cfg for the fluid soundfont, the > fluidsound font timidity.cfg sources both fluid3gm.cfg and > fluid3gs.cfg wcich refer to FluidR3_GM.sf2 resp. FluidR3_GS.sf2 > in the Fedora packages to save diskspace these 2 cfg files and > the matching sf2 files live in separate packages, so the trysource > is needed for fluid3gs.cfg in case just the FluidR3_GM package > is installed. > > I've attached the 4 patches for review. > > Regards, > > Hans Since the subject is a new release, perhaps some of the defaults in timidity.h can be changed? For example: * max output sample rate of 65000 is unnecessary. There are many cards which can easily do 96K, 192K and above, and capping conversion rate for file outputs sounds even less supportable. * The default output rate can be raised to 48000, which is more modern (e.g. DVD, BD). * xz is common enough to be added to decompressor list. The first attached patch does all this. The second attached patch fixes configure.in for --enable-xaw/xm cases (it must have broken sometime, since it didn't add them after configure so timidity wouldn't link). Note that as a result "--without-x" is necessary to build without linking X11 due to line 89 in configure.in setting "--with-x" as default. Yours, Yair K. |
From: Hans de G. <hde...@re...> - 2012-05-16 16:19:54
|
Hi, On 04/21/2012 03:47 PM, SATO Kentaro wrote: > Hi all, > > I managed to make up git repository for TiMidity++. > https://store.ranvis.net/timidity-hist.git.tar.gz Looks good, so I would like to push this as the official sf.net timidity git repo. Tamuki is that ok with you? Note I've added 4 patches to my local version which I would like to push too. 2 are xaw interface improvements by Yair K. and 1 is a simple configure fix. The 4th patch adds a trysource directive to the config file parser. trysouce does the same as the regular source, except that it is not an error if the file given to source / include is missing. I needed this when working on the Fedora packages in combination with the improved timidity.cfg for the fluid soundfont, the fluidsound font timidity.cfg sources both fluid3gm.cfg and fluid3gs.cfg wcich refer to FluidR3_GM.sf2 resp. FluidR3_GS.sf2 in the Fedora packages to save diskspace these 2 cfg files and the matching sf2 files live in separate packages, so the trysource is needed for fluid3gs.cfg in case just the FluidR3_GM package is installed. I've attached the 4 patches for review. Regards, Hans |
From: Hans de G. <hde...@re...> - 2012-05-16 14:39:03
|
Hi, On 04/21/2012 03:47 PM, SATO Kentaro wrote: > Hi all, > > I managed to make up git repository for TiMidity++. > https://store.ranvis.net/timidity-hist.git.tar.gz Correction, it is complete just not checked out, what an interesting way to package up a distro. Looking at it now... Regards, Hans |
From: Hans de G. <hde...@re...> - 2012-05-16 14:37:25
|
Hi, On 04/21/2012 03:47 PM, SATO Kentaro wrote: > Hi all, > > I managed to make up git repository for TiMidity++. > https://store.ranvis.net/timidity-hist.git.tar.gz That tarbal does not seem to contain a complete git repository. Regards, Hans > > the following commits on master (only) are squashed into one commit. > refer refs/original/refs/heads/cvs for the original CVS commits. > ed78642 70dc1dc Easter. Dead files to re-add > 9f5516d f792b03 Fix about channel layer. > 7b46abc 699953f *** empty log message *** > f45aaa5 022ebde wipe all. sorry. > I thought master is the only branch anyone will be interested > and eligible for push but anyway I hope you to have a look at some time. > > Regards, > SATO Kentaro > > 2012/4/9 Hans de Goede<hde...@re...>: >> Hi TAMUKI (and others), >> >> As you've probably guessed from my silence, I've been unable to make / >> find the time to work on moving the timidity sources over to git. >> >> Given that I clearly don't have the time to work on this, I don't think >> that it is fair to force a move over to git on others who are used >> to (and comfortably with) working with CVS, so I suggest that instead >> of the move to git we agreed on earlier we stick with CVS. >> >> Since we've accumulated a great deal of fixes in CVS, I think it would >> be great if someone (you perhaps?) could do a new official release with >> a source tarbal, etc. >> >> Thanks& Regards, >> >> Hans |
From: SATO K. <ke...@ra...> - 2012-04-21 13:47:15
|
Hi all, I managed to make up git repository for TiMidity++. https://store.ranvis.net/timidity-hist.git.tar.gz the following commits on master (only) are squashed into one commit. refer refs/original/refs/heads/cvs for the original CVS commits. ed78642 70dc1dc Easter. Dead files to re-add 9f5516d f792b03 Fix about channel layer. 7b46abc 699953f *** empty log message *** f45aaa5 022ebde wipe all. sorry. I thought master is the only branch anyone will be interested and eligible for push but anyway I hope you to have a look at some time. Regards, SATO Kentaro 2012/4/9 Hans de Goede <hde...@re...>: > Hi TAMUKI (and others), > > As you've probably guessed from my silence, I've been unable to make / > find the time to work on moving the timidity sources over to git. > > Given that I clearly don't have the time to work on this, I don't think > that it is fair to force a move over to git on others who are used > to (and comfortably with) working with CVS, so I suggest that instead > of the move to git we agreed on earlier we stick with CVS. > > Since we've accumulated a great deal of fixes in CVS, I think it would > be great if someone (you perhaps?) could do a new official release with > a source tarbal, etc. > > Thanks & Regards, > > Hans |
From: Hans de G. <hde...@re...> - 2012-04-09 14:57:59
|
Hi TAMUKI (and others), As you've probably guessed from my silence, I've been unable to make / find the time to work on moving the timidity sources over to git. Given that I clearly don't have the time to work on this, I don't think that it is fair to force a move over to git on others who are used to (and comfortably with) working with CVS, so I suggest that instead of the move to git we agreed on earlier we stick with CVS. Since we've accumulated a great deal of fixes in CVS, I think it would be great if someone (you perhaps?) could do a new official release with a source tarbal, etc. Thanks & Regards, Hans |