[SCM] libmysofa/master: Revert "Dropped libmysofa-utils"

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jul 20 10:45:10 UTC 2017


The following commit has been merged in the master branch:
commit 2fad118bec3ec1dad624f3edab7f22117e4ab532
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Jul 1 22:41:36 2017 +0200

    Revert "Dropped libmysofa-utils"
    
    This reverts commit 53ef266ff492e05704a39edc410a40dff3d44fc7.

diff --git a/debian/control b/debian/control
index 86140fe..dc32c24 100644
--- a/debian/control
+++ b/debian/control
@@ -52,3 +52,21 @@ Description: library to read HRTFs stored in the AES69-2015 SOFA format
  .
  This package contains the shared objects necessary to run an application using
  libmysofa.
+
+Package: libmysofa-utils
+Architecture: any
+Section: utils
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: library to read HRTFs stored in the AES69-2015 SOFA format - utilities
+ libmysofa is a light weight C-library intended to read SOFA (Spatially Oriented
+ Format for Acoustics) files for spatial rendering.
+ It hardly has any library dependencies and is suitable for embedded devices.
+ .
+ It reads SOFA files and checks whether the data complies to the
+ "SimpleFreeFieldHRIR" conventions. In addition, it provides functions to
+ look-up and interpolate the filters for a given orientation and to normalize
+ the HRTFs (Head-Related Transfer Functions) to a reference level.
+ .
+ This package contains the mysofa2json utility.
diff --git a/debian/libmysofa-utils.install b/debian/libmysofa-utils.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/libmysofa-utils.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/libmysofa-utils.manpages b/debian/libmysofa-utils.manpages
new file mode 100644
index 0000000..a0e7db7
--- /dev/null
+++ b/debian/libmysofa-utils.manpages
@@ -0,0 +1 @@
+debian/mysofa2json.1
diff --git a/debian/mysofa2json.1 b/debian/mysofa2json.1
new file mode 100644
index 0000000..8a468d4
--- /dev/null
+++ b/debian/mysofa2json.1
@@ -0,0 +1,16 @@
+.TH MYSOFA 1 "June 2017"
+.SH NAME
+mysofa2json
+\-
+convert SOFA files to JSON.
+.SH SYNOPSIS
+.B mysofa2json <sofafile>
+
+.SH DESCRIPTION
+.B mysofa2json
+is a utility to convert HRTFs stored in the AES69-2015 SOFA
+format to JSON.
+The JSON data is output to stdout.
+
+.B mysofa2json
+is part of libmysofa.

-- 
libmysofa packaging



More information about the pkg-multimedia-commits mailing list