build requires libkate-devel [release 1.4.0-2mamba;Sat Oct 13 2012]
This commit is contained in:
parent
e3b1e33ec7
commit
491b402fd4
@ -1,2 +1,4 @@
|
|||||||
# vorbis-tools
|
# vorbis-tools
|
||||||
|
|
||||||
|
This package contains some tools for the vorbis library.
|
||||||
|
|
||||||
|
10
vorbis-tools-1.1.1-curl_CURLOPT_MUTE.patch
Normal file
10
vorbis-tools-1.1.1-curl_CURLOPT_MUTE.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- vorbis-tools-1.1.1/ogg123/http_transport.c 2005-06-13 15:11:44.000000000 +0200
|
||||||
|
+++ vorbis-tools-1.1.1/ogg123/http_transport.c.libcurl 2007-07-27 11:14:23.000000000 +0200
|
||||||
|
@@ -116,7 +116,6 @@ void set_curl_opts (http_private_t *priv
|
||||||
|
if (inputOpts.ProxyTunnel)
|
||||||
|
curl_easy_setopt (handle, CURLOPT_HTTPPROXYTUNNEL, inputOpts.ProxyTunnel);
|
||||||
|
*/
|
||||||
|
- curl_easy_setopt(handle, CURLOPT_MUTE, 1);
|
||||||
|
curl_easy_setopt(handle, CURLOPT_ERRORBUFFER, private->error);
|
||||||
|
curl_easy_setopt(handle, CURLOPT_PROGRESSFUNCTION, progress_callback);
|
||||||
|
curl_easy_setopt(handle, CURLOPT_PROGRESSDATA, private);
|
81
vorbis-tools.spec
Normal file
81
vorbis-tools.spec
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
Name: vorbis-tools
|
||||||
|
Version: 1.4.0
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Tools for the vorbis library
|
||||||
|
Group: System/Tools
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
|
URL: http://www.vorbis.com/
|
||||||
|
Source: http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
|
||||||
|
Patch: %{name}-1.1.1-curl_CURLOPT_MUTE.patch
|
||||||
|
License: GPL
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libao-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
|
BuildRequires: libflac-devel
|
||||||
|
BuildRequires: libogg-devel
|
||||||
|
BuildRequires: libspeex-devel
|
||||||
|
BuildRequires: libvorbis-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libkate-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains some tools for the vorbis library.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
#%patch -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --enable-vcut
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%{find_lang} %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ogg123
|
||||||
|
%{_bindir}/oggdec
|
||||||
|
%{_bindir}/oggenc
|
||||||
|
%{_bindir}/ogginfo
|
||||||
|
%{_bindir}/vcut
|
||||||
|
%{_bindir}/vorbiscomment
|
||||||
|
%{_mandir}/man1/ogg123.*
|
||||||
|
%{_mandir}/man1/oggdec.*
|
||||||
|
%{_mandir}/man1/oggenc.*
|
||||||
|
%{_mandir}/man1/ogginfo.*
|
||||||
|
%{_mandir}/man1/vcut.*
|
||||||
|
%{_mandir}/man1/vorbiscomment.*
|
||||||
|
%doc AUTHORS COPYING README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sat Oct 13 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.4.0-2mamba
|
||||||
|
- build requires libkate-devel
|
||||||
|
|
||||||
|
* Wed Apr 07 2010 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 28 2008 gil <puntogil@libero.it> 1.2.0-1mamba
|
||||||
|
- update to 1.2.0
|
||||||
|
- removed patch curl_CURLOPT_MUTE
|
||||||
|
|
||||||
|
* Thu Jul 26 2007 Aleph0 <aleph0@openmamba.org> 1.1.1-1mamba
|
||||||
|
- update to 1.1.1
|
||||||
|
|
||||||
|
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.0.1-2qilnx
|
||||||
|
- enabled support for speex
|
||||||
|
|
||||||
|
* Mon Jan 31 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1qilnx
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user