- Switch to _service as there are no real upstream releases for long time - Update to version 1.2.2+git20180114.d522165: * Check memory allocations for success * Enable pulse build in travis * pulse: fix missing include warning for nanosleep * travis: Test on both linux and osx. * Bump version and release date on docs * Add an update-doc-version target * Revert "Insure that the alsa plugin links against libao, since the plugin calls ao_is_big_endian from libao." * Drop the old debian/ directory * Replace autogen.sh with a simple wrapper about autoreconf. * Enable AM_SILENT_RULES when it's available. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libao?expand=0&rev=28
16 lines
543 B
Plaintext
16 lines
543 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">1.2.2</param>
|
|
<param name="versionformat">1.2.2+git%cd.%h</param>
|
|
<param name="url">https://git.xiph.org/libao.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|