From 41b4d96294385b8234ca7abd34f4cba94f74fdfb Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 12 May 2010 03:26:28 +0000 Subject: [PATCH] Updated libvorbis to 1.3.1 (not sure why there is a 1.2.3 directory in the source package) --- media-libs/libvorbis/libvorbis-1.3.1.bep | 27 ++++++++++++++++++ .../libvorbis.OptionalPackageDescription | 6 ++-- media-libs/libvorbis/licenses/Xiph | 28 ------------------- 3 files changed, 30 insertions(+), 31 deletions(-) create mode 100644 media-libs/libvorbis/libvorbis-1.3.1.bep delete mode 100644 media-libs/libvorbis/licenses/Xiph diff --git a/media-libs/libvorbis/libvorbis-1.3.1.bep b/media-libs/libvorbis/libvorbis-1.3.1.bep new file mode 100644 index 000000000..ebac20f13 --- /dev/null +++ b/media-libs/libvorbis/libvorbis-1.3.1.bep @@ -0,0 +1,27 @@ +DESCRIPTION="libvorbis" +HOMEPAGE="http://www.xiph.org" +SRC_URI="http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.gz" +CHECKSUM_MD5="016e523fac70bdd786258a9d15fd36e9" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="dev-util/pkgconfig >= 0.23" +BUILD { + cd libvorbis-1.2.3 + libtoolize --force --copy --install + mkdir -p m4 + cp /boot/common/share/aclocal/libtool.m4 m4 + cp /boot/common/share/aclocal/ltoptions.m4 m4 + cp /boot/common/share/aclocal/ltversion.m4 m4 + cp /boot/common/share/aclocal/ltsugar.m4 m4 + cp /boot/common/share/aclocal/lt~obsolete.m4 m4 + aclocal -I m4 + autoconf + automake + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd libvorbis-1.2.3 + make install +} diff --git a/media-libs/libvorbis/libvorbis.OptionalPackageDescription b/media-libs/libvorbis/libvorbis.OptionalPackageDescription index f5d5553b2..541c2943f 100644 --- a/media-libs/libvorbis/libvorbis.OptionalPackageDescription +++ b/media-libs/libvorbis/libvorbis.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: libvorbis -Version: 1.2.3 -Copyright: 1994-2009 Xiph.Org Foundation -License: Xiph +Version: 1.3.1 +Copyright: 1994-2010 Xiph.Org Foundation +License: BSD (3-clause) URL: http://www.xiph.org/ diff --git a/media-libs/libvorbis/licenses/Xiph b/media-libs/libvorbis/licenses/Xiph deleted file mode 100644 index 6111c6c5a..000000000 --- a/media-libs/libvorbis/licenses/Xiph +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2002, Xiph.org Foundation - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of the Xiph.org Foundation nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION -OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.