diff --git a/general.ent b/general.ent
index 843113458c..825c4d488c 100644
--- a/general.ent
+++ b/general.ent
@@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
-
+
@@ -624,7 +624,7 @@ $Date$
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 9f9331847a..1249798e40 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -40,6 +40,14 @@
-->
+
+ December 13th, 2007
+
+
+ [ag] - Updated to Flac-1.2.1.
+
+
+ December 7th, 2007
@@ -49,7 +57,6 @@
-
November 22nd, 2007
diff --git a/multimedia/libdriv/flac.xml b/multimedia/libdriv/flac.xml
index 1baac74b51..1ec632178b 100644
--- a/multimedia/libdriv/flac.xml
+++ b/multimedia/libdriv/flac.xml
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
]>
@@ -55,14 +55,6 @@
-
-
FLAC DependenciesOptional
@@ -84,18 +76,9 @@
Install FLAC by running the
following commands:
-sed -i 's/^FLaC__INLINE/static\n&/' src/libFLAC/md5.c &&
-./configure --prefix=/usr --disable-thorough-tests &&
+./configure --prefix=/usr --disable-thorough-tests &&
make
- If you have Valgrind version 3.0.0 or
- higher installed and you plan on running the test suites after passing the
- parameter to
- configure, you need to issue the following command to
- change some test scripts:
-
-sed -i -e "s/logfile-fd/log-fd/" `grep -lr logfile-fd test/*sh`
-
To test the results, issue: make check. Note that
if you passed the and
parameters to
@@ -112,15 +95,6 @@ makeCommand Explanations
-
-
- sed -i 's/.../' src/libFLAC/md5.c: This command
- is used so that the byteswap symbol is not global.
-
--disable-thorough-tests: This parameter is
used so that the test suite will complete in a reasonable amount of time.
Remove it if you desire more extensive tests.