similar to: [PATCH] README : Update version number

Displaying 20 results from an estimated 9000 matches similar to: "[PATCH] README : Update version number"

2013 May 26
0
[PATCH 1/3] Declare UTF-8 encoding for changelog
The changelog declared "charset=ISO-8859-1", but used a UTF-8 encoded name. Change the declaration to UTF-8 to fix this. --- doc/html/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 85fec78..b7994fa 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -8,7 +8,7 @@ <!-- A
2014 Nov 25
0
flac-1.3.1pre1
On Nov 25 00:43:22, mle+la at mega-nerd.com wrote: > http://downloads.xiph.org/releases/flac/beta/ > Please test. Running 'make fullcheck' fails for me like this: $ pwd /home/hans/src/flac-1.3.1pre1/test $ make fullcheck FLAC__TEST_LEVEL=1 FLAC__TEST_WITH_VALGRIND=no ./test_libFLAC.sh /bin/sh: ./test_libFLAC.sh: No such file or directory *** Error 1 in
2014 Nov 26
1
flac-1.3.1pre1
On Nov 26 01:25:25, hans at stare.cz wrote: > On Nov 25 23:56:05, mvanb1 at gmail.com wrote: > > Op 25-11-14 om 23:39 schreef Jan Stary: > > > Is there a reason the test scripts are calling bash? > > > > The change from sh to bash was made a little more than a year > > ago. The mailing list thread accompanying this change can be > > found here: >
2013 Apr 30
1
flac-dev Digest, Vol 101, Issue 28
Well, I'm bored, and I hope I'm not getting in the way of anyone, but I was like hell might as well try to make a new Xcode project, although I am using 10.8 with the latest xcode, so I'd have to manually remove that, but there is one serious concern, and that's that header files are being called from 1 directory up from where they are, for example: "share/compat.h"
2013 Apr 30
2
flac-dev Digest, Vol 101, Issue 27
I'd love to fix the .Xcodeproj (which is what they're called now) but I don't have a clue how to, if I were to figure it out would you guys accept it, or is it not worth my time? btw, someone on Windows should get the visual studio files working, it always complains about not finding nasm.exe. On Tue, Apr 30, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send
2013 Mar 20
2
[PATCH] Change test scripts shell to bash, to avoid lack of arithmetic support in dash, which is sh on Ubuntu 10.04
The subject line mostly says it all, but for reference, having #!/bin/sh causes the following error: arithmetic expression: expecting primary: " % 255 + 1" --- test/test_flac.sh | 2 +- test/test_grabbag.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_flac.sh b/test/test_flac.sh index 10981c0..257c5ea 100755 --- a/test/test_flac.sh +++
2013 Sep 18
0
[PATCH] Fix documentation rice partition order
For some reason all documentation lists the max rice partition order to be 16, while the maximum is 15. This fixes flac -H, the man page and the HTML source code documentation --- doc/html/documentation_tools_flac.html | 2 +- man/flac.1 | 8 ++++---- man/flac.sgml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git
2005 Feb 16
1
Zaptel DACS and FDL
I have the following configuration: CLEC -> T-1 -> Asterisk -> Adtran Channel Bank -> (analog) -> Nortel Don't complain that it's ugly. I've already done plenty of that. The CLEC manages their Adtran remotely and needs to be able to continue to do so. I assume they use FDL to do the management. We are using the Zaptel DACS/DACSRBS to cross connect some of the
2013 Apr 29
1
[PATCH] Remaining Debian delta
Hi, here are two patches from the Debian flac package that haven't found their way into 1.3.0 yet. The first one is important because it fixes a user-visible bug (albeit only affecting --apply-replaygain-which-is-not-lossless). See the commit messages for the source of the patches, I only did the rebasing (which was trivial). Ulrich -------------- next part -------------- A non-text
2013 Apr 15
0
flac-dev Digest, Vol 101, Issue 11
Okay, I was thinking it may have been something to do with the header, but I wasn't sure how to verify that. thanks guys. On Mon, Apr 15, 2013 at 3:00 PM, <flac-dev-request at xiph.org> wrote: > Send flac-dev mailing list submissions to > flac-dev at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2007 Jul 01
2
the-asterisk-book.com online (unstable version)
Hi, this is to inform everybody that the translation of my new book (unstable version) is online at http://www.the-asterisk-book.com The book is a GNU FDL project. So everybody who wants to participate is welcome to do so. Also, everybody who needs material for his own work, feel free to take it as long as the new material will become GNU FDL too. I am glad that Stephen Bosch (who you
2011 Nov 16
0
Git branch with compiling fixes for win32
On Nov 16, 2011, at 14:11, Declan Kelly wrote: > On Wed, Nov 16, 2011 at 05:41:21AM -0800, avuton at gmail.com wrote: >> Hate to be Capt. obvious here, but there's a lot of development going >> on here that should be encouraged. If the FLAC project isn't going to >> open up, it would make a lot of sense for someone to take over >> maintenance on a github account
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
Libraries that are used internally by libFLAC(++) but are not part of their API should be listed in pkg-config "private" clauses. Otherwise executables that are linked dynamically against libFLAC(++) will have unneeded direct dependencies (overlinking). Based on a patch by Brad Smith from https://sourceforge.net/p/flac/bugs/397/ that I updated to only include ogg if libFLAC is
2009 Feb 26
2
streaming support?
Dear FLAC developers, I'm a student at CSU Dominguez Hills and I'm doing a research paper about "codecs for streaming HD audio" for my audio recording class. I'm curious if you folks could answer a few questions or offer any important information, technical or otherwise, about your popular lossless codec. It would be great if I could get an official reference. I will of
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
Hello, This is a patch to allow building of the project using MSYS, MinGW, and MinGW-w64 with the following invocation: make -f Makefile.lite libFLAC libFLAC++ flac metaflac test_libs_common test_libFLAC test_libFLAC++ test_grabbag test_seeking test_streams utils examples This patch addresses eight points: 1. `uname -p` in MSYS returns "unknown" so we must use `gcc -dumpmachine`
2013 Jan 26
0
[PATCH] Update news section
Adds two small news items and a news item on Blackberry support --- feeds/feed.rss | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/feeds/feed.rss b/feeds/feed.rss index 45d8ec1..ec230aa 100644 --- a/feeds/feed.rss +++ b/feeds/feed.rss @@ -6,12 +6,29 @@ <description>The latest news about FLAC (Free Lossless Audio Codec)</description>
2009 Sep 21
1
(Universal) Ambisonic implementation
Hi Josh, The minimum things that Flac would need to implement to satisfy the 'file implementations' part of the spec is a bit of metadata and the extensions to channel counts. ok, I do realise that the extending the maximum channel count may be difficult ... there's gotta be a way to do it though. Etienne On Mon, Sep 21, 2009 at 11:57 AM, Josh Coalson <xflac at yahoo.com>
2004 Dec 11
0
Security exploit downloaded with FLAC?
On Sat, Dec 11, 2004 at 07:37:40PM -0500, Helen Glazer wrote: > As is my routine every couple of weeks, I ran Pest Patrol anti-spyware > software, and was disturbed to find it came back saying that the file > FLAC/COPYING.FDL was a security exploit known as "Virus Tutorial" or > VTool/jul2. This has left me wondering if FLAC is to be trusted. Well, since the file in
2013 Apr 11
0
[PATCH 1/2] Use C locale when reading ReplayGain tag
When a locale is in effect that does not use the point as the decimal mark (e.g., sv_SE or de_DE, which use a comma) and a ReplayGain tag is read for --apply-replaygain-which-is-not-lossless, the gain value was misinterpreted (e.g., "-2.29" truncated to "-2"). This is fixed by resetting the locale to "C" temporarily, based on Josh Coalson's fix of the dual case
2013 May 26
1
[PATCH] Update README
Hi, README still had 1.2.1 instead of 1.3.0, and a duplicate copyright line. Ulrich -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-README-Update-version-number.patch Type: text/x-diff Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130527/f980ea0b/attachment.patch