similar to: upcoming 1.0.4

Displaying 20 results from an estimated 180 matches similar to: "upcoming 1.0.4"

2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
The following patch changes export.h so that the dllimport/dllexport attributes work with mingw/mingw-w64 and others: - changes _declspec keyword to __declspec: the former may not be defined by some toolchains. - changes the _MSC_VER condition to universally _WIN32: MSVC, as well as GCC supports this. Attached patch: declspec.diff Regards. -- O.S. -------------- next part --------------
2004 Sep 10
4
beta 10 candidate checked in
> > I have checked in all the latest into CVS and am going to start the > > test suite again. if all goes well I will probably release this as > > beta 10. > > > > anyway, try it out and let me know if anything bad happens! it > > should be a short jump from beta 10 to 1.0. > > I've just checked out the latest from scratch. There is no configure
2004 Sep 10
5
FLAC 1.0.4 beta released
All, I have just finished uploading the source release for FLAC 1.0.4 beta to Sourceforge; there are no binary releases. See the included doc/html/news.html for the changes since 1.0.3; there are quite a few. http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download Please beat up on this as much as possible in the next week or two and try and turn up bugs. Here's a
2004 Sep 10
0
FLAC 1.0.4 beta released
On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote: > I have just finished uploading the source release for FLAC 1.0.4 beta > to Sourceforge; there are no binary releases. See the included > doc/html/news.html for the changes since 1.0.3; there are quite a few. > > http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download I just downloaded 1.0.4 beta,
2007 Jan 04
1
Runtime version info
How can I determine the runtime version of OGG, Vorbis, and FLAC? Is there anyway at runtime to determine what version of the library I'm using? -Stevo Brock Head of Development Monkey Tools www.monkey-tools.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20070104/1db84396/attachment.html
2004 Sep 10
1
FLAC 1.0.4 beta released
--- Matt Zimmerman <mdz@debian.org> wrote: > On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote: > > > I have just finished uploading the source release for FLAC 1.0.4 > beta > > to Sourceforge; there are no binary releases. See the included > > doc/html/news.html for the changes since 1.0.3; there are quite a > few. > > > > >
2004 Sep 10
0
FLAC 1.0.4 beta released
On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote: > I have just finished uploading the source release for FLAC 1.0.4 beta > to Sourceforge; there are no binary releases. See the included > doc/html/news.html for the changes since 1.0.3; there are quite a few. > > http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download > > Please beat up on
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
On 5/24/14, lvqcl <lvqcl.mail at gmail.com> wrote: > Ozkan Sezer <sezeroz at gmail.com> ?????(?) ? ????? ?????? Sat, 24 May 2014 > 10:16:15 +0400: > >> - changes the _MSC_VER condition to universally _WIN32: MSVC, as well >> as GCC supports this. > > MSYS/MinGW 4.8.3, 4.9.0 can't compile code from git after this patch: > > format.c:47:22: error:
2004 Sep 10
0
beta 10 candidate checked in
On Tue, May 29, 2001 at 11:42:27AM -0700, Josh Coalson wrote: > > AM_INIT_AUTOMAKE(flac, 0.9) > > > > I've never had to run autoconf manually before so I'm not really sure > what > > I'm doing. > > > hmm... not sure what the syntax error is; did you run aclocal first? but it > does remind me to update the version number. Creating the
2014 Nov 26
0
[PATCH] Some last copyright year updates and change to open bug list
This updates one rather important mention of the copyright year (the encoding/decoding progress display) and a few in the documentation. Furthermore, it updates the open bug list --- doc/html/documentation_bugs.html | 7 ------- doc/html/faq.html | 4 ++-- doc/html/id.html | 4 ++-- src/flac/main.c | 2 +- 4 files changed, 5 insertions(+), 12
2004 Sep 10
1
WinAmp3 Plugin
Thanks. Is there anything that we can do? I can't seem to find the source to the plug-in. Maybe I'm looking in the wrong place? Erik Turner ----- Original Message ----- From: "Justin Akehurst" <akehurst@poindextrose.org> To: "Erik Turner" <eturner@cfl.rr.com> Sent: Saturday, September 21, 2002 3:47 PM Subject: Re: [Flac-dev] Q: WinAmp3 Plugin On Sat,
2002 Sep 11
1
patch for FLAC
Hey, Sesse asked me to do a patch to the auto* set-up to allow for FLAC to be added. The patch touches configure.in and oggenc/Makefile.am It is disabled by default, use --enable-flac as an arg to configure to enable it. You might want to maybe add more checks, since FLAC's API tends to change more than is good for anyone ;) Hope that helps, Thomas -- The Dave/Dina Project : future
2004 Sep 10
3
Re: XMMS Plugin on Mac OS X
--- Pisco <pisco@mac.com> wrote: > This may clarify a few things. I compiled flac from the source > package > on flac.sourceforge.net since the Darwin package did not contain the > XMMS > plugin. I compiled it using the ./configure, make, make all > sequence, > and it compiled fine. > When the flac plugin is alone in the XMMS Input directory, it works >
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
Hi, the patch below fixes function prototypes/defintions with void argument to shut up the heartful warnings by recent gcc :) It doesn't cover all places, e.g. test directories. The patch is to 1.1.2. Takashi --- src/metaflac/operations.c-dist 2005-05-25 16:20:02.000000000 +0200 +++ src/metaflac/operations.c 2005-05-25 16:20:09.000000000 +0200 @@ -26,7 +26,7 @@ #include <stdlib.h>
2007 Nov 07
2
find_pid broken in mongrel_cluster 1.0.4
The find_pid method no longer returns a nil by default which causes some breakage in cases where the pid can''t be found since the local variable ''pid'' becomes the entire output of the ''ps'' command. Can you add this return back in so that it behaves the way it did earlier? thanks, eric
2007 Sep 24
1
vmware server 1.0.4 and centos 4.5 i386 install
Hi all, I tried to install centos 4.5 i386 as a guest on an AMD x2 machine today. It told me it did not find any install media. I had created an 8G disk for it. Is there a SCSI driver I need to "Add" when prompted? I have never used SCSI and dont know which SCSI controller vmware is emulating. What driver do I need to load? I was then surprised some time later when my machine locked
2007 Sep 24
1
vmware 1.0.4 lock up on install
I am not having a good experience with vmware. Twice I have tried it today and it locks up my machine. First attempt was to install centos 4.5 i386. It told me it could not find anything to install on. After a post to the list I was instructed to not do typical, but custom and select LSILogic as the controller. I did and I got past that point. I then goto into an install with 6 minutes remaining
2005 Nov 28
0
ports/89596 : PORT UPDATE: www/joomla 1.0.3 -> 1.0.4
Note: Joomla 1.0.4 Contains fixes for 6 Security Vunerabilities. -- Sem.
2008 Mar 06
0
[ANNOUNCE] mkfontscale 1.0.4
Adam Jackson (2): Bug #11337: Use strcasecmp() instead of broken open-coded version. mkfontscale 1.0.4 Alan Coopersmith (2): Convert (1) to (__appmansuffix__) in man page Fix typo in man page James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log
2008 Mar 06
0
[ANNOUNCE] mkfontdir 1.0.4
Adam Jackson (1): mkfontdir 1.0.4 Alan Coopersmith (3): Add references to mkfontscale to man page Fill in COPYING file with copyright/license notices Fix formatting of man page so ellipsis are shown with Solaris nroff James Cloos (3): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with