Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
vstream-client
> vstream-client.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vstream-client.spec of Package vstream-client
# norootforbuild Name: vstream-client Version: 1.2.1.1 Release: 1.pm.2.1 Summary: Tivo VServer Streaming Client Source: http://vstream-client.googlecode.com/files/vstream-client-%{version}.tar.bz2 Patch1: vstream-client-fix_makefile.patch URL: http://code.google.com/p/vstream-client/ Group: Productivity/Networking/Other License: GNU General Public License version 2 (GPL v2) BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: gcc make glibc-devel BuildRequires: autoconf automake libtool %description This is a fork off of the vstream library from the tivo-mplayer project. It has been stripped down to just the client code, and includes an example client application. If you have vserver installed on your Tivo (which most tivo hackers do), then you can use this simple client to stream .ty files from it. This library can also be used by MPlayer/MEncoder to watch/re-encode tivo streams live over a network. %package -n libvstream-client-devel Summary: Tivo VServer Streaming Client Library Group: Development/Libraries/C and C++ # static library, no shlib policy %description -n libvstream-client-devel This is a fork off of the vstream library from the tivo-mplayer project. It has been stripped down to just the client code, and includes an example client application. If you have vserver installed on your Tivo (which most tivo hackers do), then you can use this simple client to stream .ty files from it. This library can also be used by MPlayer/MEncoder to watch/re-encode tivo streams live over a network. %debug_package %prep %setup -q %patch1 %build # not autoconf ./configure \ --prefix="%{_prefix}" \ --bindir="%{_bindir}" \ --libdir="%{_libdir}" %__make %{?jobs:-j%{jobs}} \ CFLAGS="%{optflags} -D_LARGEFILE64_SOURCE" \ CC="%__cc" %install %makeinstall %clean %__rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/vstream-client %files -n libvstream-client-devel %defattr(-,root,root) %{_includedir}/vstream-client.h %{_libdir}/libvstream-client.a %changelog * Sun Aug 3 2008 Pascal Bleser <guru@unixtech.be> 1.2.1.1-0.pm.1 - new package # Local Variables: # mode: rpm-spec # tab-width: 3 # End: