File: 03-pkgconfig.patch

package info (click to toggle)
libinstpatch 1.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,168 kB
  • sloc: ansic: 37,958; sh: 10,747; makefile: 357; python: 27
file content (18 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Alessio Treglia <alessio@debian.org>
Description: Update pkgconfig file as it's linked against libsndfile1.
Forwarded: Joshua Element Green <jgreen@users.sourceforge.net>
Applied-Upstream: https://sourceforge.net/p/swami/code/ci/5174699923489993fa644a02493803e1e869ab4f
---
 libinstpatch-1.0.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- libinstpatch.orig/libinstpatch-1.0.pc.in
+++ libinstpatch/libinstpatch-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libInstPatch
 Description: MIDI instrument patch library
 Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 audiofile
+Requires: glib-2.0 gobject-2.0 sndfile
 Libs: -L${libdir} -linstpatch-1.0
 Cflags: -I${includedir}/libinstpatch-1.0