[Lunar-commits] r17468 - moonbase/trunk/audio/flac

Dennis Veatch stumbles at lunar-linux.org
Sun Nov 27 04:53:07 UTC 2005


Author: stumbles
Date: 2005-11-27 04:53:04 +0000 (Sun, 27 Nov 2005)
New Revision: 17468

Modified:
   moonbase/trunk/audio/flac/DETAILS
Log:

Sped up decoding by a few percent overall.
Sped up encoding when not using LPC (i.e. when using flac options -0, -1,
-2, or -l 0).
Fixed a decoding bug that could cause sync errors with some ID3v1-tagged
FLAC files.
Added HTML documentation for metaflac.
New option --input-size to manually specify the input size when encoding
raw samples from stdin.

To name a few.

Compiled with gcc-3.4.4 and glibc-2.3.6



Modified: moonbase/trunk/audio/flac/DETAILS
===================================================================
--- moonbase/trunk/audio/flac/DETAILS	2005-11-27 04:17:25 UTC (rev 17467)
+++ moonbase/trunk/audio/flac/DETAILS	2005-11-27 04:53:04 UTC (rev 17468)
@@ -1,11 +1,11 @@
           MODULE=flac
-         VERSION=1.1.1
+         VERSION=1.1.2
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:97832e5acad2f20867aafc30f219e47d26b853ac
-        WEB_SITE=http://flac.sourceforge.net
+      SOURCE_VFY=sha1:65501f3547df99b153951edb2ee7bfc13dd56946
+        WEB_SITE=http://flac.sourceforge.net/
          ENTERED=20030210
-         UPDATED=20050222
+         UPDATED=20051126
            SHORT="FLAC is similar to MP3 encoders, but lossless"
 
 cat << EOF



More information about the Lunar-commits mailing list