Skip to content
Snippets Groups Projects
Commit b262dd43 authored by Jack Moffitt's avatar Jack Moffitt
Browse files

version correction. libao is 0.5.0 not 1.0.0.

git-svn-id: http://svn.xiph.org/trunk/ao@858 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent ae1f7dc8
No related branches found
No related tags found
No related merge requests found
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/audio_out.c)
AM_INIT_AUTOMAKE(libao,1.0.0)
AM_INIT_AUTOMAKE(libao,0.5.0)
AM_DISABLE_STATIC
dnl Library versioning
......
%define name libao
%define version 1.0.0
%define version 0.5.0
%define release 1
Summary: Cross Platform Audio Output Library
......@@ -12,6 +12,7 @@ URL: http://www.xiph.org/
Vendor: Xiphophorus <team@xiph.org>
Source: ftp://ftp.xiph.org/pub/ao/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
Requires: esound >= 0.2.8
%description
Libao is a cross platform audio output library. It currently supports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment