rpms/libquicktime/devel sources, 1.8, 1.9 .cvsignore, 1.8, 1.9 libquicktime.spec, 1.21, 1.22
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28165
Modified Files:
sources .cvsignore libquicktime.spec
Log Message:
Update to 1.2.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 21 Jan 2011 15:07:27 -0000 1.8
+++ sources 11 Jul 2011 20:34:23 -0000 1.9
@@ -1 +1 @@
-016a0513a7d3fb1b8e64a265152e559d libquicktime-1.2.2.tar.gz
+9a82a1546408605ea8337b3a7c78786e libquicktime-1.2.3.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 21 Jan 2011 15:07:27 -0000 1.8
+++ .cvsignore 11 Jul 2011 20:34:23 -0000 1.9
@@ -1 +1 @@
-libquicktime-1.2.2.tar.gz
+libquicktime-1.2.3.tar.gz
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libquicktime.spec 11 Mar 2011 08:17:21 -0000 1.21
+++ libquicktime.spec 11 Jul 2011 20:34:23 -0000 1.22
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
-Version: 1.2.2
-Release: 2%{?dist}
+Version: 1.2.3
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -129,6 +129,9 @@
# --------------------------------------------------------------------
%changelog
+* Mon Jul 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.3-1
+- Update to 1.2.3
+
* Fri Mar 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.2-2
- Rebuilt for new x264/FFmpeg
13 years, 4 months
rpms/mod_h264_streaming/EL-5 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
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/mod_h264_streaming/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28319
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(a)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(a)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/EL-5/.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:37 -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/EL-5/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:38 -0000 1.2
@@ -0,0 +1 @@
+123cacef68e9ff56fe908200bd0feea5 apache_mod_h264_streaming-2.2.7.tar.gz
13 years, 4 months
rpms/mod_h264_streaming/EL-6 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
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/mod_h264_streaming/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28210
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(a)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(a)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/EL-6/.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:24 -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/EL-6/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:24 -0000 1.2
@@ -0,0 +1 @@
+123cacef68e9ff56fe908200bd0feea5 apache_mod_h264_streaming-2.2.7.tar.gz
13 years, 4 months
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
by Robert Scheck
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(a)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(a)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
13 years, 4 months
rpms/mod_h264_streaming/devel 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
by Robert Scheck
Author: robert
Update of /cvs/nonfree/rpms/mod_h264_streaming/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27892
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(a)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(a)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/devel/.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:00:46 -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/devel/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:00:47 -0000 1.2
@@ -0,0 +1 @@
+123cacef68e9ff56fe908200bd0feea5 apache_mod_h264_streaming-2.2.7.tar.gz
13 years, 4 months
rpms/mod_h264_streaming/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mod_h264_streaming/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsh19051/rpms/mod_h264_streaming/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module mod_h264_streaming
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: mod_h264_streaming
# $Id: Makefile,v 1.1 2011/07/11 10:31:42 kwizart Exp $
NAME := mod_h264_streaming
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
13 years, 4 months
rpms/mod_h264_streaming Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mod_h264_streaming
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsh19051/rpms/mod_h264_streaming
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module mod_h264_streaming
--- NEW FILE Makefile ---
# Top level Makefile for module mod_h264_streaming
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
13 years, 4 months
rpms/mod_h264_streaming/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mod_h264_streaming/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsh19051/rpms/mod_h264_streaming/devel
Log Message:
Directory /cvs/nonfree/rpms/mod_h264_streaming/devel added to the repository
13 years, 4 months
rpms/mod_h264_streaming - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/mod_h264_streaming
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsh19051/rpms/mod_h264_streaming
Log Message:
Directory /cvs/nonfree/rpms/mod_h264_streaming added to the repository
13 years, 4 months
rpms/psb-kmod/F-14 psb-kmod.spec,1.16,1.17
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/psb-kmod/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26672
Modified Files:
psb-kmod.spec
Log Message:
back to newest
Index: psb-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/psb-kmod/F-14/psb-kmod.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- psb-kmod.spec 10 Jul 2011 17:40:48 -0000 1.16
+++ psb-kmod.spec 10 Jul 2011 17:41:47 -0000 1.17
@@ -3,7 +3,7 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#define buildforkernels newest
+%define buildforkernels newest
Name: psb-kmod
Version: 4.41.1
13 years, 4 months