External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
653B

  1. --- flac-static-1.3.0.orig/src/libFLAC++/flac++.pc.in
  2. +++ flac-static-1.3.0/src/libFLAC++/flac++.pc.in
  3. @@ -7,5 +7,5 @@ Name: FLAC++
  4. Description: Free Lossless Audio Codec Library (C++ API)
  5. Version: @VERSION@
  6. Requires: flac
  7. -Libs: -L${libdir} -lFLAC++
  8. +Libs: -L${libdir} -lFLAC++ -lFLAC -logg -lm
  9. Cflags: -I${includedir}
  10. --- flac-static-1.3.0.orig/src/libFLAC/flac.pc.in
  11. +++ flac-static-1.3.0/src/libFLAC/flac.pc.in
  12. @@ -7,6 +7,6 @@ Name: FLAC
  13. Description: Free Lossless Audio Codec Library
  14. Version: @VERSION@
  15. Requires.private: @OGG_PACKAGE@
  16. -Libs: -L${libdir} -lFLAC
  17. +Libs: -L${libdir} -lFLAC -logg -lm
  18. Libs.private: -lm
  19. Cflags: -I${includedir}