Missing libvorbisfile-devel in Leap 15.2

Hello community,

I’m trying to compile 0ad and managed to satisfy all the dependencies (AFAIK) but one: libvorbisfile-devel. I cannot find such a package neither in my repositories, nor via googling online. What am I missing?

The exact error that I get from the linker is this:

==== Building pyrogenesis (release) ====
Linking pyrogenesis
/usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: cannot find -**lvorbisfile**
collect2: error: ld returned 1 exit status
make[1]: *** [pyrogenesis.make:81: ../../../binaries/system/pyrogenesis] Error 1
make: *** [Makefile:71: pyrogenesis] Error 2

Just in case, I do have libvorbis-devel installed, but that’s a different package, I believe.

Package libvorbis-devel contains libvorbisfile.so - no hyphen.

Why not:
https://build.opensuse.org/package/show/games/0ad

Yes, it came to my mind to check this package after I posted my question and indeed found the header file there. Thank you for pointing that out. However, I have no idea how to feed that library to the linker. I have nearly no C++ experience, unfortunately.

I have no objections :-). I just didn’t come across this library when googling for installation packages. Thank you for your hint, I’ll try that!