rpms/mod_h264_streaming/F-14 h264_streaming.conf, NONE, 1.1 mod_h264_streaming-2.2.7-httpd.patch, NONE, 1.1 mod_h264_streaming.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Scheck robert at rpmfusion.org
Mon Jul 11 18:02:03 CEST 2011


Author: robert

Update of /cvs/nonfree/rpms/mod_h264_streaming/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28077

Modified Files:
	.cvsignore sources 
Added Files:
	h264_streaming.conf mod_h264_streaming-2.2.7-httpd.patch 
	mod_h264_streaming.spec 
Log Message:
Initial import of mod_h264_streaming


--- NEW FILE h264_streaming.conf ---
#
# mod_h264_streaming provides H264 download streaming via HTTP.
#

LoadModule h264_streaming_module modules/mod_h264_streaming.so

#
# Causes the module to handle files with a .mp4 as pseudostream.
#
AddHandler h264-streaming.extensions .mp4

mod_h264_streaming-2.2.7-httpd.patch:
 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE mod_h264_streaming-2.2.7-httpd.patch ---
Patch by Robert Scheck <robert at fedoraproject.org> for mod_h264_streaming >= 2.2.7, which
changes the version requirement of the Apache HTTP server from 2.0.55 to 2.0.39 in order
to successfully build on Red Hat Enterprise Linux 4 or derivates/downstreams.

--- mod_h264_streaming-2.2.7/configure.ac		2010-01-07 16:06:06.000000000 +0100
+++ mod_h264_streaming-2.2.7/configure.ac.httpd		2011-03-15 14:49:06.000000000 +0100
@@ -17,7 +17,7 @@
 LT_INIT
 AC_CONFIG_MACRO_DIR([m4])
 
-AP_VERSION=2.0.55
+AP_VERSION=2.0.39
 CHECK_APACHE(,$AP_VERSION,
     :,:,
     AC_MSG_ERROR([*** Apache version $AP_VERSION not found!])
--- mod_h264_streaming-2.2.7/configure			2010-01-07 16:06:15.000000000 +0100
+++ mod_h264_streaming-2.2.7/configure.httpd		2011-03-15 14:49:25.000000000 +0100
@@ -11724,7 +11724,7 @@
 
 
 
-AP_VERSION=2.0.55
+AP_VERSION=2.0.39
 
 # Check whether --with-apxs was given.
 if test "${with_apxs+set}" = set; then


--- NEW FILE mod_h264_streaming.spec ---
Summary:	H264 streaming module for the Apache HTTP Server
Name:		mod_h264_streaming
Version:	2.2.7
Release:	1%{?dist}
Group:		System Environment/Daemons
License:	CC-BY-NC-SA
URL:		http://h264.code-shop.com/
Source0:	http://h264.code-shop.com/download/apache_%{name}-%{version}.tar.gz
Source1:	h264_streaming.conf
Patch:		mod_h264_streaming-2.2.7-httpd.patch
BuildRequires:	httpd-devel >= 2.0.39
Requires:	httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing httpd-devel)
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
H264 streaming module enable viewers to immediately jump to any part of
the video regardless of the length of the video or whether it has all
been downloaded yet. It also supports 'virtual video clips', so it can
be specified to only playback a part of the video or create download
links to specific parts of the video. If the video is already using the
widely adopted MPEG4/H264 industry standard, there's no need to recode
MP4 videos, the existing video files can be used.

This version is free if you agree to the noncommercial license. Please
mention its use on your website, in the lines of 'This website uses H264
pseudo video streaming technology by CodeShop'. The commercial license
is inexpensive, see the following link if you need a commercial license:
http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-License-Version2

%prep
%setup -q
%patch -p1 -b .httpd

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# Install Apache configuration file
install -D -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/h264_streaming.conf

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_libdir}/httpd/modules/%{name}.so
%config(noreplace) %{_sysconfdir}/httpd/conf.d/h264_streaming.conf

%changelog
* Tue Mar 15 2011 Robert Scheck <robert at fedoraproject.org> 2.2.7-1
- Upgrade to 2.2.7
- Initial spec file for Fedora and Red Hat Enterprise Linux


Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mod_h264_streaming/F-14/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jul 2011 10:31:42 -0000	1.1
+++ .cvsignore	11 Jul 2011 16:02:02 -0000	1.2
@@ -0,0 +1 @@
+apache_mod_h264_streaming-2.2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mod_h264_streaming/F-14/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jul 2011 10:31:42 -0000	1.1
+++ sources	11 Jul 2011 16:02:02 -0000	1.2
@@ -0,0 +1 @@
+123cacef68e9ff56fe908200bd0feea5  apache_mod_h264_streaming-2.2.7.tar.gz



More information about the rpmfusion-commits mailing list