diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2003-07-29 16:28:29 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2003-07-29 16:28:29 +0000 |
commit | f58ad5edb869f1c794467c57f78cdc6871e6576e (patch) | |
tree | 55bbcc4d4b61e39b7c0b98526df5bb5da671bed2 /media-sound | |
parent | new version, added ~alpha and ~ppc keywords (diff) | |
download | gentoo-2-f58ad5edb869f1c794467c57f78cdc6871e6576e.tar.gz gentoo-2-f58ad5edb869f1c794467c57f78cdc6871e6576e.tar.bz2 gentoo-2-f58ad5edb869f1c794467c57f78cdc6871e6576e.zip |
Version bump.
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-driver/Manifest | 2 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.9.6.ebuild | 102 | ||||
-rw-r--r-- | media-sound/alsa-driver/files/digest-alsa-driver-0.9.6 | 1 |
4 files changed, 111 insertions, 1 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index 26106af8af58..2940b054cf1f 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.46 2003/07/15 17:02:39 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.47 2003/07/29 16:28:29 agenkin Exp $ 05 Jun 2003; Brandon Low <lostlogic@gentoo.org> alsa-driver-0.9.4-r1.ebuild: Make the USE=oss actually do something @@ -8,6 +8,11 @@ 05 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> alsa-driver-0.9.4.ebuild : Switched to mirror://alsaproject in SRC_URI. +*alsa-driver-0.9.6 (29 Jul 2003) + + 29 Jul 2003; Arcady Genkin <agenkin@gentoo.org> : + Version bump. + *alsa-driver-0.9.5-r2 (15 Jul 2003) 15 Jul 2003; Arcady Genkin <agenkin@gentoo.org> : diff --git a/media-sound/alsa-driver/Manifest b/media-sound/alsa-driver/Manifest index 06b783963d4e..0bdf41d44544 100644 --- a/media-sound/alsa-driver/Manifest +++ b/media-sound/alsa-driver/Manifest @@ -7,6 +7,7 @@ MD5 6824caf41e03202f95d32f4855d45f97 alsa-driver-0.9.0_rc2.ebuild 2654 MD5 1f40d3f971623b66624ced32165e83b7 alsa-driver-0.9.4.ebuild 2674 MD5 5acc0aaa643a2076c8a8911141c975f4 alsa-driver-0.9.4-r1.ebuild 2783 MD5 af703c9a5be837eed4d0966eeaae15e1 alsa-driver-0.9.5-r2.ebuild 2946 +MD5 af703c9a5be837eed4d0966eeaae15e1 alsa-driver-0.9.6.ebuild 2946 MD5 304036ff2d79f19389121c07b304da6a alsa-driver-0.9.3a.ebuild 2685 MD5 a64b0229ef1bb9861f766c745f1e1ca8 alsa-driver-0.9.2.ebuild 2686 MD5 45f2cf526eaa8ff274ac6876f15302d1 files/alsa 518 @@ -14,6 +15,7 @@ MD5 e3912a14a13dae85c5ee17f351733bae files/digest-alsa-driver-0.9.0_rc2 74 MD5 cb7c82e00b39983a076acd893349ed1d files/digest-alsa-driver-0.9.4-r1 71 MD5 87448a6155eb013f2b14e4a531ffc25a files/alsa-driver-0.9.0rc1-ppc.patch 358 MD5 049f4d7abae8f76ebd520342967c0164 files/digest-alsa-driver-0.9.3b 72 +MD5 5cd143011580b3dbe23df393b08c5c1e files/digest-alsa-driver-0.9.6 71 MD5 9732f15dfab42b3c1556f546f14f041f files/alsa-modules.conf-rc 1161 MD5 ac8c1852768868cb9c61a07e6baddc3a files/digest-alsa-driver-0.5.12a 72 MD5 28ae6bb0823279c56f378d7ac6d6f607 files/alsasound 4608 diff --git a/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild new file mode 100644 index 000000000000..36423b78638f --- /dev/null +++ b/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.6.ebuild,v 1.1 2003/07/29 16:28:29 agenkin Exp $ + +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 +# +[ x"${ALSA_CARDS}" = x ] && ALSA_CARDS=all + +IUSE="oss" + +# Need the baselayout 1.7.9 or newer for the init script to work correctly. +DEPEND="sys-devel/autoconf + virtual/glibc + virtual/linux-sources + >=sys-apps/portage-1.9.10 + >=sys-apps/baselayout-1.7.9" +PROVIDE="virtual/alsa" + +SLOT="0.9" +KEYWORDS="~x86 ~ppc" + +SRC_URI="mirror://alsaproject/driver/${P}.tar.bz2" +S=${WORKDIR}/${P} + +src_unpack() { + unpack ${A} + cd ${S} + # Some *broken* Gentoo packages install stuff in /etc/rc.d/init.d + # instead of /etc/init.d. However, this causes alsa's installer + # to do the same foolish thing. This *hack* inibits the problem. + # I filed a bug report about this with the ALSA people: + # http://sourceforge.net/tracker/?func=detail&aid=551668&group_id=27464&atid=390601 + # Arcady Genkin <agenkin@thpoon.com> + sed -e 's:/etc/rc.d/init.d:/etc/init.d:' < Makefile > Makefile.hacked \ + || die + mv Makefile.hacked Makefile + +} + + +src_compile() { + # Portage should determine the version of the kernel sources + check_KV + + myconf="" + use oss && myconf="$myconf --with-oss=yes" || \ + myconf="$myconf --with-oss=no" + + ./configure \ + $myconf \ + --host=${CHOST} \ + --prefix=/usr \ + --with-kernel="${ROOT}usr/src/linux" \ + --with-isapnp=yes \ + --with-sequencer=yes \ + --with-cards="${ALSA_CARDS}" \ + || die "./configure failed" + + emake || die "Parallel Make Failed" +} + + +src_install() { + dodir /usr/include/sound + dodir /etc/init.d + make DESTDIR=${D} install || die + + dodoc CARDS-STATUS COPYING FAQ INSTALL README WARNING TODO doc/* + + insinto /etc/modules.d + newins ${FILESDIR}/alsa-modules.conf-rc alsa + exeinto /etc/init.d + doexe ${FILESDIR}/alsasound +} + +pkg_postinst() { + if [ "${ROOT}" = / ] + then + [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules + fi + + einfo + einfo "You need to edit file /etc/modules.d/alsa according to your" + einfo "hardware configuration." + einfo + einfo "If you are going to be using the 'alsasound' init script, make sure" + einfo "that you add it to the 'boot' runlevel (not 'default')." + einfo + einfo "Also, remember that all mixer channels will be MUTED by default." + einfo "Use 'alsamixer' program to unmute them." + einfo +} + diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6 b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6 new file mode 100644 index 000000000000..4890a92fb98e --- /dev/null +++ b/media-sound/alsa-driver/files/digest-alsa-driver-0.9.6 @@ -0,0 +1 @@ +MD5 c76f1b2de7e7f168ca4a3d5030ce822c alsa-driver-0.9.6.tar.bz2 1578469 |