Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 137502 | Differences between
and this patch

Collapse All | Expand All

(-)sox-12.17.7.orig/Makefile.in (-11 / +11 lines)
Lines 32-53 PLAY_INSTALL_1 = install-play Link Here
32
32
33
install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
33
install: $(PLAY_INSTALL_$(PLAY_SUPPORT))
34
	cd src && $(MAKE) $@
34
	cd src && $(MAKE) $@
35
	$(srcdir)/mkinstalldirs $(mandir)/man1
35
	$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
36
	$(INSTALL) -c -m 644 $(srcdir)/sox.1 $(mandir)/man1
36
	$(INSTALL) -c -m 644 $(srcdir)/sox.1 $(DESTDIR)$(mandir)/man1
37
	if [ -f $(mandir)/man1/soxmix.1 ] ; then $(RM) $(mandir)/man1/soxmix.1; fi
37
	if [ -f $(DESTDIR)$(mandir)/man1/soxmix.1 ] ; then $(RM) $(DESTDIR)$(mandir)/man1/soxmix.1; fi
38
	cd $(mandir)/man1 && $(LN_S) sox.1 soxmix.1
38
	cd $(DESTDIR)$(mandir)/man1 && $(LN_S) sox.1 soxmix.1
39
	$(INSTALL) -c -m 644 $(srcdir)/soxexam.1 $(mandir)/man1
39
	$(INSTALL) -c -m 644 $(srcdir)/soxexam.1 $(DESTDIR)$(mandir)/man1
40
40
41
install-play:
41
install-play:
42
	if [ -f $(mandir)/man1/rec.1 ]; then $(RM) $(mandir)/man1/rec.1; fi
42
	if [ -f $(DESTDIR)$(mandir)/man1/rec.1 ]; then $(RM) $(DESTDIR)$(mandir)/man1/rec.1; fi
43
	$(srcdir)/mkinstalldirs $(mandir)/man1
43
	$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1
44
	$(INSTALL) -c -m 644 $(srcdir)/play.1 $(mandir)/man1
44
	$(INSTALL) -c -m 644 $(srcdir)/play.1 $(DESTDIR)$(mandir)/man1
45
	cd $(mandir)/man1 && $(LN_S) play.1 rec.1
45
	cd $(DESTDIR)$(mandir)/man1 && $(LN_S) play.1 rec.1
46
46
47
install-lib:
47
install-lib:
48
	cd src && $(MAKE) $@
48
	cd src && $(MAKE) $@
49
	$(srcdir)/mkinstalldirs $(mandir)/man3
49
	$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man3
50
	$(INSTALL) -c -m 644 $(srcdir)/libst.3 $(mandir)/man3
50
	$(INSTALL) -c -m 644 $(srcdir)/libst.3 $(DESTDIR)$(mandir)/man3
51
51
52
52
53
PLAY_UNINSTALL_0    =
53
PLAY_UNINSTALL_0    =
(-)sox-12.17.7.orig/src/gsm/Makefile.in (-6 / +6 lines)
Lines 77-88 libgsm.a: $(LIBOBJS) Link Here
77
	$(RANLIB) libgsm.a
77
	$(RANLIB) libgsm.a
78
78
79
install-lib: libgsm.a
79
install-lib: libgsm.a
80
	$(top_srcdir)/mkinstalldirs $(libdir)
80
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
81
	$(top_srcdir)/mkinstalldirs $(mandir)/man3
81
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man3
82
	$(INSTALL) -c -m 644 libgsm.a $(libdir)
82
	$(INSTALL) -c -m 644 libgsm.a $(DESTDIR)$(libdir)
83
	$(RANLIB) $(libdir)/libgsm.a
83
	$(RANLIB) $(DESTDIR)$(libdir)/libgsm.a
84
	$(INSTALL) -c -m 644 gsm.3 $(mandir)/man3
84
	$(INSTALL) -c -m 644 gsm.3 $(DESTDIR)$(mandir)/man3
85
	$(INSTALL) -c -m 644 gsm_option.3 $(mandir)/man3
85
	$(INSTALL) -c -m 644 gsm_option.3 $(DESTDIR)$(mandir)/man3
86
86
87
uninstall-lib:
87
uninstall-lib:
88
	$(RM) $(libdir)/libgsm.a
88
	$(RM) $(libdir)/libgsm.a
(-)sox-12.17.7.orig/src/Makefile.in (-14 / +14 lines)
Lines 103-126 PLAY_INSTALL_0 = Link Here
103
PLAY_INSTALL_1    = install-play
103
PLAY_INSTALL_1    = install-play
104
104
105
install: sox soxmix $(PLAY_INSTALL_$(PLAY_SUPPORT))
105
install: sox soxmix $(PLAY_INSTALL_$(PLAY_SUPPORT))
106
	$(top_srcdir)/mkinstalldirs $(bindir)
106
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
107
	$(INSTALL) -c -m 755 sox $(bindir)
107
	$(INSTALL) -c -m 755 sox $(DESTDIR)$(bindir)
108
	$(INSTALL) -c -m 755 soxmix $(bindir)
108
	$(INSTALL) -c -m 755 soxmix $(DESTDIR)$(bindir)
109
109
110
install-play:
110
install-play:
111
	if [ -f $(bindir)/rec ] ; then $(RM) $(bindir)/rec; fi
111
	if [ -f $(DESTDIR)$(bindir)/rec ] ; then $(RM) $(DESTDIR)$(bindir)/rec; fi
112
	$(top_srcdir)/mkinstalldirs $(bindir)
112
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
113
	$(INSTALL) -c -m 755 play $(bindir)
113
	$(INSTALL) -c -m 755 play $(DESTDIR)$(bindir)
114
	cd $(bindir) && $(LN_S) play rec
114
	cd $(DESTDIR)$(bindir) && $(LN_S) play rec
115
115
116
install-lib: libst.a
116
install-lib: libst.a
117
	$(top_srcdir)/mkinstalldirs $(libdir)
117
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir)
118
	$(top_srcdir)/mkinstalldirs $(includedir)
118
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(includedir)
119
	$(INSTALL) -c -m 755 libst-config $(bindir)
119
	$(INSTALL) -c -m 755 libst-config $(DESTDIR)$(bindir)
120
	$(INSTALL) -c -m 644 libst.a $(libdir)
120
	$(INSTALL) -c -m 644 libst.a $(DESTDIR)$(libdir)
121
	$(RANLIB) $(libdir)/libst.a
121
	$(RANLIB) $(DESTDIR)$(libdir)/libst.a
122
	$(INSTALL) -c -m 644 $(srcdir)/st.h $(includedir)
122
	$(INSTALL) -c -m 644 $(srcdir)/st.h $(DESTDIR)$(includedir)
123
	$(INSTALL) -c -m 644 ststdint.h $(includedir)
123
	$(INSTALL) -c -m 644 ststdint.h $(DESTDIR)$(includedir)
124
124
125
PLAY_UNINSTALL_0    =
125
PLAY_UNINSTALL_0    =
126
PLAY_UNINSTALL_1    = uninstall-play
126
PLAY_UNINSTALL_1    = uninstall-play

Return to bug 137502