Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232160 - media-sound/alsa-driver-1.0.17 and alsa-headers-1.0.17 ebuilds
Summary: media-sound/alsa-driver-1.0.17 and alsa-headers-1.0.17 ebuilds
Status: RESOLVED DUPLICATE of bug 227045
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-18 08:16 UTC by Ivan Diorditsa
Modified: 2008-08-12 14:14 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
alsa-driver-1.0.17.ebuild (alsa-driver-1.0.17.ebuild,7.36 KB, text/plain)
2008-07-18 08:17 UTC, Ivan Diorditsa
Details
alsa-headers-1.0.17.ebuild (alsa-headers-1.0.17.ebuild,1.01 KB, text/plain)
2008-07-18 08:17 UTC, Ivan Diorditsa
Details
alsa-driver-1.0.17.ebuild (alsa-driver-1.0.17.ebuild,6.63 KB, text/plain)
2008-07-21 22:41 UTC, Ivan Diorditsa
Details
alsa-lib-1.0.17 (alsa-lib-1.0.17.ebuild,2.84 KB, text/plain)
2008-07-21 23:02 UTC, Ivan Diorditsa
Details
alsa-utils/alsa-utils-1.0.17.ebuild (alsa-utils-1.0.17.ebuild,2.22 KB, text/plain)
2008-07-27 12:13 UTC, manuels
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Diorditsa 2008-07-18 08:16:29 UTC
Re: http://bugs.gentoo.org/show_bug.cgi?id=231323.

Works with gentoo-sources-2.6.25 and compiles with 2.6.26.
Comment 1 Ivan Diorditsa 2008-07-18 08:17:08 UTC
Created attachment 160697 [details]
alsa-driver-1.0.17.ebuild
Comment 2 Ivan Diorditsa 2008-07-18 08:17:27 UTC
Created attachment 160699 [details]
alsa-headers-1.0.17.ebuild
Comment 3 Ivan Diorditsa 2008-07-21 22:41:07 UTC
Created attachment 161052 [details]
alsa-driver-1.0.17.ebuild

Changes:
1) Removed "if-else-fi" conditions from SRC_URI variable. Now it looks sane.
2) Removed LGPL-2.1 from LICENSE, because alsa-driver is distributed under GPL-2 only.
3) Removed "--with-card-options" choices from IUSE_CARDS. I added them in previous ebuild accidently.
4) Removed alsa-headers dependency since it isn't used by any of the packages except alsa-driver and it works well without it installed. I think that this is something obsolete but I made alsa-headers-1.0.17.ebuild to be on the safe side.
5) Changed RDEPEND variable since media-sound/snd-aoa does not exist in the tree and virtual/modutils seems to be needed by 2.4.* kernels only.
6) Added three extra ./configure options: "--with-redhat=no", "--with-suse=no" and "--with-card-options=all". Changed "--with-isapnp" to "auto".
Comment 4 Ivan Diorditsa 2008-07-21 23:02:02 UTC
Created attachment 161054 [details]
alsa-lib-1.0.17

With some small changes from alsa-lib-1.0.16
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2008-07-26 11:18:36 UTC

*** This bug has been marked as a duplicate of bug 227043 ***
Comment 6 manuels 2008-07-27 12:13:51 UTC
Created attachment 161461 [details]
alsa-utils/alsa-utils-1.0.17.ebuild

based on alsa-utils-1.0.16.ebuild but removed alsa-utils-1.0.15_rc1-seq.patch (patch can't be applied)
Comment 7 Steve Dibb (RETIRED) gentoo-dev 2008-07-29 01:31:28 UTC
Ivan,

Thanks for your awesome work on the alsa-driver ebuild.  I'll be testing / adding it as soon as I have a chance to review it.

Jer, I'm going against bugzie policy, and just re-assigning this to me.  Adding you as CC so you don't hate me. :)  Plus, I don't want to forget about / lose the attachments.
Comment 8 Steve Dibb (RETIRED) gentoo-dev 2008-08-12 14:11:18 UTC

*** This bug has been marked as a duplicate of bug 227045 ***
Comment 9 Steve Dibb (RETIRED) gentoo-dev 2008-08-12 14:14:03 UTC
(In reply to comment #3)
> Created an attachment (id=161052) [edit]
> alsa-driver-1.0.17.ebuild
> 
> Changes:
> 1) Removed "if-else-fi" conditions from SRC_URI variable. Now it looks sane.
> 2) Removed LGPL-2.1 from LICENSE, because alsa-driver is distributed under
> GPL-2 only.
> 3) Removed "--with-card-options" choices from IUSE_CARDS. I added them in
> previous ebuild accidently.
> 4) Removed alsa-headers dependency since it isn't used by any of the packages
> except alsa-driver and it works well without it installed. I think that this is
> something obsolete but I made alsa-headers-1.0.17.ebuild to be on the safe
> side.
> 5) Changed RDEPEND variable since media-sound/snd-aoa does not exist in the
> tree and virtual/modutils seems to be needed by 2.4.* kernels only.
> 6) Added three extra ./configure options: "--with-redhat=no", "--with-suse=no"
> and "--with-card-options=all". Changed "--with-isapnp" to "auto".
> 

Ivan, thanks for changes, I implemented most of them