diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-08-04 20:01:39 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-08-04 20:01:39 +0000 |
commit | 1575cf5f2f864edcfa7d3496e006018f898af29b (patch) | |
tree | 5364ab68e120ecebb469dcc9225d578e10c3a8aa /media-libs/alsa-lib | |
parent | 2.4.26-r4 version bump. See bug #59378 (diff) | |
download | historical-1575cf5f2f864edcfa7d3496e006018f898af29b.tar.gz historical-1575cf5f2f864edcfa7d3496e006018f898af29b.tar.bz2 historical-1575cf5f2f864edcfa7d3496e006018f898af29b.zip |
Removing old versions.
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.3b-r2.ebuild | 50 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.4.ebuild | 73 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-1.0.3b-r2 | 1 | ||||
-rw-r--r-- | media-libs/alsa-lib/files/digest-alsa-lib-1.0.4 | 1 |
5 files changed, 5 insertions, 126 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index d5bf1e05092b..d726a56793b0 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/alsa-lib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.81 2004/08/04 19:57:58 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.82 2004/08/04 20:00:08 eradicator Exp $ + + 04 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org> + -alsa-lib-1.0.3b-r2.ebuild, -alsa-lib-1.0.4.ebuild: + Removing old versions. 04 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org> alsa-lib-1.0.5-r3.ebuild: diff --git a/media-libs/alsa-lib/alsa-lib-1.0.3b-r2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.3b-r2.ebuild deleted file mode 100644 index 1014dc5b0cc5..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.3b-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.3b-r2.ebuild,v 1.7 2004/07/24 05:32:11 eradicator Exp $ - -inherit libtool eutils - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" - -SLOT="0" -KEYWORDS="x86 ~ppc ~alpha amd64 -sparc ~ia64" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="jack" - -RDEPEND="virtual/libc" - -DEPEND=">=sys-devel/automake-1.7.2 - >=sys-devel/autoconf-2.57-r1" - -PDEPEND="!ppc? ( jack? ( =media-plugins/alsa-jack-${PV}* ) )" - -MY_P=${P/_rc/rc} -#SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" -RESTRICT="nomirror" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - - cd ${S} - elibtoolize - - cd ${S}/src/pcm - epatch ${FILESDIR}/${P}-rate-capture.patch -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - - #This alsa version does not provide libasound.so.1 - #Without this library just about everything even remotely - #linked to previous versions of alsa-lib will break. - #Fortunately, libasound.so.2 seems to be backwards - #compatible with libasound.so.1 and a simple link - #fixes the problem (fingers crossed) - dosym /usr/lib/libasound.so.2 /usr/lib/libasound.so.1 - dodoc ChangeLog COPYING TODO -} diff --git a/media-libs/alsa-lib/alsa-lib-1.0.4.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.4.ebuild deleted file mode 100644 index 8ab6a6724526..000000000000 --- a/media-libs/alsa-lib/alsa-lib-1.0.4.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.4.ebuild,v 1.8 2004/07/24 05:32:11 eradicator Exp $ - -inherit libtool - -DESCRIPTION="Advanced Linux Sound Architecture Library" -HOMEPAGE="http://www.alsa-project.org/" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~amd64 -sparc ~ia64" -LICENSE="GPL-2 LGPL-2.1" - -IUSE="static jack" - -RDEPEND="virtual/libc" - -DEPEND=">=sys-devel/automake-1.7.2 - >=sys-devel/autoconf-2.57-r1" - -PDEPEND="!ppc? ( jack? ( =media-plugins/alsa-jack-${PV}* ) )" - -MY_P=${P/_rc/rc} -#SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" -SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2" -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - - if use static; then - mv ${S} ${S}.static - unpack ${A} - - cd ${S}.static - elibtoolize - fi - - cd ${S} - elibtoolize -} - -src_compile() { - local myconf="" - - econf --enable-static=no --enable-shared=yes || die - emake || die - - # Can't do both according to alsa docs and bug #48233 - if use static; then - cd ${S}.static - econf --enable-static=yes --enable-shared=no || die - emake || die - fi -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - #This alsa version does not provide libasound.so.1 - #Without this library just about everything even remotely - #linked to previous versions of alsa-lib will break. - #Fortunately, libasound.so.2 seems to be backwards - #compatible with libasound.so.1 and a simple link - #fixes the problem (fingers crossed) - dosym /usr/lib/libasound.so.2 /usr/lib/libasound.so.1 - dodoc ChangeLog COPYING TODO - - if use static; then - cd ${S}.static - make DESTDIR="${D}" install || die "make install failed" - fi -} diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.3b-r2 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.3b-r2 deleted file mode 100644 index bb6690901875..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.3b-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ade68f0e9d44a039a741052985a8635 alsa-lib-1.0.3b.tar.bz2 570019 diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.4 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.4 deleted file mode 100644 index 201d7837d2f8..000000000000 --- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f0967a9e71ffdfb47c41fed9e52d9a5 alsa-lib-1.0.4.tar.bz2 573089 |