[Bug 235557] audio/sdl2_mixer: Mix_LoadMUS() doesn't work after 2.0.4 update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 6 16:42:22 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235557

            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 at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(amdmi3 at FreeBSD.org)
          Assignee: amdmi3 at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list