tag: patch Hi, I've tried mingw 3.15.2 and it seems to work.
The package (no warranty ;) ) is: https://edge.launchpad.net/~gaspa/+archive/ppa/+files/mingw32- runtime_3.15.2-0~ppa1_all.deb It builds fine (note that's an ubuntu environment,not debian), and then we tested it compiling ffmpeg 0.5. And the only change I applied is in the following patch. I used these tar.gz: mingwrt-3.15.2-mingw32-src.tar.gz w32api-3.13-mingw32-src.tar.gz downloaded from mingw.org regards! -- -gaspa- ----------------------------------------------- -------- https://launchpad.net/~gaspa --------- ------ HomePage: iogaspa.altervista.org ------- -Il lunedi'dell'arrampicatore: www.lunedi.org -
diff -Nru mingw32-runtime-3.13/debian/rules mingw32-runtime-3.15.2/debian/rules --- mingw32-runtime-3.13/debian/rules 2009-06-26 11:54:14.000000000 +0200 +++ mingw32-runtime-3.15.2/debian/rules 2009-06-26 10:19:44.000000000 +0200 @@ -18,7 +18,7 @@ PACKAGE_BASENAME = $(patsubst %-src.tar,%,$(basename $(notdir $(wildcard $(upstream_dir)/$(1)*)))) -mingw_runtime := $(call PACKAGE_BASENAME,mingw-runtime) +mingw_runtime := $(call PACKAGE_BASENAME,mingwrt) win32api := $(call PACKAGE_BASENAME,w32api) ifneq ($(words $(mingw_runtime)),1)

