source: projects/specs/trunk/v/vorbis-tools/vorbis-tools-vl.spec @ 8758

Revision 8758, 7.1 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

Line 
1%define with_flac 1
2%define with_speex 0
3
4Summary:        Several Ogg Vorbis Tools
5Summary(ja):    各種 Ogg Vorvis 用ツール
6Name:           vorbis-tools
7Version:        1.4.0
8Release:        3%{?_dist_release}
9Group:          Applications/Multimedia
10License:        GPLv2
11URL:            http://www.xiph.org/
12
13Source0:        http://downloads.xiph.org/releases/vorbis/vorbis-tools-%{version}.tar.gz
14Source1:        vorbis-tools-ogg123rc
15
16Patch1:         vorbis-tools-1.1.1-include-config.h.patch
17
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19BuildRequires:  libvorbis-devel >= 1.0
20BuildRequires:  libao-devel >= 1.0.0
21BuildRequires:  curl-devel
22BuildRequires:  perl
23Requires:       curl
24
25Vendor:         Project Vine
26Distribution:   Vine Linux
27
28%if %{with_flac}
29BuildRequires:  flac-devel >= 1.1.3
30%endif
31
32%if %{with_speex}
33BuildRequires:  speex-devel
34%endif
35
36%description
37vorbis-tools contains oggenc (an encoder) and ogg123 (a playback tool).
38It also has vorbiscomment (to add comments to vorbis files), ogginfo (to
39give all useful information about an ogg file, including streams in it),
40and oggdec (a simple command line decoder).
41#oggdec (a simple command line decoder), and vcut (which allows you to
42#cut up vorbis files).
43
44%description -l ja
45vorbis-tools には、Ogg Vorbis のエンコーダ oggenc と再生ツール ogg123 が含
46まれています。
47また、以下のようなツールも含まれています。
48 - vorbiscomment : vorbis ファイルのコメントを表示・編集
49 - ogginfo       : ogg ファイルについてのあらゆる有用な情報 (コメント、ビッ
50                   トレート、長さなど) を表示
51 - oggdec        : シンプルなコマンドラインデコーダ
52# - vcut          : vorbis ファイルを分割
53
54%prep
55%setup -q
56
57%patch1 -p1 -b .config-h
58
59%build
60perl -p -i -e "s/-O20/%{optflags}/" configure
61perl -p -i -e "s/-ffast-math//" configure
62%configure \
63%if ! %{with_flac}
64        --without-flac \
65%endif
66%if ! %{with_speex}
67        --without-speex
68%endif
69
70make
71
72%install
73[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
74%makeinstall
75%find_lang %{name}
76
77%__install -D -p -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ogg123rc
78
79%clean
80[ "%{buildroot}" != "/" ] && %__rm -rf %{buildroot}
81
82%files -f %{name}.lang
83%defattr(-,root,root)
84%doc AUTHORS COPYING README ogg123/ogg123rc-example
85%config %{_sysconfdir}/ogg123rc
86%{_bindir}/*
87%{_mandir}/man1/*
88
89%changelog
90* Sat Jul 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-3
91- rebuild with VineSeed environment
92
93* Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-2
94- rebuild with libao-1.1.0
95
96* Fri May 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
97- update to 1.4.0
98
99* Fri Sep 25 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.2.0-4
100- rebuild with release +1 (forgot to add changelog of 1.2.0-3)
101
102* Wed Sep 23 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.2.0-3
103- add Patch2: fix random play config option (<BTS:VineLinux:709>)
104
105* Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-2
106- spec in UTF-8
107
108* Mon May 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.0-1
109- new upstream release (dropped Patch0, 3)
110- rebuilt with curl-7.18.1
111
112* Thu May 01 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.1.1-4
113- add patch10 for fix CVE-2008-1686
114
115* Tue Sep 04 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 1.1.1-0vl5
116- rebuild with flac-1.2.0
117- to support flac >= 1.1.3's new APIs
118  - import flac-1.1.3.patch (patch3) from MDV
119  - run autoreconf
120
121* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.1.1-0vl4
122- rebuild with curl-7.16.2
123- add Patch2 to build against curl-7.16
124
125* Mon Mar 27 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.1-0vl3
126- rebuilt (for ppc)
127
128* Sat Oct 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.1-0vl2
129- include config.h in share/{utf8,iconvert}.c (patch1)
130- install ogg123rc to %%{_sysconfdir} (source1)
131
132* Sat Jul 02 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.1-0vl1
133- source upgrade
134- update source-URL
135- remove vcut from description
136
137* Sun Feb 13 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl6
138- rebuild with curl-7.13.0
139  - {openssl,zlib,libidn}-devel are now required by curl-devel
140- update ogg-flac-1.0.patch
141
142* Sun Feb 06 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl5
143- rebuild with flac-1.1.2
144
145* Sat Dec 18 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.1-0vl4
146- rebuild with flac-1.1.1
147- fix dependencies
148  - add BuildPrereq: flac-devel, openssl-devel, zlib-devel
149  - add Requires: flac, zlib
150- add Japanese summary and description
151- use %%find_lang macro
152- add ogg-flac-1.0.patch to support Ogg FLAC >= 1.0 files
153
154* Fri Mar 26 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0.1-0vl3
155- rebuild with openssl-0.9.7d
156
157* Sat Nov 22 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0.1-0vl2
158- rebuild for VineSeedPlus
159
160* Fri Nov 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0.1-0vl1
161- source upgrade
162- build for VinePlus/2.6
163- add --without-speex --without-flac to configure option
164
165* Sat Oct  4 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl3
166- rebuild with new toolchain
167- use License tag
168
169* Sun Jan 19 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl2
170- rebuild with new toolchain
171
172* Wed Jul 24 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.0-0vl1
173- source upgrade
174- BuildPrereq: libao-devel >= 0.8.3
175- update %description
176- add %{_datadir}/locale/*/LC_MESSAGES/* to %files section
177- add Requires: openssl
178
179* Sat Jan 12 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 0.99.3-2vl1
180- build for VineSeed
181- change version number to 0.99.3 (means 1.0rc3)
182
183* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
184- automated rebuild
185
186* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
187- update to 1.0rc3
188
189* Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
190- update to 1.0rc2
191
192* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
193- split libao, libvorbis out
194
195* Tue Jul 10 2001 Bill Nottingham <notting@redhat.com>
196- own %%{_libdir}/ao
197- I love libtool
198
199* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
200- add links from library major version numbers in rpms
201
202* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
203- update to rc1
204
205* Fri May  4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
206- fixed perl line in spec file to set optims correctly
207
208* Tue Mar 20 2001 Bill Nottingham <notting@redhat.com>
209- fix alpha/ia64, again
210- use optflags, not -O20 -ffast-math (especially on alpha...)
211
212* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
213- fix license tag
214
215* Mon Feb 26 2001 Bill Nottingham <notting@redhat.com>
216- beta4
217
218* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
219- fix alpha/ia64
220
221* Thu Feb  8 2001 Bill Nottingham <notting@redhat.com>
222- update CVS in prep for beta4
223
224* Wed Feb 07 2001 Philipp Knirsch <pknirsch@redhat.de>
225- Fixed bugzilla bug #25391. ogg123 now usses the OSS driver by default if
226  none was specified.
227
228* Tue Jan  9 2001 Bill Nottingham <notting@redhat.com>
229- update CVS, grab aRts backend for libao
230
231* Wed Dec 27 2000 Bill Nottingham <notting@redhat.com>
232- update CVS
233
234* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
235- rebuild because of broken fileutils
236
237* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
238- hack up specfile some, merge some packages
239
240* Sat Oct 21 2000 Jack Moffitt <jack@icecast.org>
241- initial spec file created
Note: See TracBrowser for help on using the repository browser.