update .pc files after removal of libs patching

This commit is contained in:
alexey.lysiuk 2020-12-12 12:05:33 +02:00
parent 3d90ee852e
commit 78a1d81605
9 changed files with 10 additions and 9 deletions

View File

@ -7,6 +7,6 @@ Name: FLAC
Description: Free Lossless Audio Codec Library
Version: 1.3.3
Requires.private: ogg
Libs: -L${libdir} -lFLAC -logg
Libs: -L${libdir} -lFLAC
Libs.private: -lm
Cflags: -I${includedir}

View File

@ -11,6 +11,6 @@ Name: GLib
Description: C Utility Library
Version: 2.66.3
Requires.private: libpcre >= 8.31
Libs: -L${libdir} -lglib-2.0 -lintl -liconv -lffi -lpcre -framework CoreFoundation -framework Foundation
Libs: -L${libdir} -lglib-2.0 -lintl -liconv
Libs.private: -Wl,-framework,CoreFoundation -Wl,-framework,Carbon -Wl,-framework,Foundation -Wl,-framework,AppKit -lm
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include

View File

@ -8,5 +8,5 @@ Version: 2.66.3
Requires: glib-2.0
Requires.private: libffi >= 3.0.0
Libs: -L${libdir} -lgobject-2.0
Libs.private: -lintl -liconv -lffi
Libs.private: -lintl -liconv
Cflags: -I${includedir}

View File

@ -7,5 +7,6 @@ Name: OpenAL
Description: OpenAL is a cross-platform 3D audio API
Requires:
Version: 1.21.0
Libs: -L${libdir} -lopenal -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
Libs: -L${libdir} -lopenal
Libs.private: -framework ApplicationServices -framework AudioToolbox -framework AudioUnit -framework CoreAudio
Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC

View File

@ -10,6 +10,6 @@ Description: High-level Opus decoding library
Version: 0.12
Requires.private: ogg >= 1.3 opus >= 1.0.1
Conflicts:
Libs: -L${libdir} -lopusfile -lopus -logg
Libs: -L${libdir} -lopusfile
Libs.private:
Cflags: -I${includedir}/opus

View File

@ -8,5 +8,5 @@ Description: A library for reading and writing audio files
Requires:
Requires.private: flac ogg vorbis vorbisenc opus
Version: 1.0.30
Libs: -L${libdir} -lsndfile -lopus -lFLAC -lvorbisenc -lvorbis -logg
Libs: -L${libdir} -lsndfile
Cflags: -I${includedir}

View File

@ -10,6 +10,6 @@ Description: vorbis is the primary Ogg Vorbis library
Version: 1.3.7
Requires.private: ogg
Conflicts:
Libs: -L${libdir} -lvorbis -logg
Libs: -L${libdir} -lvorbis
Libs.private: -lm
Cflags: -I${includedir}

View File

@ -10,5 +10,5 @@ Description: vorbisenc is a library that provides a convenient API for setting u
Version: 1.3.7
Requires.private: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisenc -lvorbis -logg
Libs: -L${libdir} -lvorbisenc
Cflags: -I${includedir}

View File

@ -10,5 +10,5 @@ Description: vorbisfile is a library that provides a convenient high-level API f
Version: 1.3.7
Requires.private: vorbis
Conflicts:
Libs: -L${libdir} -lvorbisfile -lvorbis -logg
Libs: -L${libdir} -lvorbisfile
Cflags: -I${includedir}