Date: Wed, 06 Feb 2019 16:42:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235557] audio/sdl2_mixer: Mix_LoadMUS() doesn't work after 2.0.4 update Message-ID: <bug-235557-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235557 Bug ID: 235557 Summary: audio/sdl2_mixer: Mix_LoadMUS() doesn't work after 2.0.4 update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: amdmi3@FreeBSD.org Reporter: jbeich@FreeBSD.org Flags: maintainer-feedback?(amdmi3@FreeBSD.org) Assignee: amdmi3@FreeBSD.org $ fetch https://people.xiph.org/~xiphmont/demo/surround/6.ogg $ cat >a.c #include <SDL_mixer.h> int main() { if (!Mix_LoadMUS("6.ogg")) return 1; return 0; } $ cc a.c $(pkg-config SDL2_mixer --cflags --libs) $ ./a.out; echo $? 1 One of my ports actually checks something like this during configure: http://package19.nyi.freebsd.org/data/112amd64-default-build-as-user/492276= /logs/errors/ponscripter-sekai-0.0.6_6.log --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235557-7788>