Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 250

Summary: alsa-lib-0.9.0_beta10-r1.ebuild (not a real modification.. just changed the titles... should save you guys some work)
Product: Gentoo Linux Reporter: bnl
Component: [OLD] LibraryAssignee: Mikael Hallendal (hallski) (RETIRED) <hallski>
Status: RESOLVED DUPLICATE    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description bnl 2002-01-20 18:04:59 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# Modified <bnl@eecs.berkeley.edu>

P=alsa-lib-0.9.0beta10a
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture / Library"
SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P}.tar.bz2"
HOMEPAGE="http://www.alsa-project.org/"

DEPEND="virtual/glibc virtual/alsa"
RDEPEND="virtual/glibc"

src_compile() {

  ./configure --host=${CHOST} --prefix=/usr || die
  make || die

}

src_install() {

  make DESTDIR=${D} install || die
  dodoc ChangeLog COPYING

}
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:56:05 UTC
*** Bug 249 has been marked as a duplicate of this bug. ***
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:56:11 UTC
*** Bug 248 has been marked as a duplicate of this bug. ***
Comment 3 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:57:26 UTC
the reason this hasn't been added is because it's a beta version.
if I remember correctly someone looked in to this a couple of month ago.

I'm not sure this should be added.
Comment 4 Geert Bevin 2002-01-23 18:58:20 UTC
I don't run alsa, so maybe this should be assigned to someone else.
Comment 5 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-24 03:18:34 UTC
ok, I can take a look at it when I have time.
Comment 6 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-27 17:47:51 UTC

*** This bug has been marked as a duplicate of 367 ***