summaryrefslogtreecommitdiff
path: root/media-sound/lame/files/lame-3.100-pkgconfig.patch
blob: 9cb52153e8528f21116e596178cce1efea7faa0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Based on a Debian patch:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829327

--- lame-3.100/configure.in
+++ lame-3.100/configure.in
@@ -1240,6 +1240,7 @@
 
 AC_CONFIG_FILES([Makefile \
 		 libmp3lame/Makefile \
+		 libmp3lame/lame.pc \
 		 libmp3lame/i386/Makefile \
 		 libmp3lame/vector/Makefile \
 		 frontend/Makefile \
--- lame-3.100/libmp3lame/Makefile.am
+++ lame-3.100/libmp3lame/Makefile.am
@@ -31,6 +31,7 @@
 
 EXTRA_DIST = \
 	lame.rc \
+	lame.pc.in \
 	vbrquantize.h \
 	logoe.ico
 
@@ -100,3 +101,8 @@
 #$(OBJECTS): libtool
 #libtool: $(LIBTOOL_DEPS)
 #	$(SHELL) $(top_builddir)/config.status --recheck
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = lame.pc
+
+DISTCLEANFILES = $(pkgconfig_DATA)
--- lame-3.100/libmp3lame/lame.pc.in
+++ lame-3.100/libmp3lame/lame.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Description: MP3 encoding library
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lmp3lame
+Cflags: -I${includedir}/lame