1 Summary: The OGG Vorbis lossy audio compression codec.
6 Group: Development/Libraries
7 Source: http://www.xiph.org/vorbis/download/%{name}-%{version}.src.tgz
8 Url: http://www.xiph.org/vorbis/index.html
9 BuildRoot: /var/tmp/vorbis-root
12 Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
13 general-purpose compressed audio format for high quality (44.1-48.0kHz,
14 16+ bit, polyphonic) audio and music at fixed and variable bitrates
15 from 16 to 128 kbps/channel. This places Vorbis in the same class as
16 audio representations including MPEG-1 audio layer 3, MPEG-4
17 audio (AAC and TwinVQ), and PAC.
21 Summary: Development library for OGG Vorbis
22 Group: Development/Libraries
25 Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
26 general-purpose compressed audio format for high quality (44.1-48.0kHz,
27 16+ bit, polyphonic) audio and music at fixed and variable bitrates
28 from 16 to 128 kbps/channel. This places Vorbis in the same class as
29 audio representations including MPEG-1 audio layer 3, MPEG-4
30 audio (AAC and TwinVQ), and PAC.
36 rm -rf $RPM_BUILD_ROOT
37 CFLAGS="${RPM_OPT_FLAGS}" ./configure --prefix=/usr
41 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT/usr/include/vorbis
44 install -d $RPM_BUILD_ROOT/usr/include/vorbis/book
45 install -d $RPM_BUILD_ROOT/usr/lib
46 install -d $RPM_BUILD_ROOT/usr/bin
47 install -m 0755 lib/libvorbis.a $RPM_BUILD_ROOT/usr/lib/
48 install -m 0755 lib/vorbisfile.a $RPM_BUILD_ROOT/usr/lib/
49 install -m 0644 include/vorbis/*.h $RPM_BUILD_ROOT/usr/include/vorbis/
50 install -m 0644 include/vorbis/book/*.vqh $RPM_BUILD_ROOT/usr/include/vorbis/book/
51 install -m 0755 -s huff/{residuesplit,huffbuild} $RPM_BUILD_ROOT/usr/bin
52 install -m 0755 -s vq/{genericvqtrain,lspvqtrain,residuevqtrain,\
53 vqbuild,vqcascade,vqmetrics,vqpartition} \
54 $RPM_BUILD_ROOT/usr/bin/
57 rm -rf $RPM_BUILD_ROOT
67 %doc README docs/*.{png,html}
72 * Sat Apr 29 2000 Peter Jones <pjones@redhat.com>