all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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/871tl6fcpy.fsf@taylan.uni.cx/

applying [1/1] https://yhetil.org/guix/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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.