summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-29 15:35:40 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-29 15:35:40 +0000
commit0ab0c01aa718abb09ae7af55b49e225d1ba80521 (patch)
tree947c3701396046ee8d4941b3e122cb59f6724327 /media-libs/a52dec
parentnew bugfix versio (diff)
downloadgentoo-2-0ab0c01aa718abb09ae7af55b49e225d1ba80521.tar.gz
gentoo-2-0ab0c01aa718abb09ae7af55b49e225d1ba80521.tar.bz2
gentoo-2-0ab0c01aa718abb09ae7af55b49e225d1ba80521.zip
Version Bump. From the source ChangeLog...
-The library is now fully reentrant. -Added win32 output module, al file output, gain control. -A few additional portability enhancements.
Diffstat (limited to 'media-libs/a52dec')
-rw-r--r--media-libs/a52dec/ChangeLog16
-rw-r--r--media-libs/a52dec/a52dec-0.7.4.ebuild38
-rw-r--r--media-libs/a52dec/files/digest-a52dec-0.7.41
3 files changed, 52 insertions, 3 deletions
diff --git a/media-libs/a52dec/ChangeLog b/media-libs/a52dec/ChangeLog
index 3edb5d8d058d..edda18333b4d 100644
--- a/media-libs/a52dec/ChangeLog
+++ b/media-libs/a52dec/ChangeLog
@@ -1,11 +1,21 @@
# ChangeLog for media-libs/a52dec
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.5 2002/06/17 12:31:34 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/ChangeLog,v 1.6 2002/07/29 15:35:40 raker Exp $
-*a52dec-0.7.3-r1 (17 Jun 200)
+*a52dec-0.7.4 (29 Jul 2002)
+
+ 29 Jul 2002; Nick Hadaway <raker@gentoo.org>
+ a52dec-0.7.4.ebuild, files/digest-a52dec-0.7.4 :
+
+ Version Bump. From the source ChangeLog...
+ -The library is now fully reentrant.
+ -Added win32 output module, al file output, gain control.
+ -A few additional portability enhancements.
+
+*a52dec-0.7.3-r1 (17 Jun 2002)
17 Jun 2002; Seemant Kulleen <seemant@gentoo.org> a52dec-0.7.3-r1.ebuild
- files/digest-a52dev-0.7.3-r1 :
+ files/digest-a52dec-0.7.3-r1 :
removed the "--enable-double" configure option, which Bernardo Silva
pointed out as being wrong, and it was confirmed by upstream as being a
diff --git a/media-libs/a52dec/a52dec-0.7.4.ebuild b/media-libs/a52dec/a52dec-0.7.4.ebuild
new file mode 100644
index 000000000000..76c9e126f0f6
--- /dev/null
+++ b/media-libs/a52dec/a52dec-0.7.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/media-libs/a52dec/a52dec-0.7.4.ebuild,v 1.1 2002/07/29 15:35:40 raker Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="a52dec is a bundle of the liba52 (a free library for decoding ATSC A/52 streams used in DVD, etc) with a test program"
+SRC_URI="http://liba52.sourceforge.net/files/${P}.tar.gz"
+HOMEPAGE="http://liba52.sourceforge.net"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND=">=sys-devel/autoconf-2.52d-r1"
+
+src_compile() {
+
+ local myconf
+
+ use oss \
+ || myconf="${myconf} --disable-oss"
+
+ use static \
+ && myconf="${myconf} --disable-shared --enable-static" \
+ || myconf="${myconf} --enable-shared --disable-static"
+
+ econf ${myconf} || die
+ make || die
+
+}
+
+src_install() {
+
+ einstall docdir=${D}/usr/share/doc/${PF}/html || die
+
+ dodoc AUTHORS COPYING ChangeLog HISTORY INSTALL NEWS README TODO
+ dodoc doc/liba52.txt
+}
diff --git a/media-libs/a52dec/files/digest-a52dec-0.7.4 b/media-libs/a52dec/files/digest-a52dec-0.7.4
new file mode 100644
index 000000000000..51a373ceb950
--- /dev/null
+++ b/media-libs/a52dec/files/digest-a52dec-0.7.4
@@ -0,0 +1 @@
+MD5 caa9f5bc44232dc8aeea773fea56be80 a52dec-0.7.4.tar.gz 241507