blob 4d23ba194a6385cdfc1d6aa106e905a3ffc38f79 362 bytes (raw)
name: gnu/packages/patches/libid3tag-add-pc-file.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| | Notably, Audacity's ./configure script locates this library via pkg-config(1).
--- a/id3tag.pc
+++ b/id3tag.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: id3tag
+Description: ID3 tag reading library
+Requires:
+Version: 0.15.0b
+Libs: -L${libdir} -lid3tag -lz
+Cflags: -I${includedir}
|
debug log:
solving 4d23ba1 ...
found 4d23ba1 in https://yhetil.org/guix-devel/871tl6fcpy.fsf@taylan.uni.cx/
applying [1/1] https://yhetil.org/guix-devel/871tl6fcpy.fsf@taylan.uni.cx/
diff --git a/gnu/packages/patches/libid3tag-add-pc-file.patch b/gnu/packages/patches/libid3tag-add-pc-file.patch
new file mode 100644
index 0000000..4d23ba1
Checking patch gnu/packages/patches/libid3tag-add-pc-file.patch...
Applied patch gnu/packages/patches/libid3tag-add-pc-file.patch cleanly.
index at:
100644 4d23ba194a6385cdfc1d6aa106e905a3ffc38f79 gnu/packages/patches/libid3tag-add-pc-file.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).