forked from pool/airspyhf
- Update to version 1.1.0+git.20180217: * Updated the version number to 1.1.0 * Added LNA, ATT, AGC and Threshold settings for the HF tuner. * Improved the convergence of the IQ balancer - again. * New heuristic for faster convergence in the IQ correction algorithm. * Bugfix airspyhf_open_device() with given serial for device identification * allow static compilation with definition of 'STATIC_AIRSPYHFPLUS' * airspyhf_list_devices accepts NULL as serials pointer to only get the number of devices * remove a compile warning under Linux * Improved the image rejection algorithm for the Airspy HF+ - Update to version 0.0.0+git.20170930: * Fixed enum prefix * Added API for user application output pins * Added APIs for getting library and firmware version * Added API for enumerating multiple devices OBS-URL: https://build.opensuse.org/request/show/579904 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/airspyhf?expand=0&rev=6
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/airspy/airspyhf.git</param>
|
|
<param name="revision">master</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">airspyhf</param>
|
|
<param name="versionformat">1.1.0+git.%cd</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|
|
|