diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-19 23:34:40 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-19 23:34:40 +0000 |
commit | fa278152ef02d721a3334ab71377ff911edd1db7 (patch) | |
tree | a261cc88ef54617e8e24af04a3d34cb14b0e706f /media-sound | |
parent | Version bump. This version will replace all the old release candidates. (diff) | |
download | historical-fa278152ef02d721a3334ab71377ff911edd1db7.tar.gz historical-fa278152ef02d721a3334ab71377ff911edd1db7.tar.bz2 historical-fa278152ef02d721a3334ab71377ff911edd1db7.zip |
Drop release candidate versions.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'media-sound')
35 files changed, 33 insertions, 1358 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index abcfc60645e3..7df92dc3c17f 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,12 @@ # 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.205 2006/04/19 23:27:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.206 2006/04/19 23:34:30 flameeyes Exp $ + + 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -files/alsa-driver-1.0.11_rc5-powermac.patch, + -alsa-driver-1.0.11_rc3.ebuild, -alsa-driver-1.0.11_rc4.ebuild, + -alsa-driver-1.0.11_rc5.ebuild: + Drop release candidate versions. *alsa-driver-1.0.11 (19 Apr 2006) diff --git a/media-sound/alsa-driver/alsa-driver-1.0.11_rc3.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.11_rc3.ebuild deleted file mode 100644 index d2de9ff9a360..000000000000 --- a/media-sound/alsa-driver/alsa-driver-1.0.11_rc3.ebuild +++ /dev/null @@ -1,163 +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.11_rc3.ebuild,v 1.2 2006/02/02 19:16:53 flameeyes Exp $ - -inherit linux-mod flag-o-matic eutils - -MY_P="${P/_rc/rc}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" -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" -IUSE="oss doc debug" - -RDEPEND="virtual/modutils - ~media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} - virtual/linux-sources - sparc? ( >=sys-devel/autoconf-2.50 ) - 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:-all} - - # Which drivers need PNP - local PNP_DRIVERS="interwave interwave-stb" - - CONFIG_CHECK="SOUND" - SND_ERROR="ALSA is already compiled into the kernel." - SOUND_ERROR="Your kernel doesn't have sound support enabled." - SOUND_PRIME_ERROR="Your kernel is configured to use the deprecated OSS drivers. Please disable them and re-emerge alsa-driver." - PNP_ERROR="Some of the drivers you selected require PNP in your kernel (${PNP_DRIVERS}). Either enable PNP in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf." - - if [[ "${ALSA_CARDS}" == "all" ]]; then - - # Ignore PNP checks for ppc architecture, as PNP can't be enabled there. - if [[ ${ARCH} != "ppc" ]]; then - CONFIG_CHECK="${CONFIG_CHECK} PNP" - fi - else - for pnpdriver in ${PNP_DRIVERS}; do - hasq ${pnpdriver} ${ALSA_CARDS} && CONFIG_CHECK="${CONFIG_CHECK} PNP" - done - fi - - 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}"/${PN}-1.0.10_rc1-include.patch - - convert_to_m ${S}/Makefile - sed -i -e 's:\(.*depmod\):#\1:' ${S}/Makefile -} - -src_compile() { - # 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 \ - --with-sequencer=yes \ - --with-cards="${ALSA_CARDS}" || die "econf failed" - - # linux-mod_src_compile doesn't work well with alsa - - ARCH=$(tc-arch-kernel) - # -j1 : see bug #71028 - emake -j1 HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) || die "Make Failed" - ARCH=$(tc-arch) - - if use doc; - then - ebegin "Building Documentation" - cd ${S}/scripts - emake || die Failed making docs in ${S}/scripts - - cd ${S}/doc/DocBook - emake || die Failed making docs in ${S}/doc/DocBook - eend $? - fi -} - - -src_install() { - make DESTDIR=${D} install-modules || die "make install failed" - - dodoc CARDS-STATUS FAQ README WARNING TODO - - if use doc; then - docinto doc - dodoc doc/* - rm ${D}/usr/share/doc/${PF}/doc/Makefile.gz - - docinto DocBook - dodoc doc/DocBook/* - rm ${D}/usr/share/doc/${PF}/DocBook/Makefile.gz - - docinto Documentation - dodoc sound/Documentation/* - fi - - 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() { - 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 - - linux-mod_pkg_postinst - - einfo "Check out the ALSA installation guide availible at the following URL:" - einfo "http://www.gentoo.org/doc/en/alsa-guide.xml" - - 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 - - for dir in $(find ${ROOT}/lib/modules/${KV_FULL}/kernel/sound -type d | tac); do - rmdir ${dir} &> /dev/null - done - fi -} diff --git a/media-sound/alsa-driver/alsa-driver-1.0.11_rc4.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.11_rc4.ebuild deleted file mode 100644 index 410ca843647b..000000000000 --- a/media-sound/alsa-driver/alsa-driver-1.0.11_rc4.ebuild +++ /dev/null @@ -1,167 +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.11_rc4.ebuild,v 1.3 2006/03/25 12:08:43 blubb Exp $ - -inherit 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/" -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" -IUSE="oss doc debug" - -RDEPEND="virtual/modutils - ~media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} - virtual/linux-sources - sparc? ( >=sys-devel/autoconf-2.50 ) - 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:-all} - - # Which drivers need PNP - local PNP_DRIVERS="interwave interwave-stb" - - CONFIG_CHECK="SOUND" - SND_ERROR="ALSA is already compiled into the kernel." - SOUND_ERROR="Your kernel doesn't have sound support enabled." - SOUND_PRIME_ERROR="Your kernel is configured to use the deprecated OSS drivers. Please disable them and re-emerge alsa-driver." - PNP_ERROR="Some of the drivers you selected require PNP in your kernel (${PNP_DRIVERS}). Either enable PNP in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf." - - if [[ "${ALSA_CARDS}" == "all" ]]; then - - # Ignore PNP checks for ppc architecture, as PNP can't be enabled there. - if [[ ${ARCH} != "ppc" ]]; then - CONFIG_CHECK="${CONFIG_CHECK} PNP" - fi - else - for pnpdriver in ${PNP_DRIVERS}; do - hasq ${pnpdriver} ${ALSA_CARDS} && CONFIG_CHECK="${CONFIG_CHECK} PNP" - done - fi - - 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}"/${PN}-1.0.10_rc1-include.patch - - convert_to_m ${S}/Makefile - sed -i -e 's:\(.*depmod\):#\1:' ${S}/Makefile -} - -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 \ - --with-sequencer=yes \ - --with-cards="${ALSA_CARDS}" || die "econf failed" - - # linux-mod_src_compile doesn't work well with alsa - - ARCH=$(tc-arch-kernel) - ABI=${KERNEL_ABI} - # -j1 : see bug #71028 - emake -j1 HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) || die "Make Failed" - ARCH=$(tc-arch) - ABI=${myABI} - - if use doc; - then - ebegin "Building Documentation" - cd ${S}/scripts - emake || die Failed making docs in ${S}/scripts - - cd ${S}/doc/DocBook - emake || die Failed making docs in ${S}/doc/DocBook - eend $? - fi -} - - -src_install() { - make DESTDIR=${D} install-modules || die "make install failed" - - dodoc CARDS-STATUS FAQ README WARNING TODO - - if use doc; then - docinto doc - dodoc doc/* - rm ${D}/usr/share/doc/${PF}/doc/Makefile.gz - - docinto DocBook - dodoc doc/DocBook/* - rm ${D}/usr/share/doc/${PF}/DocBook/Makefile.gz - - docinto Documentation - dodoc sound/Documentation/* - fi - - 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() { - 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 - - linux-mod_pkg_postinst - - einfo "Check out the ALSA installation guide availible at the following URL:" - einfo "http://www.gentoo.org/doc/en/alsa-guide.xml" - - 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 - - for dir in $(find ${ROOT}/lib/modules/${KV_FULL}/kernel/sound -type d | tac); do - rmdir ${dir} &> /dev/null - done - fi -} diff --git a/media-sound/alsa-driver/alsa-driver-1.0.11_rc5.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.11_rc5.ebuild deleted file mode 100644 index c001fd054329..000000000000 --- a/media-sound/alsa-driver/alsa-driver-1.0.11_rc5.ebuild +++ /dev/null @@ -1,169 +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.11_rc5.ebuild,v 1.2 2006/04/18 20:44:26 flameeyes Exp $ - -inherit 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/" -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" -IUSE="oss doc debug" - -RDEPEND="virtual/modutils - ~media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} - virtual/linux-sources - sparc? ( >=sys-devel/autoconf-2.50 ) - 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:-all} - - # Which drivers need PNP - local PNP_DRIVERS="interwave interwave-stb" - - CONFIG_CHECK="SOUND" - SND_ERROR="ALSA is already compiled into the kernel." - SOUND_ERROR="Your kernel doesn't have sound support enabled." - SOUND_PRIME_ERROR="Your kernel is configured to use the deprecated OSS drivers. Please disable them and re-emerge alsa-driver." - PNP_ERROR="Some of the drivers you selected require PNP in your kernel (${PNP_DRIVERS}). Either enable PNP in your kernel or trim which drivers get compiled using ALSA_CARDS in /etc/make.conf." - - if [[ "${ALSA_CARDS}" == "all" ]]; then - - # Ignore PNP checks for ppc architecture, as PNP can't be enabled there. - if [[ ${ARCH} != "ppc" ]]; then - CONFIG_CHECK="${CONFIG_CHECK} PNP" - fi - else - for pnpdriver in ${PNP_DRIVERS}; do - hasq ${pnpdriver} ${ALSA_CARDS} && CONFIG_CHECK="${CONFIG_CHECK} PNP" - done - fi - - 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}"/${PN}-1.0.10_rc1-include.patch - - epatch "${FILESDIR}/${P}-powermac.patch" - - convert_to_m ${S}/Makefile - sed -i -e 's:\(.*depmod\):#\1:' ${S}/Makefile -} - -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 \ - --with-sequencer=yes \ - --with-cards="${ALSA_CARDS}" || die "econf failed" - - # linux-mod_src_compile doesn't work well with alsa - - ARCH=$(tc-arch-kernel) - ABI=${KERNEL_ABI} - # -j1 : see bug #71028 - emake -j1 HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) || die "Make Failed" - ARCH=$(tc-arch) - ABI=${myABI} - - if use doc; - then - ebegin "Building Documentation" - cd ${S}/scripts - emake || die Failed making docs in ${S}/scripts - - cd ${S}/doc/DocBook - emake || die Failed making docs in ${S}/doc/DocBook - eend $? - fi -} - - -src_install() { - make DESTDIR=${D} install-modules || die "make install failed" - - dodoc CARDS-STATUS FAQ README WARNING TODO - - if use doc; then - docinto doc - dodoc doc/* - rm ${D}/usr/share/doc/${PF}/doc/Makefile.gz - - docinto DocBook - dodoc doc/DocBook/* - rm ${D}/usr/share/doc/${PF}/DocBook/Makefile.gz - - docinto Documentation - dodoc sound/Documentation/* - fi - - 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() { - 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 - - linux-mod_pkg_postinst - - einfo "Check out the ALSA installation guide availible at the following URL:" - einfo "http://www.gentoo.org/doc/en/alsa-guide.xml" - - 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 - - for dir in $(find ${ROOT}/lib/modules/${KV_FULL}/kernel/sound -type d | tac); do - rmdir ${dir} &> /dev/null - done - fi -} diff --git a/media-sound/alsa-driver/files/alsa-driver-1.0.11_rc5-powermac.patch b/media-sound/alsa-driver/files/alsa-driver-1.0.11_rc5-powermac.patch deleted file mode 100644 index 5dc15746fb8a..000000000000 --- a/media-sound/alsa-driver/files/alsa-driver-1.0.11_rc5-powermac.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- alsa-driver-1.0.11rc5/ppc/../alsa-kernel/ppc/pmac.c_orig 2006-04-06 15:50:03.000000000 +0200 -+++ alsa-driver-1.0.11rc5/ppc/../alsa-kernel/ppc/pmac.c 2006-04-18 21:58:29.000000000 +0200 -@@ -869,7 +869,7 @@ - - u32 layout_id = 0; - -- if (!machine_is(powermac)) -+ if (_machine != _MACH_Pmac) - return -ENODEV; - - chip->subframe = 0; diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc3 b/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc3 deleted file mode 100644 index b627d4f150d6..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 83b25ec7a0aa6135e21730e797c81a7a alsa-driver-1.0.11rc3.tar.bz2 2315294 -RMD160 a8ecce212a15de4ce53783ac04bb5bf9125d070e alsa-driver-1.0.11rc3.tar.bz2 2315294 -SHA256 c85cd217ebdb1a80651ca1a352228f92ec4073cf0e8d4cef3dcc3cad58580f1e alsa-driver-1.0.11rc3.tar.bz2 2315294 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc4 b/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc4 deleted file mode 100644 index ab987f0cfdb3..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8e5794026082a964b09b46f9d881e6ec alsa-driver-1.0.11rc4.tar.bz2 2339406 -RMD160 586f88e6fa961047c41d2584ad3152965af1115d alsa-driver-1.0.11rc4.tar.bz2 2339406 -SHA256 5c1558e425107f2a360a10b87b39ba0576ba33a3da42c8af4b7f381f0eacb706 alsa-driver-1.0.11rc4.tar.bz2 2339406 diff --git a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc5 b/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc5 deleted file mode 100644 index e0ed610a2b47..000000000000 --- a/media-sound/alsa-driver/files/digest-alsa-driver-1.0.11_rc5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b36ba8a68b4a5cf593893683547cfb7 alsa-driver-1.0.11rc5.tar.bz2 2341730 -RMD160 9972e9c38db43ab8f61b3f22575ce49f59096bb2 alsa-driver-1.0.11rc5.tar.bz2 2341730 -SHA256 6270e9b565f006e6cf2fab554ff876dfbe9033daddcc89de9d7cbc6f5809f7be alsa-driver-1.0.11rc5.tar.bz2 2341730 diff --git a/media-sound/alsa-firmware/ChangeLog b/media-sound/alsa-firmware/ChangeLog index 9b589ef9fbad..d2954869620a 100644 --- a/media-sound/alsa-firmware/ChangeLog +++ b/media-sound/alsa-firmware/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsa-firmware # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-firmware/ChangeLog,v 1.24 2006/04/19 23:25:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-firmware/ChangeLog,v 1.25 2006/04/19 23:34:30 flameeyes Exp $ + + 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -alsa-firmware-1.0.11_rc3.ebuild: + Drop release candidate versions. *alsa-firmware-1.0.11 (19 Apr 2006) diff --git a/media-sound/alsa-firmware/alsa-firmware-1.0.11_rc3.ebuild b/media-sound/alsa-firmware/alsa-firmware-1.0.11_rc3.ebuild deleted file mode 100644 index b1098d11b77a..000000000000 --- a/media-sound/alsa-firmware/alsa-firmware-1.0.11_rc3.ebuild +++ /dev/null @@ -1,31 +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-firmware/alsa-firmware-1.0.11_rc3.ebuild,v 1.2 2006/02/02 14:24:19 flameeyes Exp $ - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture firmware" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/firmware/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -DEPEND="" - -src_compile() { - econf \ - --with-hotplug-dir=/lib/firmware \ - || die "configure failed" - - emake || die "make failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc README -} diff --git a/media-sound/alsa-firmware/files/digest-alsa-firmware-1.0.11_rc3 b/media-sound/alsa-firmware/files/digest-alsa-firmware-1.0.11_rc3 deleted file mode 100644 index 042858511c38..000000000000 --- a/media-sound/alsa-firmware/files/digest-alsa-firmware-1.0.11_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4897f5ac969ca3bed965b33b4ee5cdac alsa-firmware-1.0.11rc3.tar.bz2 1567014 -RMD160 e7cd8982ef1231e2518c0cbae00db5970fd27333 alsa-firmware-1.0.11rc3.tar.bz2 1567014 -SHA256 4157cb4613b7076ec6dbbb510350ea25499df40f13c811492059113e3f62fc85 alsa-firmware-1.0.11rc3.tar.bz2 1567014 diff --git a/media-sound/alsa-headers/ChangeLog b/media-sound/alsa-headers/ChangeLog index cf7f19a1ad85..750518ae9b32 100644 --- a/media-sound/alsa-headers/ChangeLog +++ b/media-sound/alsa-headers/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsa-headers # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.70 2006/04/19 23:27:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.71 2006/04/19 23:34:31 flameeyes Exp $ + + 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -alsa-headers-1.0.11_rc3.ebuild, -alsa-headers-1.0.11_rc4.ebuild, + -alsa-headers-1.0.11_rc5.ebuild: + Drop release candidate versions. *alsa-headers-1.0.11 (19 Apr 2006) diff --git a/media-sound/alsa-headers/alsa-headers-1.0.11_rc3.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.11_rc3.ebuild deleted file mode 100644 index 8b31453d544d..000000000000 --- a/media-sound/alsa-headers/alsa-headers-1.0.11_rc3.ebuild +++ /dev/null @@ -1,45 +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-headers/alsa-headers-1.0.11_rc3.ebuild,v 1.4 2006/03/10 00:04:04 agriffis Exp $ - -inherit eutils - -MY_PN=${PN/headers/driver} -MY_P="${MY_PN}-${PV/_rc/rc}" -S=${WORKDIR}/${MY_P} -MY_FILESDIR="${FILESDIR/headers/driver}" - -DESCRIPTION="Header files for Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/driver/${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="" - -DEPEND="" - -# Remove the sound symlink workaround... -pkg_setup() { - if [[ -L ${ROOT}/usr/include/sound ]]; then - rm ${ROOT}/usr/include/sound - fi -} - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-1.0.6a-user.patch -} - -src_compile() { - einfo "No compilation neccessary" -} - -src_install() { - cd ${S}/alsa-kernel/include - insinto /usr/include/sound - doins *.h || die "include failed" -} diff --git a/media-sound/alsa-headers/alsa-headers-1.0.11_rc4.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.11_rc4.ebuild deleted file mode 100644 index 0f0d8241d3ee..000000000000 --- a/media-sound/alsa-headers/alsa-headers-1.0.11_rc4.ebuild +++ /dev/null @@ -1,45 +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-headers/alsa-headers-1.0.11_rc4.ebuild,v 1.1 2006/03/24 13:52:37 flameeyes Exp $ - -inherit eutils - -MY_PN=${PN/headers/driver} -MY_P="${MY_PN}-${PV/_rc/rc}" -S=${WORKDIR}/${MY_P} -MY_FILESDIR="${FILESDIR/headers/driver}" - -DESCRIPTION="Header files for Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/driver/${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="" - -DEPEND="" - -# Remove the sound symlink workaround... -pkg_setup() { - if [[ -L ${ROOT}/usr/include/sound ]]; then - rm ${ROOT}/usr/include/sound - fi -} - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-1.0.6a-user.patch -} - -src_compile() { - einfo "No compilation neccessary" -} - -src_install() { - cd ${S}/alsa-kernel/include - insinto /usr/include/sound - doins *.h || die "include failed" -} diff --git a/media-sound/alsa-headers/alsa-headers-1.0.11_rc5.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.11_rc5.ebuild deleted file mode 100644 index c654abc2cead..000000000000 --- a/media-sound/alsa-headers/alsa-headers-1.0.11_rc5.ebuild +++ /dev/null @@ -1,45 +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-headers/alsa-headers-1.0.11_rc5.ebuild,v 1.1 2006/04/11 19:32:39 flameeyes Exp $ - -inherit eutils - -MY_PN=${PN/headers/driver} -MY_P="${MY_PN}-${PV/_rc/rc}" -S=${WORKDIR}/${MY_P} -MY_FILESDIR="${FILESDIR/headers/driver}" - -DESCRIPTION="Header files for Advanced Linux Sound Architecture kernel modules" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/driver/${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="" - -DEPEND="" - -# Remove the sound symlink workaround... -pkg_setup() { - if [[ -L ${ROOT}/usr/include/sound ]]; then - rm ${ROOT}/usr/include/sound - fi -} - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${FILESDIR}/${PN}-1.0.6a-user.patch -} - -src_compile() { - einfo "No compilation neccessary" -} - -src_install() { - cd ${S}/alsa-kernel/include - insinto /usr/include/sound - doins *.h || die "include failed" -} diff --git a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc3 b/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc3 deleted file mode 100644 index b627d4f150d6..000000000000 --- a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 83b25ec7a0aa6135e21730e797c81a7a alsa-driver-1.0.11rc3.tar.bz2 2315294 -RMD160 a8ecce212a15de4ce53783ac04bb5bf9125d070e alsa-driver-1.0.11rc3.tar.bz2 2315294 -SHA256 c85cd217ebdb1a80651ca1a352228f92ec4073cf0e8d4cef3dcc3cad58580f1e alsa-driver-1.0.11rc3.tar.bz2 2315294 diff --git a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc4 b/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc4 deleted file mode 100644 index ab987f0cfdb3..000000000000 --- a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8e5794026082a964b09b46f9d881e6ec alsa-driver-1.0.11rc4.tar.bz2 2339406 -RMD160 586f88e6fa961047c41d2584ad3152965af1115d alsa-driver-1.0.11rc4.tar.bz2 2339406 -SHA256 5c1558e425107f2a360a10b87b39ba0576ba33a3da42c8af4b7f381f0eacb706 alsa-driver-1.0.11rc4.tar.bz2 2339406 diff --git a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc5 b/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc5 deleted file mode 100644 index e0ed610a2b47..000000000000 --- a/media-sound/alsa-headers/files/digest-alsa-headers-1.0.11_rc5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2b36ba8a68b4a5cf593893683547cfb7 alsa-driver-1.0.11rc5.tar.bz2 2341730 -RMD160 9972e9c38db43ab8f61b3f22575ce49f59096bb2 alsa-driver-1.0.11rc5.tar.bz2 2341730 -SHA256 6270e9b565f006e6cf2fab554ff876dfbe9033daddcc89de9d7cbc6f5809f7be alsa-driver-1.0.11rc5.tar.bz2 2341730 diff --git a/media-sound/alsa-tools/ChangeLog b/media-sound/alsa-tools/ChangeLog index 0f394c4ec7cd..cb066cea8796 100644 --- a/media-sound/alsa-tools/ChangeLog +++ b/media-sound/alsa-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/alsa-tools # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.98 2006/04/19 23:26:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/ChangeLog,v 1.99 2006/04/19 23:34:34 flameeyes Exp $ + + 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -alsa-tools-1.0.11_rc3.ebuild, -alsa-tools-1.0.11_rc4.ebuild, + -alsa-tools-1.0.11_rc5.ebuild: + Drop release candidate versions. *alsa-tools-1.0.11 (19 Apr 2006) diff --git a/media-sound/alsa-tools/alsa-tools-1.0.11_rc3.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.11_rc3.ebuild deleted file mode 100644 index 8501911a0698..000000000000 --- a/media-sound/alsa-tools/alsa-tools-1.0.11_rc3.ebuild +++ /dev/null @@ -1,101 +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-tools/alsa-tools-1.0.11_rc3.ebuild,v 1.1 2006/02/02 09:40:12 flameeyes Exp $ - -inherit gnuconfig eutils flag-o-matic - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="mirror://alsaproject/tools/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="fltk gtk" - -DEPEND=">=media-libs/alsa-lib-1.0.0 - virtual/alsa - fltk? ( =x11-libs/fltk-1.1* ) - gtk? ( =x11-libs/gtk+-1.2* )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - # This is a list of the tools in the package. - # Some of the tools don't make proper use of CFLAGS, even though - # all of them seem to use autoconf. This needs to be fixed. - # - # By default, all the supported tools will be compiled. - # If you want to only compile for specific tool(s), set ALSA_TOOLS - # environment to a space-separated list of tools that you want to build. - # For example: - # - # env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools - # - if [ -z "${ALSA_TOOLS}" ]; then - ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \ - sscape_ctl us428control usx2yloader vxloader" - - if use fltk; then - ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer" - fi - - if use gtk; then - ALSA_TOOLS="${ALSA_TOOLS} echomixer envy24control rmedigicontrol" - fi - - # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed) - if use !ppc64 && use !ppc; then - ALSA_TOOLS="${ALSA_TOOLS} sb16_csp" - fi - - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - -src_compile() { - if use fltk; then - # hdspmixer requires fltk - append-ldflags "-L/usr/$(get_libdir)/fltk-1.1" - append-flags "-I/usr/include/fltk-1.1" - fi - - # hdspmixer is missing depconf - copy from the hdsploader directory - cp ${S}/hdsploader/depcomp ${S}/hdspmixer/ - - local f - for f in ${ALSA_TOOLS} - do - cd "${S}/${f}" - econf || die "econf failed" - make || die "make failed" - done -} - -src_install() { - local f - for f in ${ALSA_TOOLS} - do - # Install the main stuff - cd "${S}/${f}" - make DESTDIR="${D}" install || die - - # Install the text documentation - local doc - for doc in README TODO ChangeLog AUTHORS - do - if [ -f "${doc}" ] - then - mv "${doc}" "${doc}.`basename ${f}`" - dodoc "${doc}.`basename ${f}`" - fi - done - done -} diff --git a/media-sound/alsa-tools/alsa-tools-1.0.11_rc4.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.11_rc4.ebuild deleted file mode 100644 index b979852f7456..000000000000 --- a/media-sound/alsa-tools/alsa-tools-1.0.11_rc4.ebuild +++ /dev/null @@ -1,101 +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-tools/alsa-tools-1.0.11_rc4.ebuild,v 1.1 2006/03/24 14:00:36 flameeyes Exp $ - -inherit gnuconfig eutils flag-o-matic - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="mirror://alsaproject/tools/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="fltk gtk" - -DEPEND=">=media-libs/alsa-lib-1.0.0 - virtual/alsa - fltk? ( =x11-libs/fltk-1.1* ) - gtk? ( =x11-libs/gtk+-1.2* )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - # This is a list of the tools in the package. - # Some of the tools don't make proper use of CFLAGS, even though - # all of them seem to use autoconf. This needs to be fixed. - # - # By default, all the supported tools will be compiled. - # If you want to only compile for specific tool(s), set ALSA_TOOLS - # environment to a space-separated list of tools that you want to build. - # For example: - # - # env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools - # - if [ -z "${ALSA_TOOLS}" ]; then - ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \ - sscape_ctl us428control usx2yloader vxloader" - - if use fltk; then - ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer" - fi - - if use gtk; then - ALSA_TOOLS="${ALSA_TOOLS} echomixer envy24control rmedigicontrol" - fi - - # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed) - if use !ppc64 && use !ppc; then - ALSA_TOOLS="${ALSA_TOOLS} sb16_csp" - fi - - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - -src_compile() { - if use fltk; then - # hdspmixer requires fltk - append-ldflags "-L/usr/$(get_libdir)/fltk-1.1" - append-flags "-I/usr/include/fltk-1.1" - fi - - # hdspmixer is missing depconf - copy from the hdsploader directory - cp ${S}/hdsploader/depcomp ${S}/hdspmixer/ - - local f - for f in ${ALSA_TOOLS} - do - cd "${S}/${f}" - econf || die "econf failed" - make || die "make failed" - done -} - -src_install() { - local f - for f in ${ALSA_TOOLS} - do - # Install the main stuff - cd "${S}/${f}" - make DESTDIR="${D}" install || die - - # Install the text documentation - local doc - for doc in README TODO ChangeLog AUTHORS - do - if [ -f "${doc}" ] - then - mv "${doc}" "${doc}.`basename ${f}`" - dodoc "${doc}.`basename ${f}`" - fi - done - done -} diff --git a/media-sound/alsa-tools/alsa-tools-1.0.11_rc5.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.11_rc5.ebuild deleted file mode 100644 index d58eb40d8ffa..000000000000 --- a/media-sound/alsa-tools/alsa-tools-1.0.11_rc5.ebuild +++ /dev/null @@ -1,101 +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-tools/alsa-tools-1.0.11_rc5.ebuild,v 1.1 2006/04/11 19:36:09 flameeyes Exp $ - -inherit gnuconfig eutils flag-o-matic - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture tools" -HOMEPAGE="http://www.alsa-project.org" -SRC_URI="mirror://alsaproject/tools/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="fltk gtk" - -DEPEND=">=media-libs/alsa-lib-1.0.0 - virtual/alsa - fltk? ( =x11-libs/fltk-1.1* ) - gtk? ( =x11-libs/gtk+-1.2* )" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - # This is a list of the tools in the package. - # Some of the tools don't make proper use of CFLAGS, even though - # all of them seem to use autoconf. This needs to be fixed. - # - # By default, all the supported tools will be compiled. - # If you want to only compile for specific tool(s), set ALSA_TOOLS - # environment to a space-separated list of tools that you want to build. - # For example: - # - # env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools - # - if [ -z "${ALSA_TOOLS}" ]; then - ALSA_TOOLS="ac3dec as10k1 hdsploader mixartloader seq/sbiload \ - sscape_ctl us428control usx2yloader vxloader" - - if use fltk; then - ALSA_TOOLS="${ALSA_TOOLS} hdspconf hdspmixer" - fi - - if use gtk; then - ALSA_TOOLS="${ALSA_TOOLS} echomixer envy24control rmedigicontrol" - fi - - # sb16_csp won't build on ppc64 _AND_ ppc (and is not needed) - if use !ppc64 && use !ppc; then - ALSA_TOOLS="${ALSA_TOOLS} sb16_csp" - fi - - fi -} - -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - -src_compile() { - if use fltk; then - # hdspmixer requires fltk - append-ldflags "-L/usr/$(get_libdir)/fltk-1.1" - append-flags "-I/usr/include/fltk-1.1" - fi - - # hdspmixer is missing depconf - copy from the hdsploader directory - cp ${S}/hdsploader/depcomp ${S}/hdspmixer/ - - local f - for f in ${ALSA_TOOLS} - do - cd "${S}/${f}" - econf || die "econf failed" - make || die "make failed" - done -} - -src_install() { - local f - for f in ${ALSA_TOOLS} - do - # Install the main stuff - cd "${S}/${f}" - make DESTDIR="${D}" install || die - - # Install the text documentation - local doc - for doc in README TODO ChangeLog AUTHORS - do - if [ -f "${doc}" ] - then - mv "${doc}" "${doc}.`basename ${f}`" - dodoc "${doc}.`basename ${f}`" - fi - done - done -} diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc3 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc3 deleted file mode 100644 index 7ea6634fd55e..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a01a5d6ef73bb604948a5c896f67026b alsa-tools-1.0.11rc3.tar.bz2 1443050 -RMD160 3b80afc835098444865128da6850bd78137e4dcb alsa-tools-1.0.11rc3.tar.bz2 1443050 -SHA256 f6671dc2a30612f429f40bf0a6abe2833ee9af6899027eccfe1dda99f012bc32 alsa-tools-1.0.11rc3.tar.bz2 1443050 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc4 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc4 deleted file mode 100644 index c34a4fbc2d22..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 f9451ef2f1792879d20713616e25477e alsa-tools-1.0.11rc4.tar.bz2 1443893 -RMD160 39335c7dfc850d92b88da58b19d98dce79816bfe alsa-tools-1.0.11rc4.tar.bz2 1443893 -SHA256 a2e387296fd36132e230de2605fa0fba19cf55f4e6081dd54ffed24c553d3796 alsa-tools-1.0.11rc4.tar.bz2 1443893 diff --git a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc5 b/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc5 deleted file mode 100644 index 0973feae7f23..000000000000 --- a/media-sound/alsa-tools/files/digest-alsa-tools-1.0.11_rc5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2aa6251a3dc6f4360730e01ad025451c alsa-tools-1.0.11rc5.tar.bz2 1445607 -RMD160 87c5907871f67dca98b96385de785779a94af7ff alsa-tools-1.0.11rc5.tar.bz2 1445607 -SHA256 76462eb28e750cec73adb064e61000065a5df755cd0c8fa982668c2a2d3b9683 alsa-tools-1.0.11rc5.tar.bz2 1445607 diff --git a/media-sound/alsa-utils/ChangeLog b/media-sound/alsa-utils/ChangeLog index 4be695a40d94..25eb9a4ee812 100644 --- a/media-sound/alsa-utils/ChangeLog +++ b/media-sound/alsa-utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/alsa-utils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.142 2006/04/19 23:26:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.143 2006/04/19 23:34:39 flameeyes Exp $ + + 19 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + -alsa-utils-1.0.11_rc2.ebuild, -alsa-utils-1.0.11_rc4.ebuild, + -alsa-utils-1.0.11_rc5.ebuild, -alsa-utils-1.0.11_rc5-r1.ebuild, + alsa-utils-1.0.11.ebuild: + Drop release candidate versions. *alsa-utils-1.0.11 (19 Apr 2006) diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild index c2d0bddaca9a..2787ff2f13ff 100644 --- a/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild +++ b/media-sound/alsa-utils/alsa-utils-1.0.11.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-utils/alsa-utils-1.0.11.ebuild,v 1.1 2006/04/19 23:26:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild,v 1.2 2006/04/19 23:34:39 flameeyes Exp $ inherit eutils autotools @@ -28,6 +28,7 @@ src_unpack() { cd ${S} epatch "${FILESDIR}/${PN}-1.0.11_rc2-nls.patch" + epatch "${FILESDIR}/${PN}-1.0.11_rc5-alsaconf-redirect.patch" } src_compile() { diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11_rc2.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11_rc2.ebuild deleted file mode 100644 index f3682d003577..000000000000 --- a/media-sound/alsa-utils/alsa-utils-1.0.11_rc2.ebuild +++ /dev/null @@ -1,83 +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-utils/alsa-utils-1.0.11_rc2.ebuild,v 1.8 2006/03/10 00:07:35 agriffis Exp $ - -inherit eutils autotools - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="nls" - -DEPEND=">=sys-libs/ncurses-5.1 - dev-util/dialog - >=media-libs/alsa-lib-1.0.10_rc1" -RDEPEND="${DEPEND} - sys-apps/pciutils" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-nls.patch" -} - -src_compile() { - econf \ - $(use_enable nls) \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - local ALSA_UTILS_DOCS="ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR="${D}" install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer - - newconfd ${FILESDIR}/alsasound.confd alsasound - insinto /etc/modules.d - newins ${FILESDIR}/alsa-modules.conf-rc alsa - newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound -} - -pkg_postinst() { - echo - einfo "The alsasound initscript is now provided by alsa-utils" - einfo "instead of alsa-driver for compatibility with kernel-sources" - einfo "which provide ALSA internally." - echo - einfo "To take advantage of this, and automate the process of" - einfo "loading and unloading the ALSA sound drivers as well as" - einfo "storing and restoring sound-card mixer levels you should" - einfo "add alsasound to the boot runlevel. You can do this as" - einfo "root like so:" - einfo " # rc-update add alsasound boot" - echo - einfo "You will also need to edit the file /etc/modules.d/alsa" - einfo "and run modules-update. You can do this like so:" - einfo " # nano -w /etc/modules.d/alsa && modules-update" - echo - - if use sparc; then - ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module" - ewarn "which causes sparc64 machines to lockup on such tasks as" - ewarn "changing the volume. Because of this, it is VERY important" - ewarn "that you do not use the snd-ioctl32 modules contained in" - ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so" - ewarn "may result in an unbootable system if you start alsasound at boot." - fi -} diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11_rc4.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11_rc4.ebuild deleted file mode 100644 index cdd6d4262f44..000000000000 --- a/media-sound/alsa-utils/alsa-utils-1.0.11_rc4.ebuild +++ /dev/null @@ -1,83 +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-utils/alsa-utils-1.0.11_rc4.ebuild,v 1.1 2006/03/24 13:59:01 flameeyes Exp $ - -inherit eutils autotools - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="nls" - -DEPEND=">=sys-libs/ncurses-5.1 - dev-util/dialog - >=media-libs/alsa-lib-1.0.10_rc1" -RDEPEND="${DEPEND} - sys-apps/pciutils" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${PN}-1.0.11_rc2-nls.patch" -} - -src_compile() { - econf \ - $(use_enable nls) \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - local ALSA_UTILS_DOCS="ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR="${D}" install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer - - newconfd ${FILESDIR}/alsasound.confd alsasound - insinto /etc/modules.d - newins ${FILESDIR}/alsa-modules.conf-rc alsa - newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound -} - -pkg_postinst() { - echo - einfo "The alsasound initscript is now provided by alsa-utils" - einfo "instead of alsa-driver for compatibility with kernel-sources" - einfo "which provide ALSA internally." - echo - einfo "To take advantage of this, and automate the process of" - einfo "loading and unloading the ALSA sound drivers as well as" - einfo "storing and restoring sound-card mixer levels you should" - einfo "add alsasound to the boot runlevel. You can do this as" - einfo "root like so:" - einfo " # rc-update add alsasound boot" - echo - einfo "You will also need to edit the file /etc/modules.d/alsa" - einfo "and run modules-update. You can do this like so:" - einfo " # nano -w /etc/modules.d/alsa && modules-update" - echo - - if use sparc; then - ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module" - ewarn "which causes sparc64 machines to lockup on such tasks as" - ewarn "changing the volume. Because of this, it is VERY important" - ewarn "that you do not use the snd-ioctl32 modules contained in" - ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so" - ewarn "may result in an unbootable system if you start alsasound at boot." - fi -} diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11_rc5-r1.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11_rc5-r1.ebuild deleted file mode 100644 index b65b48933093..000000000000 --- a/media-sound/alsa-utils/alsa-utils-1.0.11_rc5-r1.ebuild +++ /dev/null @@ -1,84 +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-utils/alsa-utils-1.0.11_rc5-r1.ebuild,v 1.1 2006/04/18 17:06:38 flameeyes Exp $ - -inherit eutils autotools - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="nls" - -DEPEND=">=sys-libs/ncurses-5.1 - dev-util/dialog - >=media-libs/alsa-lib-1.0.10_rc1" -RDEPEND="${DEPEND} - sys-apps/pciutils" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${PN}-1.0.11_rc2-nls.patch" - epatch "${FILESDIR}/${P}-alsaconf-redirect.patch" -} - -src_compile() { - econf \ - $(use_enable nls) \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - local ALSA_UTILS_DOCS="ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR="${D}" install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer - - newconfd ${FILESDIR}/alsasound.confd alsasound - insinto /etc/modules.d - newins ${FILESDIR}/alsa-modules.conf-rc alsa - newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound -} - -pkg_postinst() { - echo - einfo "The alsasound initscript is now provided by alsa-utils" - einfo "instead of alsa-driver for compatibility with kernel-sources" - einfo "which provide ALSA internally." - echo - einfo "To take advantage of this, and automate the process of" - einfo "loading and unloading the ALSA sound drivers as well as" - einfo "storing and restoring sound-card mixer levels you should" - einfo "add alsasound to the boot runlevel. You can do this as" - einfo "root like so:" - einfo " # rc-update add alsasound boot" - echo - einfo "You will also need to edit the file /etc/modules.d/alsa" - einfo "and run modules-update. You can do this like so:" - einfo " # nano -w /etc/modules.d/alsa && modules-update" - echo - - if use sparc; then - ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module" - ewarn "which causes sparc64 machines to lockup on such tasks as" - ewarn "changing the volume. Because of this, it is VERY important" - ewarn "that you do not use the snd-ioctl32 modules contained in" - ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so" - ewarn "may result in an unbootable system if you start alsasound at boot." - fi -} diff --git a/media-sound/alsa-utils/alsa-utils-1.0.11_rc5.ebuild b/media-sound/alsa-utils/alsa-utils-1.0.11_rc5.ebuild deleted file mode 100644 index 5a2d2afd06b2..000000000000 --- a/media-sound/alsa-utils/alsa-utils-1.0.11_rc5.ebuild +++ /dev/null @@ -1,83 +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-utils/alsa-utils-1.0.11_rc5.ebuild,v 1.1 2006/04/11 19:38:07 flameeyes Exp $ - -inherit eutils autotools - -MY_P="${P/_rc/rc}" - -DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, etc.)" -HOMEPAGE="http://www.alsa-project.org/" -SRC_URI="mirror://alsaproject/utils/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.9" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" -IUSE="nls" - -DEPEND=">=sys-libs/ncurses-5.1 - dev-util/dialog - >=media-libs/alsa-lib-1.0.10_rc1" -RDEPEND="${DEPEND} - sys-apps/pciutils" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${PN}-1.0.11_rc2-nls.patch" -} - -src_compile() { - econf \ - $(use_enable nls) \ - || die "configure failed" - - emake || die "make failed" -} - -src_install() { - local ALSA_UTILS_DOCS="ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" - - make DESTDIR="${D}" install || die "Installation Failed" - - dodoc ${ALSA_UTILS_DOCS} - newdoc alsamixer/README README.alsamixer - - newconfd ${FILESDIR}/alsasound.confd alsasound - insinto /etc/modules.d - newins ${FILESDIR}/alsa-modules.conf-rc alsa - newinitd ${FILESDIR}/alsasound-1.0.10_rc2 alsasound -} - -pkg_postinst() { - echo - einfo "The alsasound initscript is now provided by alsa-utils" - einfo "instead of alsa-driver for compatibility with kernel-sources" - einfo "which provide ALSA internally." - echo - einfo "To take advantage of this, and automate the process of" - einfo "loading and unloading the ALSA sound drivers as well as" - einfo "storing and restoring sound-card mixer levels you should" - einfo "add alsasound to the boot runlevel. You can do this as" - einfo "root like so:" - einfo " # rc-update add alsasound boot" - echo - einfo "You will also need to edit the file /etc/modules.d/alsa" - einfo "and run modules-update. You can do this like so:" - einfo " # nano -w /etc/modules.d/alsa && modules-update" - echo - - if use sparc; then - ewarn "Old versions of alsa-drivers had a broken snd-ioctl32 module" - ewarn "which causes sparc64 machines to lockup on such tasks as" - ewarn "changing the volume. Because of this, it is VERY important" - ewarn "that you do not use the snd-ioctl32 modules contained in" - ewarn "development-sources or <=gentoo-dev-sources-2.6.7-r14. Doing so" - ewarn "may result in an unbootable system if you start alsasound at boot." - fi -} diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc2 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc2 deleted file mode 100644 index 86339ba76a15..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc2 +++ /dev/null @@ -1 +0,0 @@ -MD5 290762029ea7d2d323f362bbf6cc340b alsa-utils-1.0.11rc2.tar.bz2 989705 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc4 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc4 deleted file mode 100644 index d1cdf5ea25b7..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ac3705ebbd14e26b2272abc8ba0759e4 alsa-utils-1.0.11rc4.tar.bz2 988123 -RMD160 2205d85db519450d36f20daf6820745e5d914da1 alsa-utils-1.0.11rc4.tar.bz2 988123 -SHA256 83016923ff8f443c824f47f2ee076d7e01cb0c7c3f2b0bcb7d3f5846b2062f49 alsa-utils-1.0.11rc4.tar.bz2 988123 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5 deleted file mode 100644 index 07183272e3c4..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 78b50cd8fd05739e5b57e15b33d46dca alsa-utils-1.0.11rc5.tar.bz2 989412 -RMD160 367bd494a73c966062227b535fa8ee764308130c alsa-utils-1.0.11rc5.tar.bz2 989412 -SHA256 673ed428b1d8739ed0061c71876b5677fccce5b255f3d088b61ac69f13cd4ec2 alsa-utils-1.0.11rc5.tar.bz2 989412 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5-r1 b/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5-r1 deleted file mode 100644 index 07183272e3c4..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-1.0.11_rc5-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 78b50cd8fd05739e5b57e15b33d46dca alsa-utils-1.0.11rc5.tar.bz2 989412 -RMD160 367bd494a73c966062227b535fa8ee764308130c alsa-utils-1.0.11rc5.tar.bz2 989412 -SHA256 673ed428b1d8739ed0061c71876b5677fccce5b255f3d088b61ac69f13cd4ec2 alsa-utils-1.0.11rc5.tar.bz2 989412 |