all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8a824f87f4ba47fab10eb39dc3547d67009bf62b 341 bytes (raw)
name: gnu/packages/patches/libmad-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/mad.pc
+++ b/mad.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: mad
+Description: MPEG Audio Decoder
+Requires:
+Version: 0.15.0b
+Libs: -L${libdir} -lmad
+Cflags: -I${includedir}

debug log:

solving 8a824f8 ...
found 8a824f8 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/libmad-add-pc-file.patch b/gnu/packages/patches/libmad-add-pc-file.patch
new file mode 100644
index 0000000..8a824f8

Checking patch gnu/packages/patches/libmad-add-pc-file.patch...
Applied patch gnu/packages/patches/libmad-add-pc-file.patch cleanly.

index at:
100644 8a824f87f4ba47fab10eb39dc3547d67009bf62b	gnu/packages/patches/libmad-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.