diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 12:27:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-19 12:27:52 +0000 |
commit | 493b601e5b94d314f46cb151c7ca3e24058e3eb7 (patch) | |
tree | 1d0b55b7729a0b2051060e165ee449bb6dde7367 /media-sound/alsa-utils | |
parent | Added LICENSE, SLOT, KEYWORDS (diff) | |
download | historical-493b601e5b94d314f46cb151c7ca3e24058e3eb7.tar.gz historical-493b601e5b94d314f46cb151c7ca3e24058e3eb7.tar.bz2 historical-493b601e5b94d314f46cb151c7ca3e24058e3eb7.zip |
repoman'd
Diffstat (limited to 'media-sound/alsa-utils')
7 files changed, 31 insertions, 142 deletions
diff --git a/media-sound/alsa-utils/alsa-utils-0.5.10-r8.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.10-r8.ebuild index 4080a3859c83..a74d43e76c31 100644 --- a/media-sound/alsa-utils/alsa-utils-0.5.10-r8.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.5.10-r8.ebuild @@ -7,10 +7,13 @@ DESCRIPTION="Advanced Linux Sound Architecture / Utils" SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P}.tar.bz2" HOMEPAGE="http://www.alsa-project.org/" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 >=media-libs/alsa-lib-0.5.10" +SLOT="0.5" +LICENSE="GPL-2" +KEYWORDS="x86" + src_unpack() { unpack ${A} ; cd ${S} @@ -19,7 +22,7 @@ src_unpack() { src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} || die + econf || die make || die } diff --git a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild b/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild deleted file mode 100644 index 20c017a38d3a..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10.ebuild,v 1.6 2002/07/11 06:30:40 drobbins Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="Advanced Linux Sound Architecture / Utils" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/"${A} -HOMEPAGE="http://www.alsa-project.org/" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - >=media-libs/alsa-lib-0.5.10" - -src_compile() { - ./configure --host=${CHOST} --prefix=/usr || die - make || die -} - -src_install() { - cd ${S}/aplay - cd aplay - cp Makefile Makefile.orig - sed -e "s:cd \$(bindir):cd \$(DESTDIR)\$(bindir):" \ - sed -e "s:cd \$(mandir):cd \$(DESTDIR)\$(mandir):" \ - Makefile.orig > Makefile - cd ${S} - try make DESTDIR=${D} install - dodoc ChangeLog COPYING README - newdoc alsamixer/README README.alsamixer - dodoc seq/aconnect/README* seq/aseqnet/README* - - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/alsa.rc5 alsa -} - -pkg_postinst() { - :; - #this will configure alsa to restore and save settings correctly - #${ROOT}/usr/sbin/rc-update add alsa -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0.1_beta10.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0.1_beta10.ebuild deleted file mode 100644 index 0a9235b3a9cc..000000000000 --- a/media-sound/alsa-utils/alsa-utils-0.9.0.1_beta10.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# /home/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10-r6.ebuild,v 1.1 2001/10/02 20:34:44 woodchip Exp - - -######################## Begin version munge ######################### -#This alsa version appends a alphabetic character to the beta version. -#Portage doesn't seem to play well with this type of tarball versioning -#Rather than ignore this in the ebuild version, I have encoded the -#alphabetic beta suffix as an extra number suffix on the main version, -#i.e., alsa-utils-0.9.0beta10a --> alsa-utils-0.9.0.1_beta10 -#If subsequent alsa-0.9.0beta's are released, this ebuild should be -#version independent, i.e alsa-utils-0.9.0beta10b --> alsa-utils-0.9.0.2_beta10 -#just requires a copy of this ebuild to the new name. If alsa releases -#version 1.0, this silliness can end. -#This is probably overkill, but it was fun :) - -#Transform P to match tarball version -#Grab the last revision number, -#"bs" is short for "beta suffix", not what you're thinking :) -bs=${PV%_beta*} #wack off _beta* -t=${bs##*.} #wack off first three numbers, save this for later - -#Transform to ASCII octal number of tarball beta revision suffix -let "a=141" #The octal number for ASCII lowercase "a" -let "bs=$t+$a-1" -bs=$( echo -e "\\$bs" ) #convert to character - -MYPV="${PV/.${t}_beta/beta}${bs}" -MYP="${PN}-${MYPV}" - -######################## End version Munge ########################## - -S=${WORKDIR}/${MYP} - -DESCRIPTION="Advanced Linux Sound Architecture Utils" - -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${MYP}.tar.bz2" - -HOMEPAGE="http://www.alsa-project.org/" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 - =media-libs/alsa-lib-0.9.0.1_beta10" - - -src_compile() { - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || die "./configure failed" - - emake || die "Parallel Make Failed" - -} - -src_install() { - - ALSA_UTILS_DOCS="COPYING 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 - exeinto /etc/init.d - newexe ${FILESDIR}/alsa.rc6 alsa - -} diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild index 3a2dcaedf0bb..61e8c1d6ca4a 100644 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild @@ -1,29 +1,29 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. -# /home/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.5.10-r6.ebuild,v 1.1 2001/10/02 20:34:44 woodchip Exp +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.9.0_rc1.ebuild,v 1.5 2002/07/19 12:27:49 seemant Exp $ +S=${WORKDIR}/${P/_rc/rc} DESCRIPTION="Advanced Linux Sound Architecture Utils" HOMEPAGE="http://www.alsa-project.org/" - SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 +SLOT="0.9" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=" >=sys-libs/ncurses-5.1 ~media-libs/alsa-lib-0.9.0_rc1" src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || die "./configure failed" + + econf || die "./configure failed" emake || die "Parallel Make Failed" } src_install() { ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" + seq/aconnect/README.aconnect + seq/aseqnet/README.aseqnet" make DESTDIR=${D} install || die "Installation Failed" diff --git a/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild b/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild index 9178dfa487ef..39dc22155d08 100644 --- a/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild +++ b/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild,v 1.2 2002/07/11 06:30:40 drobbins Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-0.9.0_rc2.ebuild,v 1.3 2002/07/19 12:27:49 seemant Exp $ +S=${WORKDIR}/${P/_rc/rc} DESCRIPTION="Advanced Linux Sound Architecture Utils" HOMEPAGE="http://www.alsa-project.org/" - SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P/_rc/rc}.tar.bz2" -S=${WORKDIR}/${P/_rc/rc} -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 ~media-libs/alsa-lib-0.9.0_rc2" +SLOT="0.9" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - || die "./configure failed" + + econf || die "./configure failed" emake || die "Parallel Make Failed" } src_install() { local ALSA_UTILS_DOCS="COPYING ChangeLog README TODO - seq/aconnect/README.aconnect - seq/aseqnet/README.aseqnet" + seq/aconnect/README.aconnect + seq/aseqnet/README.aseqnet" make DESTDIR=${D} install || die "Installation Failed" diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.5.10 b/media-sound/alsa-utils/files/digest-alsa-utils-0.5.10 deleted file mode 100644 index 779df014a529..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.5.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 16ef72c810397409f1dc3cc31b6bcb4e alsa-utils-0.5.10.tar.bz2 115414 diff --git a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0.1_beta10 b/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0.1_beta10 deleted file mode 100644 index 0e29307491c2..000000000000 --- a/media-sound/alsa-utils/files/digest-alsa-utils-0.9.0.1_beta10 +++ /dev/null @@ -1 +0,0 @@ -MD5 e525573fa6f5ae9264a206a877f391c8 alsa-utils-0.9.0beta10a.tar.bz2 85294 |