[xiph-cvs] cvs commit: vorbis/lib/books Makefile.am
Jack Moffitt
jack at xiph.org
Mon Jan 22 14:49:14 PST 2001
jack 01/01/22 14:49:13
Modified: . configure.in libvorbis.spec
lib/books Makefile.am
Log:
fixed 'make dist'
updated version for prebeta4
Revision Changes Path
1.33 +6 -6 vorbis/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- configure.in 2001/01/22 01:38:22 1.32
+++ configure.in 2001/01/22 22:49:12 1.33
@@ -10,14 +10,14 @@
dnl Library versioning
V_LIB_CURRENT=0
-V_LIB_REVISION=0
-V_LIB_AGE=0
+V_LIB_REVISION=1
+V_LIB_AGE=1
VF_LIB_CURRENT=0
-VF_LIB_REVISION=0
-VF_LIB_AGE=0
+VF_LIB_REVISION=1
+VF_LIB_AGE=1
VE_LIB_CURRENT=0
-VE_LIB_REVISION=0
-VE_LIB_AGE=0
+VE_LIB_REVISION=1
+VE_LIB_AGE=1
AC_SUBST(V_LIB_CURRENT)
AC_SUBST(V_LIB_REVISION)
AC_SUBST(V_LIB_AGE)
1.8 +2 -2 vorbis/libvorbis.spec
Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libvorbis.spec 2001/01/22 01:38:22 1.7
+++ libvorbis.spec 2001/01/22 22:49:12 1.8
@@ -12,7 +12,7 @@
Vendor: Xiphophorus <team at xiph.org>
Source: ftp://ftp.xiph.org/pub/ogg/vorbis/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
-Requires: libogg >= 1.0beta3
+Requires: libogg >= 1.0prebeta4
%description
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
@@ -22,7 +22,7 @@
%package devel
Summary: Vorbis Library Development
Group: Development/Libraries
-Requires: libogg-devel >= 1.0beta3
+Requires: libogg-devel >= 1.0prebeta4
Requires: libvorbis-devel = %{version}
%description devel
1.6 +24 -25 vorbis/lib/books/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/books/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am 2000/11/17 23:09:10 1.5
+++ Makefile.am 2001/01/22 22:49:13 1.6
@@ -2,31 +2,30 @@
AUTOMAKE_OPTIONS = foreign
-EXTRA_DIST = lsp12_0.vqh lsp30_0.vqh res0_128_1024_1.vqh res0_128_1024_2.vqh\
- res0_128_1024_3.vqh res0_128_1024_4.vqh res0_128_1024_5.vqh\
- res0_128_1024_6.vqh res0_128_1024_7.vqh res0_128_1024_8.vqh\
- res0_128_1024_9.vqh res0_128_1024aux.vqh res0_128_128_1.vqh\
- res0_128_128_2.vqh res0_128_128_3.vqh res0_128_128_4.vqh\
- res0_128_128_5.vqh res0_128_128aux.vqh res0_160_1024_1.vqh\
- res0_160_1024_2.vqh res0_160_1024_3.vqh res0_160_1024_4.vqh\
- res0_160_1024_5.vqh res0_160_1024_6.vqh res0_160_1024_7.vqh\
- res0_160_1024_8.vqh res0_160_1024_9.vqh res0_160_1024aux.vqh\
- res0_160_128_1.vqh res0_160_128_2.vqh res0_160_128_3.vqh\
- res0_160_128_4.vqh res0_160_128_5.vqh res0_160_128aux.vqh\
- res0_192_1024_1.vqh res0_192_1024_2.vqh res0_192_1024_3.vqh\
- res0_192_1024_4.vqh res0_192_1024_5.vqh res0_192_1024aux.vqh\
+EXTRA_DIST = lsp12_0.vqh lsp12_1.vqh lsp30_0.vqh lsp30_1.vqh lsp9_0.vqh\
+ lsp9_1.vqh res0_128_1024_1.vqh res0_128_1024_2.vqh res0_128_1024_3.vqh\
+ res0_128_1024_4.vqh res0_128_1024_5.vqh res0_128_1024_6.vqh\
+ res0_128_1024_7.vqh res0_128_1024_8.vqh res0_128_1024_9.vqh\
+ res0_128_1024aux.vqh res0_128_128_1.vqh res0_128_128_2.vqh\
+ res0_128_128_3.vqh res0_128_128_4.vqh res0_128_128_5.vqh\
+ res0_128_128aux.vqh res0_160_1024_1.vqh res0_160_1024_2.vqh\
+ res0_160_1024_3.vqh res0_160_1024_4.vqh res0_160_1024_5.vqh\
+ res0_160_1024_6.vqh res0_160_1024_7.vqh res0_160_1024_8.vqh\
+ res0_160_1024_9.vqh res0_160_1024aux.vqh res0_160_128_1.vqh\
+ res0_160_128_2.vqh res0_160_128_3.vqh res0_160_128_4.vqh\
+ res0_160_128_5.vqh res0_160_128aux.vqh res0_192_1024_1.vqh\
+ res0_192_1024_2.vqh res0_192_1024_3.vqh res0_192_1024_4.vqh\
+ res0_192_1024_5.vqh res0_192_1024_6.vqh res0_192_1024_7.vqh\
+ res0_192_1024_8.vqh res0_192_1024_9.vqh res0_192_1024aux.vqh\
res0_192_128_1.vqh res0_192_128_2.vqh res0_192_128_3.vqh\
res0_192_128_4.vqh res0_192_128_5.vqh res0_192_128aux.vqh\
res0_256_1024_1.vqh res0_256_1024_2.vqh res0_256_1024_3.vqh\
- res0_256_1024_4.vqh res0_256_1024_5.vqh res0_256_1024aux.vqh\
- res0_256_128_1.vqh res0_256_128_2.vqh res0_256_128_3.vqh\
- res0_256_128_4.vqh res0_256_128_5.vqh res0_256_128aux.vqh\
- res0_350_1024_1.vqh res0_350_1024_2.vqh res0_350_1024_3.vqh\
- res0_350_1024_4.vqh res0_350_1024_5.vqh res0_350_1024aux.vqh\
- res0_350_128_1.vqh res0_350_128_2.vqh res0_350_128_3.vqh\
- res0_350_128_4.vqh res0_350_128_5.vqh res0_350_128aux.vqh\
- res0_96_1024_1.vqh res0_96_1024_2.vqh res0_96_1024_3.vqh\
- res0_96_1024_4.vqh res0_96_1024_5.vqh res0_96_1024_6.vqh\
- res0_96_1024_7.vqh res0_96_1024aux.vqh res0_96_128_1.vqh\
- res0_96_128_2.vqh res0_96_128_3.vqh res0_96_128_4.vqh\
- res0_96_128_5.vqh res0_96_128aux.vqh
+ res0_256_1024_4.vqh res0_256_1024_5.vqh res0_256_1024_6.vqh\
+ res0_256_1024_7.vqh res0_256_1024aux.vqh res0_256_128_1.vqh\
+ res0_256_128_2.vqh res0_256_128_3.vqh res0_256_128_4.vqh\
+ res0_256_128_5.vqh res0_256_128aux.vqh res0_96_1024_1.vqh\
+ res0_96_1024_2.vqh res0_96_1024_3.vqh res0_96_1024_4.vqh\
+ res0_96_1024_5.vqh res0_96_1024_6.vqh res0_96_1024_7.vqh\
+ res0_96_1024_8.vqh res0_96_1024_9.vqh res0_96_1024aux.vqh\
+ res0_96_128_1.vqh res0_96_128_2.vqh res0_96_128_3.vqh\
+ res0_96_128_4.vqh res0_96_128_5.vqh res0_96_128aux.vqh
--- >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