summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-09-01 18:23:44 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-09-01 18:23:44 +0000
commitc6e3bed66531ece8feed0b47e0f9b65d54cc0992 (patch)
treef8f500e16cb6d8928d52712c534bfbc114b7518a /media-sound
parentInitial import of gnome-python split ebuilds. This package is a meta package ... (diff)
downloadhistorical-c6e3bed66531ece8feed0b47e0f9b65d54cc0992.tar.gz
historical-c6e3bed66531ece8feed0b47e0f9b65d54cc0992.tar.bz2
historical-c6e3bed66531ece8feed0b47e0f9b65d54cc0992.zip
Remove old ebuild.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo i686
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-driver/ChangeLog6
-rw-r--r--media-sound/alsa-driver/alsa-driver-1.0.14-r1.ebuild181
-rw-r--r--media-sound/alsa-headers/Manifest16
3 files changed, 9 insertions, 194 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog
index 1d50626b73d0..487b76edd0b4 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.292 2008/08/12 14:13:04 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.293 2008/09/01 18:23:44 betelgeuse Exp $
+
+ 01 Sep 2008; Petteri Räty <betelgeuse@gentoo.org>
+ -alsa-driver-1.0.14-r1.ebuild:
+ Remove old ebuild.
*alsa-driver-1.0.17 (12 Aug 2008)
diff --git a/media-sound/alsa-driver/alsa-driver-1.0.14-r1.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.14-r1.ebuild
deleted file mode 100644
index 4d88411d0c60..000000000000
--- a/media-sound/alsa-driver/alsa-driver-1.0.14-r1.ebuild
+++ /dev/null
@@ -1,181 +0,0 @@
-# Copyright 1999-2008 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.14-r1.ebuild,v 1.8 2008/04/15 01:11:53 beandog Exp $
-
-inherit autotools linux-mod flag-o-matic eutils multilib
-
-MY_P="${P/_rc/rc}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Advanced Linux Sound Architecture kernel modules"
-HOMEPAGE="http://www.alsa-project.org/"
-
-if [[ ${MY_P} == ${MY_P/_p*/} ]]; then
- SRC_URI="mirror://alsaproject/driver/${MY_P}.tar.bz2"
-else # Gentoo snapshots
- SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="oss debug midi"
-
-IUSE_CARDS="seq-dummy dummy virmidi mtpav mts64 serial-u16550 mpu401
-loopback portman2x4 pcsp ad1848-lib cs4231-lib adlib ad1816a ad1848
-als100 azt2320 cmi8330 cs4231 cs4232 cs4236 dt019x es968 es1688 es18xx
-gusclassic gusextreme gusmax interwave interwave-stb opl3sa2
-opti92x-ad1848 opti92x-cs4231 opti93x miro sb8 sb16 sbawe sgalaxy
-sscape wavefront pc98-cs4232 msnd-pinnacle ad1889 als300 als4000
-ali5451 atiixp atiixp-modem au8810 au8820 au8830 azt3328 bt87x ca0106
-cmipci cs4281 cs46xx cs5535audio darla20 gina20 layla20 darla24 gina24
-layla24 mona mia echo3g indigo indigoio indigodj emu10k1 emu10k1x
-ens1370 ens1371 es1938 es1968 fm801 fm801-tea575x hda-intel hdsp hdspm
-ice1712 ice1724 intel8x0 intel8x0m korg1212 maestro3 mixart nm256
-pcxhr riptide rme32 rme96 rme9652 sonicvibes trident via82xx
-via82xx-modem vx222 ymfpci pdplus asihpi powermac aoa
-aoa-fabric-layout aoa-onyx aoa-tas aoa-toonie aoa-soundbus
-aoa-soundbus-i2s sa11xx-uda1341 armaaci s3c2410 pxa2xx-i2sound au1x00
-usb-audio usb-usx2y vxpocket pdaudiocf sun-amd7930 sun-cs4231 sun-dbri
-harmony soc at91-soc at91-soc-eti-b1-wm8731 pxa2xx-soc
-pxa2xx-soc-corgi pxa2xx-soc-spitz pxa2xx-soc-poodle pxa2xx-soc-tosa"
-
-for iuse_card in ${IUSE_CARDS}; do
- IUSE="${IUSE} alsa_cards_${iuse_card}"
-done
-
-RDEPEND="virtual/modutils
- !media-sound/snd-aoa"
-DEPEND="${RDEPEND}
- ~media-sound/alsa-headers-${PV}
- virtual/linux-sources
- sys-apps/debianutils"
-
-PROVIDE="virtual/alsa"
-
-pkg_setup() {
- # 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
- #
- ALSA_CARDS=${ALSA_CARDS:-${IUSE_ALSA_CARDS}}
-
- local PNP_DRIVERS="interwave interwave-stb"
- local PNP_ERROR="Some of the drivers you selected require PnP support in your kernel (${PNP_DRIVERS}). Either enable PnP in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf."
-
- local ISA_DRIVERS="cs4232 msnd-pinnacle cs4231-lib adlib ad1816a ad1848 als100 azt2320
- cmi8330 cs4231 cs4236 dt019x es968 es1688 es18xx gusclassic gusextreme gusmax
- interwave interwave-stb opl3sa2 opti92x-ad1848 opti92x-cs4231 opti93x miro sb8
- sb16 sbawe sb16_csp sgalaxy sscape wavefront"
- local ISA_ERROR="Some of the drivers you selected require ISA support in your kernel ($(echo $ISA_DRIVERS)). Either enable ISA in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf."
-
- local FW_DRIVERS="darla20 gina20 layla20 darla24 gina24 layla24 mona mia echo3g indigo
- indigoio indigodj emu10k1 korg1212 maestro3 riptide ymfpci asihpi"
- local FW_LOADER_ERROR="Some of the drivers you selected require 'Userspace firmware loading support' in your kernel (${FW_DRIVERS}). Either enable that feature or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf."
-
- local PARPORT_DRIVERS="portman2x4"
- local PARPORT_ERROR="Some if the drivers you selected require Parallel Port support (${PARPORT_DRIVERS}). Either enable that feature or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf."
-
- local TMP_ALSA_CARDS
- local CHECK_PNP
- local CHECK_ISA
- local CHECK_FW
- local CHECK_PARPORT
- for card in ${ALSA_CARDS}; do
- if has alsa_cards_${card} ${IUSE} && use alsa_cards_${card}; then
- TMP_ALSA_CARDS="${TMP_ALSA_CARDS} ${card}"
- has ${card} ${PNP_DRIVERS} && CHECK_PNP="PNP"
- has ${card} ${ISA_DRIVERS} && CHECK_ISA="ISA"
- has ${card} ${FW_DRIVERS} && CHECK_FW="FW_LOADER"
- has ${card} ${PARPORT_DRIVERS} && CHECK_PARPORT="PARPORT"
- fi
- done
- ALSA_CARDS="${TMP_ALSA_CARDS}"
-
- local CONFIG_CHECK="!SND SOUND ${CHECK_PNP} ${CHECK_ISA} ${CHECK_FW} ${CHECK_PARPORT}"
- local SND_ERROR="ALSA is already compiled into the kernel. This is the recommended configuration, don't emerge alsa-driver."
- local SOUND_ERROR="Your kernel doesn't have sound support enabled."
- local SOUND_PRIME_ERROR="Your kernel is configured to use the deprecated OSS drivers. Please disable them and re-emerge alsa-driver."
-
- linux-mod_pkg_setup
-
- if [[ ${PROFILE_ARCH} == "sparc64" ]] ; then
- export CBUILD=${CBUILD-${CHOST}}
- export CHOST="sparc64-unknown-linux-gnu"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-seq_file.patch
- rm "${S}"/acore/memalloc.patch
- touch "${S}"/acore/memalloc.patch
-
- convert_to_m "${S}/Makefile"
- sed -i -e 's:\(.*depmod\):#\1:' "${S}/Makefile"
- eautoconf
-}
-
-src_compile() {
- local myABI=${ABI:-${DEFAULT_ABI}}
-
- # Should fix bug #46901
- is-flag "-malign-double" && filter-flags "-fomit-frame-pointer"
- append-flags "-I${KV_DIR}/arch/$(tc-arch-kernel)/include"
-
- econf $(use_with oss) \
- $(use_with debug debug full) \
- --with-kernel="${KV_DIR}" \
- --with-build="${KV_OUT_DIR}" \
- --with-isapnp=yes \
- $(use_with midi sequencer) \
- --with-cards="${ALSA_CARDS}" || die "econf failed"
-
- # linux-mod_src_compile doesn't work well with alsa
-
- ARCH=$(tc-arch-kernel)
- ABI=${KERNEL_ABI}
- emake LDFLAGS="$(raw-ldflags)" HOSTCC="$(tc-getBUILD_CC)" CC="$(tc-getCC)" || die "Make Failed"
- ARCH=$(tc-arch)
- ABI=${myABI}
-}
-
-src_install() {
- emake DESTDIR="${D}" install-modules || die "make install failed"
-
- dodoc CARDS-STATUS FAQ README WARNING TODO
-
- if kernel_is 2 6; then
- # mv the drivers somewhere they won't be killed by the kernel's make modules_install
- mv "${D}/lib/modules/${KV_FULL}/kernel/sound" "${D}/lib/modules/${KV_FULL}/${PN}"
- rmdir "${D}/lib/modules/${KV_FULL}/kernel" &> /dev/null
- fi
-}
-
-pkg_postinst() {
- elog
- elog "Remember that all mixer channels will be MUTED by default."
- elog "Use the 'alsamixer' program to unmute them, then save your"
- elog "mixer settings with /etc/init.d/alsasound save"
- elog
- elog "If you experience problems, please try building the in-kernel"
- elog "ALSA drivers instead. This ebuild is not recommended and is"
- elog "likely to be removed from portage at a later date."
- elog
-
- linux-mod_pkg_postinst
-
- if kernel_is 2 6 && [ -e "${ROOT}/lib/modules/${KV_FULL}/kernel/sound" ]; then
- # Cleanup if they had older alsa installed
- for file in $(find "${ROOT}/lib/modules/${KV_FULL}/${PN}" -type f); do
- rm -f ${file//${KV_FULL}\/${PN}/${KV_FULL}\/kernel\/sound}
- done
-
- find "${ROOT}/lib/modules/${KV_FULL}/kernel/sound" -type d -print0 | xargs --null rmdir
- fi
-}
diff --git a/media-sound/alsa-headers/Manifest b/media-sound/alsa-headers/Manifest
index fb6a82c4801a..d2a8c4f743b5 100644
--- a/media-sound/alsa-headers/Manifest
+++ b/media-sound/alsa-headers/Manifest
@@ -3,28 +3,20 @@ Hash: SHA1
AUX alsa-headers-1.0.6a-user.patch 419 RMD160 a778185703b19cfe07b7c4578a10196fd9f9d5c0 SHA1 9f76087732817fc1d4a01ebf87e418269028b1ef SHA256 fbe9dfbbdfdf83b2c895a5d401cec13c16a490a03617419be701f167c38cab09
DIST alsa-driver-1.0.14.tar.bz2 2600096 RMD160 2d017ed11bd037e450ffa969602f84cc104e5b72 SHA1 9bb16c918e7e57a419c563425d1d8f76b535970a SHA256 4987c05fd5516f9cb36ff4b73ccb77300124423b2bd6c66260eed73317529eca
-DIST alsa-driver-1.0.14rc2.tar.bz2 2525315 RMD160 cdaadd027d7be5a71e4fe281efcbbd9b64f7b892 SHA1 6a8fcab92e64da092aa0f566e13d1634b1ed1d2a SHA256 67e0f2ab476c0f08c642b33e4f57b17311fa07fd56eb3a02c76df22738f6d387
-DIST alsa-driver-1.0.14rc3.tar.bz2 2528674 RMD160 10c8d191079e9d7bfb37c71cbc8a2c509fd6423b SHA1 71836d8b08083028d48ae6f4d6792f78cce69fb4 SHA256 b7b99936bb118c0b808a386795625946e04841d24758e4c61370165e50999fc1
DIST alsa-driver-1.0.15.tar.bz2 2677415 RMD160 f3cc3a1ad06b5a894fc6732f5261f5fc06c63421 SHA1 f68bb889538ba04b6d2ce7722d491f98dd00c144 SHA256 dd34ac303ac49b655f3a1a342fd4bafd90722ffd41ceb9af59821d5c13caa01d
DIST alsa-driver-1.0.16.tar.bz2 2725590 RMD160 936d57bd8c255539a6759756d52221963b4dbc5f SHA1 03cc55e6d23d8368d896e1582ce4588425ce00f9 SHA256 ec2a18fdd08e7678eae57e44f944061ebb256a3c5ce81674c74423a0555cf91d
-DIST alsa-driver-1.0.16rc1.tar.bz2 2716815 RMD160 4ed76b0f7f77ca062c8cd928eaac3ad117d03454 SHA1 0673c5ab6351fc02722837db4a003627182adc0a SHA256 fb4d38872aa434bec6e21186a3d93729d00c7474db66a537ba8f3bc1a4ce29ee
-DIST alsa-driver-1.0.16rc2.tar.bz2 2721795 RMD160 99ac2c1cd7ad7d520d70909b0be88f72588a2ac1 SHA1 f63a2163d526e3aa4e563c5f543b5525da664270 SHA256 5951c039c02530503afa667e6b60bdece6a29eb351ec5653fa7dd7d5a0fa6b6e
DIST alsa-driver-1.0.17.tar.bz2 2725803 RMD160 e9e33ef8be8d808c66cc93e6bf124d16636c805c SHA1 82fc35333a43f834e5e4b16c425e3ee49d137ae8 SHA256 7695cc9c8c42b3d4fe4f918d24a751deb36b2fbb0ff2aaa2b1605c8ce11d4c9f
EBUILD alsa-headers-1.0.14.ebuild 1015 RMD160 18d97b8d79dcec848b76a21e32835d8cf217a5c1 SHA1 f3e74604da8c6d01e20f00e3fe55accfd4848650 SHA256 18416fb6d228619ddf1f8662e470bc5c558b8b7260f461ec4016f8b1ca7babb5
-EBUILD alsa-headers-1.0.14_rc2.ebuild 1023 RMD160 4d4980603d2987a386977bd22db6a70024da0d01 SHA1 1be696c3d5975d50d5d6b5d4b8ad99aa8f9d01a9 SHA256 f6dd6b95f7c4913054f318c10797df718f9b48e06b5499e5c5c69b26e5c59161
-EBUILD alsa-headers-1.0.14_rc3.ebuild 1027 RMD160 3cd250423fe3c6d775f9b8953cbd7f5d6245779b SHA1 02e09d98c37314ccc4eae0fe0d6923b45870ed1a SHA256 176853568c88d97f5aee6bc389ba6b8da9d8b4793e36d2b4a705460de7b6b26a
EBUILD alsa-headers-1.0.15.ebuild 1026 RMD160 c08022a78368a28c7ab7d64f420be9dd5c7bb8c0 SHA1 d7ceb8eda03c8fce2a658cdf4544795e30b65a87 SHA256 669d0f8d86e447acdcd32840d4e2ea161a7e6a0d1c1f5a6a1f2832d6f46fdf2b
EBUILD alsa-headers-1.0.16.ebuild 1019 RMD160 be4f132f5defa48c56479a33e136bd49f0e6fc1f SHA1 3660ec67fbd9d2c8086dd257637dd1f0603df8a1 SHA256 62d6cd61b3e81d6d5c055d3be56357a9c8fe5e4796e0399fe4144800c5c6d942
-EBUILD alsa-headers-1.0.16_rc1.ebuild 1032 RMD160 f2fc011fe5743019204cf6b37af83d4fd2c39e62 SHA1 9b75a3745a256f8a1ae0e35c3ef2c7b9dce551a4 SHA256 969dec987db77743864a1b3348b638f0767111e42b97efd4dc91c45f7abfbc56
-EBUILD alsa-headers-1.0.16_rc2.ebuild 1032 RMD160 eb63cc0fc939f5cd8a1ef1763da550576071067f SHA1 9c9093eb87903d7b85443676b61498a0c0720162 SHA256 2294343650d8494090c393c9ace93408731a5d245c7d8804d588e080fae59021
EBUILD alsa-headers-1.0.17.ebuild 1021 RMD160 97ee69ddcf1bb72e8b834967d54eb35696eb8e33 SHA1 f9735a0d5f308098b6dcfefda8a6257d1f0b7364 SHA256 5c84b44f34773570d886cccb03c7893cad289b269e60d43800484941e01ee101
EBUILD alsa-headers-9999.ebuild 939 RMD160 073742f8226ee9b20e37c8bd1714f3a3b55c9cf7 SHA1 bbf4b0e2781f78d5986af0d93f308dafe5f49d96 SHA256 de18c850de1168b9828ff48faf06fb8ce6da3a06c2eafc82bb342d1a3e8c4080
-MISC ChangeLog 20503 RMD160 40b58a529cc352a19ebaf3227afe733e1514fac5 SHA1 f2f43d83ab6c6b289aa052141bea8d49e63035b1 SHA256 dab89eb272e5773947231648958c35396942d68aa067fd24ff25fb082334a142
+MISC ChangeLog 20715 RMD160 15ad5558d67d4bf35b3bf1033b5cffbfcc85fbf4 SHA1 9b7f9cb9263c2745901613b1b105edfb8dbcf571 SHA256 615e5c3d4eaf8cd615d11648af42b852ee59b0dce641a0f27ad51325aded2dfa
MISC metadata.xml 220 RMD160 e49f8bb330d1798cd2c8ee5335cef1784f0d7ccb SHA1 1b895fe6cae4b8eab08ba1a6a1212baf4b4b4105 SHA256 8570ef11cd59b0d8edb71e78eecaec423616836b10eacb86bee0de941f0ae054
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
-iEYEARECAAYFAkiUyvQACgkQcxLzpIGCsLRVEQCfYYaW98f+ZzHIhhb6sZ+RPo9A
-PjwAn2WM/36ePdS9CfOk85G0kOIhiVjd
-=5dB5
+iEYEARECAAYFAki8M7EACgkQcxLzpIGCsLQvvgCdGlnTUIp8fRA6wPGPAWUxgV2W
+vYwAn1KZrWhLHQSNLf/HJamrwR9cVmaK
+=7RzG
-----END PGP SIGNATURE-----