rpms/libnemesi/devel libnemesi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Thu Nov 8 20:05:26 UTC 2007


Author: rathann

Update of /cvs/pkgs/rpms/libnemesi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16899/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libnemesi.spec 
Log Message:
initial import into devel


--- NEW FILE libnemesi.spec ---
%define git 1
%define rev 20071011

Summary: RTSP/RTP client library
Name: libnemesi
Version: 0.6.2
Release: 0.1%{?git:.%{rev}git}
License: LGPLv2+
Group: Development/Libraries
%if %{git}
# http://live.polito.it/gitweb/?p=libnemesi.git;a=snapshot;h=HEAD
Source: %{name}-%{rev}git.tar.gz
%else
Source: http://live.polito.it/files/downloads/netembryo/%{name}-%{version}.tar.bz2
%endif
URL: http://live.polito.it/documentation/libnemesi
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: lksctp-tools-devel
BuildRequires: netembryo-devel >= 0.0.4
%{?git:BuildRequires: libtool}

%description
Libnemesi let you add multimedia streaming playback in your applications in
a quick and straightforward way. This software, derived from the experience
matured with NeMeSi is fully compliant with IETF's standards for real-time
streaming of multimedia contents over Internet. libnemesi implements RTSP –
Real-Time Streaming Protocol (RFC2326) and RTP/RTCP – Real-Time Transport
Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for
Audio and Video Conferences with Minimal Control (RFC3551).

The library provides two different API:

    * high level: the simplest abstraction to get the demuxed streams out
      of a resource uri
    * low level: provides access to all the rtp, rtcp, rtsp primitives in
      order to develop advanced applications.

Libnemesi leverages the netembryo network support and provides hooks to
register custom depacketizers (rtp parsers) to have a good compromises
between ease of use and flexibility.

%package devel
Summary: nemesi development library and headers
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig

%description devel
The libnemesi-devel package contains the header files and some
documentation needed to develop application with libnemesi.

%package tools
Summary: Simple dump/info programs that use libnemesi
Group: Applications/Multimedia

%description tools
Simple programs that use libnemesi to show network streams' information
and dump them.

%prep
%setup -q %{?git:-n %{name}.git}

%build
%{?git:autoreconf -i}
%configure \
 --disable-dependency-tracking \
 --disable-static \
 --program-prefix=nemesi_ \

%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
%{__rm} %{buildroot}%{_libdir}/libnemesi.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/libnemesi.so.*

%files devel
%defattr(-,root,root,-)
%doc CodingStyle
%{_includedir}/nemesi
%{_libdir}/libnemesi.so
%{_libdir}/pkgconfig/libnemesi.pc

%files tools
%defattr(-,root,root,-)
%{_bindir}/nemesi_dump_info
%{_bindir}/nemesi_dump_stream
%{_bindir}/nemesi_loop_stream

%changelog
* Thu Oct 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.2-0.1
- latest git snapshot (required by MPlayer-1.0rc2)
- specfile adapted to current buildsystem

* Thu Jan 11 2007 Dominik Mierzejewski <rpm at greysector.net> 0.6.0-1
- initial release based on upstream RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Nov 2007 17:24:14 -0000	1.1
+++ .cvsignore	8 Nov 2007 20:04:53 -0000	1.2
@@ -0,0 +1 @@
+libnemesi-20071011git.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnemesi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Nov 2007 17:24:14 -0000	1.1
+++ sources	8 Nov 2007 20:04:53 -0000	1.2
@@ -0,0 +1 @@
+2bedb3f40f0afc2c7cec49bb8b132732  libnemesi-20071011git.tar.gz




More information about the fedora-extras-commits mailing list