1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/audacity/lame.pc
prspkt 28e583b7c7 community/audacity: upgrade to 2.4.2
* Switch to cmake as per upstream.
* Provide lame.pc so that cmake can use the system library over the
  included one.
* Kill SSE optimizations on x86, build fails otherwise.
2020-06-29 03:40:43 +00:00

10 lines
224 B
PkgConfig

prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: mp3lame
Description: encoder that converts audio to the MP3 file format
Version: 3.100
Requires:
Libs: -L${libdir} -lmp3lame
Cflags: -I${includedir}