[SCM] rtaudio/master: Add patch to not install doc images.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 17 20:02:15 UTC 2016


The following commit has been merged in the master branch:
commit 4c4847deedf6908fd207d80c27532ba9306d932f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 17 21:31:22 2016 +0200

    Add patch to not install doc images.

diff --git a/debian/patches/0003-not-install-doc-images.patch b/debian/patches/0003-not-install-doc-images.patch
new file mode 100644
index 0000000..2221f72
--- /dev/null
+++ b/debian/patches/0003-not-install-doc-images.patch
@@ -0,0 +1,15 @@
+Index: rtaudio/configure.ac
+===================================================================
+--- rtaudio.orig/configure.ac
++++ rtaudio/configure.ac
+@@ -113,8 +113,8 @@ AC_CONFIG_LINKS( [doc/doxygen/playback.t
+ AC_CONFIG_LINKS( [doc/doxygen/multi.txt:doc/doxygen/multi.txt] )
+ AC_CONFIG_LINKS( [doc/doxygen/recording.txt:doc/doxygen/recording.txt] )
+ AC_CONFIG_LINKS( [doc/doxygen/apinotes.txt:doc/doxygen/apinotes.txt] )
+-AC_CONFIG_LINKS( [doc/images/mcgill.gif:doc/images/mcgill.gif] )
+-AC_CONFIG_LINKS( [doc/images/ccrma.gif:doc/images/ccrma.gif] )
++#AC_CONFIG_LINKS( [doc/images/mcgill.gif:doc/images/mcgill.gif] )
++#AC_CONFIG_LINKS( [doc/images/ccrma.gif:doc/images/ccrma.gif] )
+ 
+ # Checks for package options and external software
+ AC_CANONICAL_HOST

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list