From 343e15dc62c96b63c4cc6fea5c940013750e3b04 Mon Sep 17 00:00:00 2001 From: Guy Dalziel Date: Mon, 20 Jul 2009 15:39:23 +0000 Subject: [PATCH] Updated to libmpeg3-1.8, libogg-1.1.4, and libvorbis-1.2.3. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7852 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 8 ++++---- introduction/welcome/changelog.xml | 14 ++++++++++++++ multimedia/libdriv/libmpeg3.xml | 13 ++++++------- multimedia/libdriv/libogg.xml | 6 +++--- multimedia/libdriv/libvorbis.xml | 15 +++------------ 5 files changed, 30 insertions(+), 26 deletions(-) diff --git a/general.ent b/general.ent index ec0072d9d5..15e979415e 100644 --- a/general.ent +++ b/general.ent @@ -3,7 +3,7 @@ $LastChangedBy$ $Date$ --> - + @@ -647,12 +647,12 @@ $Date$ - - + + - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 7406396d0e..1ff684c576 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,6 +40,20 @@ --> + + July 20th, 2009 + + + [gdalziel] - Updated to libmpeg3-1.8 + + + [gdalziel] - Updated to libvorbis-1.2.3 + + + [gdalziel] - Updated to libogg-1.1.4 + + + July 19th, 2009 diff --git a/multimedia/libdriv/libmpeg3.xml b/multimedia/libdriv/libmpeg3.xml index f67e5ab521..d2031e458c 100644 --- a/multimedia/libdriv/libmpeg3.xml +++ b/multimedia/libdriv/libmpeg3.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -58,7 +58,7 @@ Required Patch: + url="&patch-root;/libmpeg3-&libmpeg3-version;-makefile_fixes-1.patch"/> @@ -78,7 +78,7 @@ Install LibMPEG3 by running the following commands: -patch -Np1 -i ../libmpeg3-&libmpeg3-version;-makefile_mods-1.patch && +patch -Np1 -i ../libmpeg3-&libmpeg3-version;-makefile_fixes-1.patch && ./configure && make @@ -105,8 +105,7 @@ make Makefile so that everything is installed with the make install command instead of just the executables being installed and manual commands used to install the library, interface - headers and documentation. The patch also fixes a syntax error in the - Makefile. + headers and documentation. ./configure: This is not a typical Autotools script. It is only used to check for the availability of the NASM diff --git a/multimedia/libdriv/libogg.xml b/multimedia/libdriv/libogg.xml index d332f1edbf..f5e51f5581 100644 --- a/multimedia/libdriv/libogg.xml +++ b/multimedia/libdriv/libogg.xml @@ -6,9 +6,9 @@ - - - + + + ]> diff --git a/multimedia/libdriv/libvorbis.xml b/multimedia/libdriv/libvorbis.xml index 6792c852aa..6eb0917ae0 100644 --- a/multimedia/libdriv/libvorbis.xml +++ b/multimedia/libdriv/libvorbis.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -56,14 +56,6 @@ - Additional Downloads - - - Required Patch: - - - libvorbis Dependencies Required @@ -86,8 +78,7 @@ Install libvorbis by running the following commands: -patch -Np1 -i ../libvorbis-&libvorbis-version;-security_fixes-1.patch && -./configure --prefix=/usr && +./configure --prefix=/usr && make This package does not come with a test suite.