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.

29 lines
952B

  1. --- libvorbis-static-1.3.4.orig/vorbis.pc.in
  2. +++ libvorbis-static-1.3.4/vorbis.pc.in
  3. @@ -10,6 +10,6 @@ Description: vorbis is the primary Ogg V
  4. Version: @VERSION@
  5. Requires.private: ogg
  6. Conflicts:
  7. -Libs: -L${libdir} -lvorbis
  8. +Libs: -L${libdir} -lvorbis -logg -lm
  9. Libs.private: @VORBIS_LIBS@
  10. Cflags: -I${includedir}
  11. --- libvorbis-static-1.3.4.orig/vorbisenc.pc.in
  12. +++ libvorbis-static-1.3.4/vorbisenc.pc.in
  13. @@ -10,5 +10,5 @@ Description: vorbisenc is a library that
  14. Version: @VERSION@
  15. Requires.private: vorbis
  16. Conflicts:
  17. -Libs: -L${libdir} -lvorbisenc
  18. +Libs: -L${libdir} -lvorbisenc -lvorbis -logg -lm
  19. Cflags: -I${includedir}
  20. --- libvorbis-static-1.3.4.orig/vorbisfile.pc.in
  21. +++ libvorbis-static-1.3.4/vorbisfile.pc.in
  22. @@ -10,5 +10,5 @@ Description: vorbisfile is a library tha
  23. Version: @VERSION@
  24. Requires.private: vorbis
  25. Conflicts:
  26. -Libs: -L${libdir} -lvorbisfile
  27. +Libs: -L${libdir} -lvorbisfile -lvorbis -logg -lm
  28. Cflags: -I${includedir}