summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 23:34:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-19 23:34:51 +0000
commitad6d8f3ea54f45bf980b123b1cd1c5aec5bcfa4b (patch)
tree329d38b0e1434775a3a1c2bf98864495a02ca515 /media-libs
parentDrop release candidate versions. (diff)
downloadgentoo-2-ad6d8f3ea54f45bf980b123b1cd1c5aec5bcfa4b.tar.gz
gentoo-2-ad6d8f3ea54f45bf980b123b1cd1c5aec5bcfa4b.tar.bz2
gentoo-2-ad6d8f3ea54f45bf980b123b1cd1c5aec5bcfa4b.zip
Drop release candidate versions.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/ChangeLog7
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild68
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.11_rc4.ebuild68
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.11_rc5.ebuild68
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc33
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc43
-rw-r--r--media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc53
7 files changed, 6 insertions, 214 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog
index 1a6383b26068..35a081987735 100644
--- a/media-libs/alsa-lib/ChangeLog
+++ b/media-libs/alsa-lib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/alsa-lib
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.161 2006/04/19 23:24:08 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.162 2006/04/19 23:34:51 flameeyes Exp $
+
+ 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -alsa-lib-1.0.11_rc3.ebuild, -alsa-lib-1.0.11_rc4.ebuild,
+ -alsa-lib-1.0.11_rc5.ebuild:
+ Drop release candidate versions.
*alsa-lib-1.0.11 (19 Apr 2006)
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild
deleted file mode 100644
index fd3ed7300372..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.11_rc3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2006 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.11_rc3.ebuild,v 1.6 2006/03/01 04:45:09 vapier Exp $
-
-inherit eutils autotools
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc jack"
-
-RDEPEND="virtual/alsa
- >=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-PDEPEND="jack? ( >=media-plugins/alsa-jack-1.0.10_rc1 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.0.10_rc3-hardened.patch
- epatch "${FILESDIR}"/${PN}-1.0.10-no-wordexp-header.patch
-
- eautoreconf
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- einfo ""
- einfo "Please try media-sound/alsa-driver before filing bugs about unstable"
- einfo "or missing output with in-kernel drivers. Misaligned versions of"
- einfo "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11_rc4.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11_rc4.ebuild
deleted file mode 100644
index 0ce012cbcd97..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.11_rc4.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2006 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.11_rc4.ebuild,v 1.1 2006/03/24 14:02:27 flameeyes Exp $
-
-inherit eutils autotools
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc jack"
-
-RDEPEND="virtual/alsa
- >=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-PDEPEND="jack? ( >=media-plugins/alsa-jack-1.0.10_rc1 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.0.10_rc3-hardened.patch
- epatch "${FILESDIR}"/${PN}-1.0.10-no-wordexp-header.patch
-
- eautoreconf
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- einfo ""
- einfo "Please try media-sound/alsa-driver before filing bugs about unstable"
- einfo "or missing output with in-kernel drivers. Misaligned versions of"
- einfo "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.11_rc5.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.11_rc5.ebuild
deleted file mode 100644
index f3299719a8f0..000000000000
--- a/media-libs/alsa-lib/alsa-lib-1.0.11_rc5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2006 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.11_rc5.ebuild,v 1.1 2006/04/11 19:35:26 flameeyes Exp $
-
-inherit eutils autotools
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture Library"
-HOMEPAGE="http://www.alsa-project.org/"
-SRC_URI="mirror://alsaproject/lib/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
-IUSE="doc jack"
-
-RDEPEND="virtual/alsa
- >=media-sound/alsa-headers-${PV}"
-DEPEND="${RDEPEND}
- doc? ( >=app-doc/doxygen-1.2.6 )"
-
-PDEPEND="jack? ( >=media-plugins/alsa-jack-1.0.10_rc1 )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-1.0.10_rc3-hardened.patch
- epatch "${FILESDIR}"/${PN}-1.0.10-no-wordexp-header.patch
-
- eautoreconf
-}
-
-src_compile() {
- # needed to avoid gcc looping internaly
- use hppa && export CFLAGS="-O1 -pipe"
-
- econf \
- --enable-static \
- --enable-shared \
- || die "configure failed"
-
- emake || die "make failed"
-
- if use doc; then
- emake doc || die "failed to generate docs"
- fi
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog TODO
- use doc && dohtml -r doc/doxygen/html/*
-}
-
-pkg_postinst() {
- ewarn "Starting from alsa 1.0.11_rc3 the configuration for dmix is changed."
- ewarn "Leaving around old asound.conf or ~/.asoundrc might make all apps"
- ewarn "using ALSA output crash."
- ewarn "Note that dmix output is enabled by default on the 'default' device"
- ewarn "since ALSA 1.0.9."
- einfo ""
- einfo "Please try media-sound/alsa-driver before filing bugs about unstable"
- einfo "or missing output with in-kernel drivers. Misaligned versions of"
- einfo "alsa-lib and drivers used can cause problems."
-}
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc3 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc3
deleted file mode 100644
index 62ab14d8bcf1..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc3
+++ /dev/null
@@ -1,3 +0,0 @@
-RMD160 a78aff34e475a435fbf3782fde8c60273fddb8f6 alsa-lib-1.0.11rc3.tar.bz2 702781
-SHA256 896c94d36ac6c2dd5cef7a8187ba4e58fc1c3e3382201d6c52786cd73dcf408c alsa-lib-1.0.11rc3.tar.bz2 702781
-MD5 9e96a39b9cce829da5fa6f5aa4f99a2f alsa-lib-1.0.11rc3.tar.bz2 702781
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc4 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc4
deleted file mode 100644
index c46e36fc408a..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a83942e7e7ab7f55dedf4943824036be alsa-lib-1.0.11rc4.tar.bz2 704274
-RMD160 4a4b53ad757724d234cf356dfb2bcff99edfd2ca alsa-lib-1.0.11rc4.tar.bz2 704274
-SHA256 2b0a3a0c218b8af073862718c3b27cb6018c7eb92471a5239f2a0ce5fcfc0c71 alsa-lib-1.0.11rc4.tar.bz2 704274
diff --git a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc5 b/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc5
deleted file mode 100644
index 028d4a260e2f..000000000000
--- a/media-libs/alsa-lib/files/digest-alsa-lib-1.0.11_rc5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b600e1caf9da06f6a8e39b448f4dee38 alsa-lib-1.0.11rc5.tar.bz2 705204
-RMD160 d22c765b0ffebe208c786fe03e2fe57aee9b5c67 alsa-lib-1.0.11rc5.tar.bz2 705204
-SHA256 b7b0b5afa18d175b57e504c1232caaf16ea34c70f9232fc3402e6b2ca6b0c3f5 alsa-lib-1.0.11rc5.tar.bz2 705204