ddraw.dll and dsound.dll missing

Erik van Pienbroek erik at vanpienbroek.nl
Wed Jul 6 11:54:37 UTC 2011


Farkas Levente schreef op wo 06-07-2011 om 13:38 [+0200]:
> hi,
> i added these provides to the filesystem.
> checkin ok?
> 
> --- mingw-filesystem.spec	(revision 97)
> +++ mingw-filesystem.spec	(working copy)
> @@ -1,7 +1,7 @@
>  %global debug_package %{nil}
> 
>  Name:           mingw-filesystem
> -Version:        74
> +Version:        75
>  Release:        1%{?dist}
>  Summary:        MinGW cross compiler base filesystem and environment
> 
> @@ -79,7 +79,9 @@
>  Provides:       mingw32(comctl32.dll)
>  Provides:       mingw32(comdlg32.dll)
>  Provides:       mingw32(crypt32.dll)
> +Provides:       mingw32(ddraw.dll)
>  Provides:       mingw32(dnsapi.dll)
> +Provides:       mingw32(dsound.dll)
>  Provides:       mingw32(gdi32.dll)
>  Provides:       mingw32(gdiplus.dll)
>  Provides:       mingw32(glut32.dll)
> @@ -124,7 +126,9 @@
>  Provides:       mingw64(comctl32.dll)
>  Provides:       mingw64(comdlg32.dll)
>  Provides:       mingw64(crypt32.dll)
> +Provides:       mingw64(ddraw.dll)
>  Provides:       mingw64(dnsapi.dll)
> +Provides:       mingw64(dsound.dll)
>  Provides:       mingw64(gdi32.dll)
>  Provides:       mingw64(gdiplus.dll)
>  Provides:       mingw64(glut32.dll)
> @@ -310,6 +314,9 @@
> 
> 
>  %changelog
> +* Wed Jul  6 2011 Levente Farkas <lfarkas at lfarkas.org> - 75-1
> +- Add Provides:  ddraw.dll and dsound.dll
> +
>  * Fri Jul  1 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 74-1
>  - Made the contents of the mingw-filesystem-scripts package fully
>    independent from the mingw{32,64}-filesystem packages

Hi Levente,

Yesterday evening somebody on IRC already mentioned this issue (and some
other issues) and I already applied this change in the testing repo, but
didn't got to committing it yet. Will do it right now.

Kind regards,

Erik van Pienbroek



More information about the mingw mailing list