File: 0002-Amend-taglib-sharp.dll-path-in-pc-file.patch

package info (click to toggle)
taglib-sharp 2.0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,864 kB
  • sloc: cs: 29,021; sh: 625; makefile: 240
file content (19 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <slomo@debian.org>
Date: Sun, 5 Feb 2012 23:26:01 +0800
Subject: Amend taglib-sharp.dll path in pc file

---
 taglib-sharp.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/taglib-sharp.pc.in b/taglib-sharp.pc.in
index 25d2bd1..f0a8858 100644
--- a/taglib-sharp.pc.in
+++ b/taglib-sharp.pc.in
@@ -5,4 +5,4 @@ libdir=${exec_prefix}/lib
 Name: TagLib Sharp
 Description: A library for reading and writing tags to audio files.
 Version: @VERSION@
-Libs: -r:${libdir}/mono/taglib-sharp/taglib-sharp.dll
+Libs: -r:${libdir}/cli/taglib-sharp-2.0/taglib-sharp.dll
--