[xiph-cvs] cvs commit: ao configure.in libao.spec

Jack Moffitt jack at xiph.org
Mon Oct 30 23:15:45 PST 2000



jack        00/10/30 23:15:44

  Modified:    .        configure.in libao.spec
  Log:
  version correction.  libao is 0.5.0 not 1.0.0.

Revision  Changes    Path
1.6       +1 -1      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- configure.in	2000/10/30 04:01:41	1.5
+++ configure.in	2000/10/31 07:15:44	1.6
@@ -1,7 +1,7 @@
 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

1.6       +2 -1      ao/libao.spec

Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libao.spec	2000/10/31 07:08:40	1.5
+++ libao.spec	2000/10/31 07:15:44	1.6
@@ -1,5 +1,5 @@
 %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 @@
 Vendor:		Xiphophorus <team at 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

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list