Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94196 - alsa 1.0.9 is released
Summary: alsa 1.0.9 is released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL: http://www.alsa-project.org/
Whiteboard:
Keywords: InVCS
: 93942 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-27 09:40 UTC by Andrew Gaydenko
Modified: 2005-05-28 17:22 UTC (History)
3 users (show)

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


Attachments
media-libs/alsa-lib-1.0.9.ebuild (alsa-lib-1.0.9.ebuild,1.55 KB, text/plain)
2005-05-27 11:04 UTC, Philip Kovacs
Details
media-libs/alsa-oss-1.0.9.ebuild (alsa-oss-1.0.9.ebuild,555 bytes, text/plain)
2005-05-27 11:05 UTC, Philip Kovacs
Details
media-sound/alsa-headers-1.0.9.ebuild (alsa-headers-1.0.9.ebuild,916 bytes, text/plain)
2005-05-27 11:05 UTC, Philip Kovacs
Details
media-sound/alsa-firmware-1.0.9.ebuild (alsa-firmware-1.0.9.ebuild,488 bytes, text/plain)
2005-05-27 11:06 UTC, Philip Kovacs
Details
media-sound/alsa-driver-1.0.9.ebuild (alsa-driver-1.0.9.ebuild,4.14 KB, text/plain)
2005-05-27 11:07 UTC, Philip Kovacs
Details
media-sound/alsa-tools-1.0.9.ebuild (alsa-tools-1.0.9.ebuild,2.23 KB, text/plain)
2005-05-27 11:07 UTC, Philip Kovacs
Details
media-sound/alsa-utils-1.0.9.ebuild (alsa-utils-1.0.9.ebuild,2.08 KB, text/plain)
2005-05-27 11:08 UTC, Philip Kovacs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Gaydenko 2005-05-27 09:40:59 UTC
alsa 1.0.9 is released

Reproducible: Always
Steps to Reproduce:
Comment 1 Philip Kovacs 2005-05-27 11:04:12 UTC
Created attachment 59960 [details]
media-libs/alsa-lib-1.0.9.ebuild

Let's go!
Comment 2 Philip Kovacs 2005-05-27 11:05:08 UTC
Created attachment 59961 [details]
media-libs/alsa-oss-1.0.9.ebuild
Comment 3 Philip Kovacs 2005-05-27 11:05:45 UTC
Created attachment 59962 [details]
media-sound/alsa-headers-1.0.9.ebuild
Comment 4 Philip Kovacs 2005-05-27 11:06:21 UTC
Created attachment 59963 [details]
media-sound/alsa-firmware-1.0.9.ebuild
Comment 5 Philip Kovacs 2005-05-27 11:07:17 UTC
Created attachment 59964 [details]
media-sound/alsa-driver-1.0.9.ebuild
Comment 6 Philip Kovacs 2005-05-27 11:07:54 UTC
Created attachment 59965 [details]
media-sound/alsa-tools-1.0.9.ebuild
Comment 7 Philip Kovacs 2005-05-27 11:08:25 UTC
Created attachment 59966 [details]
media-sound/alsa-utils-1.0.9.ebuild
Comment 8 Philip Kovacs 2005-05-27 11:09:24 UTC
Did I break the record for shortest time to post ebuilds after a release?
Comment 9 Andrew Gaydenko 2005-05-27 11:13:21 UTC
Philip, indeed you are rapid :-), thanks!

Will wait for commiting of the ebuilds into the portage tree.
Comment 10 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-27 11:54:47 UTC
*** Bug 93942 has been marked as a duplicate of this bug. ***
Comment 11 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-27 11:58:38 UTC
there is no need to attach the old ebuilds, if you've made changes attach a
diff. in this case it's more or less just a bump. also take a look at the
following document:

http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 12 Philip Kovacs 2005-05-27 12:44:02 UTC
there are some minor changes, e.g. one patch was fixed upstream and I commented
it out.  all are ~arch masked.  i haven't scrutinized the ebuilds the way a dev
would or should.  they do work.  at least one gives the same pre-existing QA
warnings as the original.
Comment 13 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-27 13:40:53 UTC
fixed in cvs, versions bumped. thanks for reporting
Comment 14 Canal Vorfeed 2005-05-28 15:27:35 UTC
Is it possible to make ALSA and wine compatible again ? The problem is with this
definition in conf.h:

...
int snd_names_list(const char *interface, snd_devname_t **list);
...

Wine (and everything WIN32-derived: *COM, you know) uses interface as reserved
word (#defined as struct for C/C++ but used by some MS-derived tools as separate
keyword). So in WINE this becomes:

...
int snd_names_list(const char *struct, snd_devname_t **list);
...

Obviously gcc do not like this at all! Can we replace interface with some other
word ? interface_name or something. Just in header, of course: ALSA itself does
not use COM...
Comment 15 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-28 15:33:11 UTC
i don't use wine at all. which conf.h are you talking about? i'm on the sound
alias and get these mails, therefor removing myself from cc list. otherwise i
get these mails twice. please open a seperate bug about your issue. thanks 
Comment 16 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-28 15:52:25 UTC
Please open a new bug for that but yes, that's a bug which needs to be fixed,  
interface is a keyword also for icc for example. 
__interface is a good name for such a thing, like a recent glibc change used 
in netinet/in.h. 
 
 
Comment 17 Philip Kovacs 2005-05-28 16:00:56 UTC
I would seriously suggest that that issue be submitted upstream to the alsa
folks directly: http://www.alsa-project.org/  They have a bug tracker there.  
Creating a special patch that only gentoo folks would use makes little sense if
there's a more serious compatibility problem with alsa and wine.
Comment 18 Canal Vorfeed 2005-05-28 17:22:14 UTC
I've created new bug (#94329) and submitted bug-report to ALSA project as well.
I still think gentoo-only fix should be applied till next version of ALSA will
be released...