From: Reinhard Tartler Date: Wed, 30 Jan 2019 02:46:35 +0000 (-0500) Subject: add patch to Workaround install target in Makefile X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~54 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d31867c18f39b657030ab4c21b3acd690764b309;p=gpac.git add patch to Workaround install target in Makefile the Makefile in the new upstream version no longer ignores errors like the previous version. --- diff --git a/debian/patches/fix_makefile_install.patch b/debian/patches/fix_makefile_install.patch new file mode 100644 index 0000000..364369e --- /dev/null +++ b/debian/patches/fix_makefile_install.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -149,7 +149,7 @@ endif + $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/gui.bt "$(DESTDIR)$(prefix)/share/gpac/gui/" + $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/gui.js "$(DESTDIR)$(prefix)/share/gpac/gui/" + $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/gwlib.js "$(DESTDIR)$(prefix)/share/gpac/gui/" +- $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/mpegu-core.js "$(DESTDIR)$(prefix)/share/gpac/gui/" ++ -$(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/mpegu-core.js "$(DESTDIR)$(prefix)/share/gpac/gui/" + $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/gui/webvtt-renderer.js "$(DESTDIR)$(prefix)/share/gpac/gui/" + $(INSTALL) -d "$(DESTDIR)$(prefix)/share/gpac/gui/icons" + $(INSTALL) -d "$(DESTDIR)$(prefix)/share/gpac/gui/extensions" diff --git a/debian/patches/series b/debian/patches/series index 21c9e3f..4781a2c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ dont-err-build-on-uknown-system.patch #skip-swf-test.patch #ffmpeg_2.9.patch ffmpeg_4.patch +fix_makefile_install.patch