[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:49:00 UTC 2009


The following commit has been merged in the master branch:
commit cd4c99751dd2de5a1818182b23a4a286e2ab7941
Author: Martin Storsjo <martin at martin.st>
Date:   Fri Aug 7 02:22:16 2009 +0300

    Skip installing pkgconfig files from the static makefiles; pkgconfig is
    only supported in the autotools generated makefiles now.

diff --git a/amrnb/Makefile.alt b/amrnb/Makefile.alt
index 7f61016..a997508 100644
--- a/amrnb/Makefile.alt
+++ b/amrnb/Makefile.alt
@@ -112,8 +112,6 @@ endif
 	install -d $(DESTDIR)$(PREFIX)/include/opencore-amrnb
 	install -m 644 interf_dec.h $(DESTDIR)$(PREFIX)/include/opencore-amrnb
 	install -m 644 interf_enc.h $(DESTDIR)$(PREFIX)/include/opencore-amrnb
-	install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/pkgconfig
-	cat opencore-amrnb.pc | sed s,PREFIX,$(PREFIX), | sed s,LIBDIR,$(LIBDIR), | sed s,VERSION,$(VERSION), > $(DESTDIR)$(PREFIX)/$(LIBDIR)/pkgconfig/opencore-amrnb.pc
 
 clean:
 	rm -f $(SHLIB) libopencore-amrnb.a *.o *.lo $(OBJS) $(SOBJS)
diff --git a/amrwb/Makefile.alt b/amrwb/Makefile.alt
index f949850..a59cea9 100644
--- a/amrwb/Makefile.alt
+++ b/amrwb/Makefile.alt
@@ -92,8 +92,6 @@ endif
 	install -d $(DESTDIR)$(PREFIX)/include/opencore-amrwb
 	install -m 644 dec_if.h $(DESTDIR)$(PREFIX)/include/opencore-amrwb
 	install -m 644 if_rom.h $(DESTDIR)$(PREFIX)/include/opencore-amrwb
-	install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)/pkgconfig
-	cat opencore-amrwb.pc | sed s,PREFIX,$(PREFIX), | sed s,LIBDIR,$(LIBDIR), | sed s,VERSION,$(VERSION), > $(DESTDIR)$(PREFIX)/$(LIBDIR)/pkgconfig/opencore-amrwb.pc
 
 clean:
 	rm -f $(SHLIB) libopencore-amrwb.a *.o *.lo $(OBJS) $(SOBJS)

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list