Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
butt
> butt.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File butt.spec of Package butt (Revision 23)
Currently displaying revision
23
,
show latest
Name: butt Version: 0.1.10 Release: 1 License: GPL Group: Multimedia Summary: broadcast using this tool URL: http://butt.sourceforge.net/ Source0: %{name}-%{version}-src.tar.bz2 Patch0: %{name}-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com BuildRequires: bzip2 glibc-devel libgcc gcc gcc-c++ BuildRequires: portaudio-devel = 19 portaudio = 19 BuildRequires: libogg libogg-devel lame libpng-devel libjpeg-devel libvorbis-devel BuildRequires: fltk >= 1.1.8 fltk-devel >= 1.1.8 xorg-x11-devel Requires: libogg lame libpng libjpeg libvorbis fltk >= 1.1.8 %description butt (broadcast using this tool) is an easy to use, open source, multi OS tool that grabs audio data from your sound card (line-in, CD, wave, etc.), encodes the PCM data into MP3/OGG, and sends it to a streaming server. ShoutCast and IceCast are supported. butt is not a server where other people can connect to. %prep %setup -n %{name}-%{version} %patch0 ./configure --prefix=%{_prefix} --with-fltk --with-icecast --with-ogg %build %__make %install install -d $RPM_BUILD_ROOT/usr/bin make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install -d $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} install -m 644 README ChangeLog $RPM_BUILD_ROOT/usr/share/doc/packages/%{name} cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* rm -rf ../file.list.%{name} %files -f ../file.list.%{name} %changelog * Fri Jul 04 2008 Carsten Schoene <cs@linux-administrator.com> - version bump to 0.1.10 * Mon Apr 14 2008 Carsten Schoene <cs@linux-administrator.com> - version bump to 0.1.9 * Mon Nov 26 2007 Carsten Schoene <cs@linux-administrator.com> - initial import