diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-15 15:52:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-15 15:52:21 +0000 |
commit | 9585a5e8e72ba411ee9f53d04b9f25ed686a5bc6 (patch) | |
tree | 3471c64496c8400fe2a7ea4e2dc27246220c9af7 /media-sound | |
parent | Removed old version. (diff) | |
download | gentoo-2-9585a5e8e72ba411ee9f53d04b9f25ed686a5bc6.tar.gz gentoo-2-9585a5e8e72ba411ee9f53d04b9f25ed686a5bc6.tar.bz2 gentoo-2-9585a5e8e72ba411ee9f53d04b9f25ed686a5bc6.zip |
Mark 1.0.10 stable on ia64. Remove 1.0.3
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.10.ebuild | 4 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.3.ebuild | 115 | ||||
-rw-r--r-- | media-sound/alsa-driver/files/digest-alsa-driver-1.0.3 | 1 |
4 files changed, 7 insertions, 119 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index b687fdb4ac79..9d637916db27 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.188 2006/01/15 11:55:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.189 2006/01/15 15:52:20 agriffis Exp $ + + 15 Jan 2006; Aron Griffis <agriffis@gentoo.org> -alsa-driver-1.0.3.ebuild, + alsa-driver-1.0.10.ebuild: + Mark 1.0.10 stable on ia64. Remove 1.0.3 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> alsa-driver-1.0.10.ebuild: diff --git a/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild index 7003a29675e2..3d3f8297f5f9 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild,v 1.7 2006/01/15 11:55:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.10.ebuild,v 1.8 2006/01/15 15:52:20 agriffis Exp $ inherit linux-mod flag-o-matic eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/driver/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ~mips ppc ppc64 x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 x86" IUSE="oss doc" RDEPEND="virtual/modutils diff --git a/media-sound/alsa-driver/alsa-driver-1.0.3.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.3.ebuild deleted file mode 100644 index f7d7296bbcf9..000000000000 --- a/media-sound/alsa-driver/alsa-driver-1.0.3.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.3.ebuild,v 1.13 2006/01/02 22:34:34 eradicator Exp $ - -inherit eutils kernel-mod flag-o-matic - -DESCRIPTION="Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" -LICENSE="GPL-2 LGPL-2.1" - -# By default, drivers for all supported cards will be compiled. -# If you want to only compile for specific card(s), set ALSA_CARDS -# environment to a space-separated list of drivers that you want to build. -# For example: -# -# env ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver -# -[ -z "${ALSA_CARDS}" ] && ALSA_CARDS=all - -IUSE="oss" - -RDEPEND="virtual/modutils" - -DEPEND="${RDEPEND} - virtual/linux-sources - sys-devel/autoconf - sys-apps/debianutils" - -PROVIDE="virtual/alsa" - -SLOT="${KV}" -KEYWORDS="ia64" - -MY_P=${P/_rc/rc} -SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2" -# nouserpriv is neccessary for 2.6.x kernels... Hopefully the ALSA guys will figure out another way to do this... -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - # The makefile still installs an alsasound initscript, - # which we REALLY dont want. - # This patch stops that - epatch ${FILESDIR}/makefile.patch || die "Makefile patch failed" - epatch ${FILESDIR}/${PN}-0.9.8-au-fix.patch - - if kernel-mod_is_2_6_kernel || kernel-mod_is_2_5_kernel; then - FULL_KERNEL_PATH="${ROOT}/usr/src/${KV_DIR}" - - if ! [ -d "${FULL_KERNEL_PATH}" ]; then - eerror "An error seems to have occurred. We looked in ${FULL_KERNEL_PATH} for your kernel sources, but we didn't see them." - die "ALSA driver configuration failure." - fi - - einfo "A 2.5 or 2.6 kernel was detected. We are copying the kernel source tree from" - einfo "${FULL_KERNEL_PATH} to ${T}/linux" - einfo "because the alsa-driver build process overwrites files in the 2.6.x kernel tree." - - # Copy everything over to our tmp dir... - cp -a ${FULL_KERNEL_PATH} ${T}/linux - fi -} - -src_compile() { - # Default ARCH & kernel path to set in compilation and make - KER_ARCH=${ARCH} - KER_DIR=${KERNEL_DIR} - - # If we're using a 2.5 or 2.6 kernel, use our copied kernel tree. - if [ -d "${T}/linux" ]; then - KER_DIR="${T}/linux" - - # Set the kernel ARCH - use x86 && KER_ARCH="i386" - use amd64 && KER_ARCH="x86_64" - fi - - econf `use_with oss` \ - --with-kernel="${KER_DIR}" \ - --with-isapnp=yes \ - --with-sequencer=yes \ - --with-cards="${ALSA_CARDS}" || die "econf failed" - - # Should fix bug #46901 - is-flag "-malign-double" && filter-flags "-fomit-frame-pointer" - - emake ARCH="${KER_ARCH}" || die "Parallel Make Failed" -} - - -src_install() { - dodir /usr/include/sound - make DESTDIR=${D} install || die - - rm doc/Makefile - dodoc CARDS-STATUS FAQ README WARNING TODO doc/* -} - -pkg_postinst() { - if [ "${ROOT}" = / ] - then - [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules - fi - - einfo - einfo "The alsasound initscript and modules.d/alsa have now moved to alsa-utils" - einfo - einfo "Also, remember that all mixer channels will be MUTED by default." - einfo "Use the 'alsamixer' program to unmute them." - einfo - einfo "Version 1.0.3 and above should work with version 2.6 kernels." - einfo "If you experience problems, please report bugs to http://bugs.gentoo.org." - einfo -} diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.3 b/media-sound/alsa-driver/files/digest-alsa-driver-1.0.3 deleted file mode 100644 index b182595d10d2..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 76d5ecd13c12510a97fffc6494c2d558 alsa-driver-1.0.3.tar.bz2 1713101 |