[SCM] rtaudio/master: Introduce librtaudio-doc package.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Oct 8 08:38:11 UTC 2017


The following commit has been merged in the master branch:
commit aa76ab2604721c9f3cd3e5e052b8251a0f2e9adc
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Oct 8 08:47:20 2017 +0200

    Introduce librtaudio-doc package.

diff --git a/debian/control b/debian/control
index 281ee8b..992c270 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends:
  libjack-dev,
  libpulse-dev,
  g++ (>= 4:5.2)
+Build-Depends-Indep:
+ doxygen,
 Standards-Version: 4.1.1
 Homepage: http://www.music.mcgill.ca/~gary/rtaudio/
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/rtaudio.git
@@ -71,3 +73,18 @@ Description: C++ library for realtime audio input/ouput (development files)
  simplifies the process of interacting with computer audio hardware.
  .
  This package provides the development files.
+
+Package: librtaudio-doc
+Architecture: all
+Section: doc
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Description: C++ library for realtime audio input/ouput (documentation files)
+ RtAudio is a set of C++ classes that provides a common API (Application
+ Programming Interface) for realtime audio input/output across Linux
+ (native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
+ (DirectSound and ASIO) operating systems. RtAudio significantly
+ simplifies the process of interacting with computer audio hardware.
+ .
+ This package provides the API documentation.
diff --git a/debian/librtaudio-doc.install b/debian/librtaudio-doc.install
new file mode 100644
index 0000000..c23d9a3
--- /dev/null
+++ b/debian/librtaudio-doc.install
@@ -0,0 +1 @@
+doc/html/*	usr/share/doc/librtmidi-dev/api_ref/

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list