diff --git a/general.ent b/general.ent
index ab85fd8eb1..37271485c1 100644
--- a/general.ent
+++ b/general.ent
@@ -604,7 +604,7 @@ $Date$
-
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index abb272f7b5..d2d9d74c61 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,9 @@
July 19th, 2007
+
+ [randy] - Updated to FLAC-1.1.4.
+ [randy] - Updated to GStreamer Good Plug-ins-0.10.6.
diff --git a/multimedia/libdriv/flac.xml b/multimedia/libdriv/flac.xml
index 37cb88a8bb..1baac74b51 100644
--- a/multimedia/libdriv/flac.xml
+++ b/multimedia/libdriv/flac.xml
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
]>
@@ -55,13 +55,13 @@
- Additional Downloads
+
FLAC Dependencies
@@ -84,8 +84,8 @@
Install FLAC by running the
following commands:
-patch -Np1 -i ../flac-&flac-version;-xmms_plugin_fix-1.patch &&
-LIBS=-lm ./configure --prefix=/usr &&
+sed -i 's/^FLaC__INLINE/static\n&/' src/libFLAC/md5.c &&
+./configure --prefix=/usr --disable-thorough-tests &&
makeIf you have Valgrind version 3.0.0 or
@@ -96,9 +96,8 @@ makesed -i -e "s/logfile-fd/log-fd/" `grep -lr logfile-fd test/*sh`
- To test the results, issue: make check. This
- test suite will take quite a while. Note that if you passed the
- and
+ To test the results, issue: make check. Note that
+ if you passed the and
parameters to
configure and then run the test suite, it will take a
very long time (up to 300 SBUs) and use about 375 MB
@@ -113,11 +112,18 @@ make
Command Explanations
- LIBS=-lm ./configure --prefix=/usr:
+
+
+ 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.: This option is off by default and
should be set on if your machine has SSE capability. One way to find out if
@@ -136,9 +142,9 @@ make
flac and metaflac
- libFLAC.{so,a}, libFLAC++.{so,a}, libOggFLAC.{so,a},
- libOggFLAC++.{so,a}, and libxmms-flac.{so,a}
- /usr/share/doc/flac-&flac-version;
+ libFLAC.{so,a}, libFLAC++.{so,a} and libxmms-flac.{so,a}
+ /usr/include/FLAC, /usr/include/FLAC++ and
+ /usr/share/doc/flac-&flac-version;
@@ -170,7 +176,7 @@ make
- lib{,Ogg}FLAC{,++}.{so,a}
+ libFLAC{,++}.{so,a}these libraries provide native FLAC and Ogg FLAC C/C++ APIs
for programs utilizing FLAC.