File: 03-pkgconfig.patch

package info (click to toggle)
libinstpatch 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,148 kB
  • ctags: 7,030
  • sloc: ansic: 37,958; sh: 10,747; makefile: 361; python: 27
file content (17 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Alessio Treglia <alessio@debian.org>
Description: Update pkgconfig file as it's linked against libsndfile1.
Forwarded: yes
---
 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