rpms/amrwb/F-8 amrwb.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4026
Modified Files:
amrwb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrwb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/F-8/amrwb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrwb.spec 25 Jul 2008 20:06:04 -0000 1.1
+++ amrwb.spec 16 Aug 2008 21:12:51 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrwb
Version: 7.0.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.204/26204-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-3
- Release bump for rpmfusion
16 years, 3 months
rpms/amrwb/F-9 amrwb.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3926
Modified Files:
amrwb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrwb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/F-9/amrwb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrwb.spec 25 Jul 2008 20:05:38 -0000 1.1
+++ amrwb.spec 16 Aug 2008 21:12:37 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrwb
Version: 7.0.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.204/26204-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-3
- Release bump for rpmfusion
16 years, 3 months
rpms/amrwb/devel amrwb.spec,1.2,1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrwb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3820
Modified Files:
amrwb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrwb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrwb/devel/amrwb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amrwb.spec 25 Jul 2008 20:05:12 -0000 1.2
+++ amrwb.spec 16 Aug 2008 21:12:16 -0000 1.3
@@ -1,6 +1,6 @@
Name: amrwb
Version: 7.0.0.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.204/26204-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.3-3
- Release bump for rpmfusion
16 years, 3 months
rpms/amrnb/F-9 amrnb.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3419
Modified Files:
amrnb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-9/amrnb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrnb.spec 25 Jul 2008 20:03:43 -0000 1.1
+++ amrnb.spec 16 Aug 2008 21:08:41 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrnb
Version: 7.0.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.104/26104-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
16 years, 3 months
rpms/amrnb/F-8 amrnb.spec,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3313
Modified Files:
amrnb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/F-8/amrnb.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amrnb.spec 25 Jul 2008 20:04:06 -0000 1.1
+++ amrnb.spec 16 Aug 2008 21:08:26 -0000 1.2
@@ -1,6 +1,6 @@
Name: amrnb
Version: 7.0.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.104/26104-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
16 years, 3 months
rpms/amrnb/devel amrnb.spec,1.2,1.3
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/amrnb/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2669
Modified Files:
amrnb.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
- wget the needed sources in %prep instead of letting the Makefile do it
so that we can use an IP address to work around there being no
/etc/resolv.conf in the buildroot
Index: amrnb.spec
===================================================================
RCS file: /cvs/nonfree/rpms/amrnb/devel/amrnb.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amrnb.spec 25 Jul 2008 20:01:58 -0000 1.2
+++ amrnb.spec 16 Aug 2008 20:57:50 -0000 1.3
@@ -1,6 +1,6 @@
Name: amrnb
Version: 7.0.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Adaptive Multi-Rate (AMR) Speech Codec
Group: System Environment/Libraries
License: Distributable
@@ -37,6 +37,9 @@
%prep
%setup -q
+# Note we do the wget ourselves so that we can use in IP in the URL as there
+# is no /etc/resolv.conf in the buildroot
+wget ftp://195.238.226.15/Specs/archive/26_series/26.104/26104-700.zip
%build
@@ -77,6 +80,11 @@
%changelog
+* Sat Aug 16 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-4
+- wget the needed sources in %%prep instead of letting the Makefile do it
+ so that we can use an IP address to work around there being no
+ /etc/resolv.conf in the buildroot
+
* Fri Jul 25 2008 Hans de Goede <j.w.r.degoede(a)hhs.nl> 7.0.0.2-3
- Release bump for rpmfusion
16 years, 3 months
rpms/avidemux/devel .cvsignore,1.2,1.3 avidemux.spec,1.3,1.4
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32348
Modified Files:
.cvsignore avidemux.spec
Log Message:
upload sources & rebuild
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 16:47:38 -0000 1.2
+++ .cvsignore 16 Aug 2008 20:07:42 -0000 1.3
@@ -1 +1 @@
-avidemux_2.4.2.tar.gz
+avidemux_2.4.3.tar.gz
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- avidemux.spec 16 Aug 2008 16:50:48 -0000 1.3
+++ avidemux.spec 16 Aug 2008 20:07:42 -0000 1.4
@@ -4,7 +4,7 @@
Name: avidemux
Version: 2.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing tool
Group: Applications/Multimedia
@@ -160,6 +160,9 @@
%endif
%changelog
+* Sat Aug 16 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-2
+- retag
+
* Sat Aug 16 2008 Stewart Adam <s.adam at diffingo.com> - 2.4.3-1
- Update to 2.4.3
16 years, 3 months
rpms/y4mscaler/F-8 y4mscaler-9.0-new-mjpegtools.patch, NONE, 1.1 y4mscaler.spec, NONE, 1.1
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/y4mscaler/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29395
Added Files:
y4mscaler-9.0-new-mjpegtools.patch y4mscaler.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <jwrdegoede(a)fedoraproject.org> 9.0-7
- Fix build with new mjpegtools
y4mscaler-9.0-new-mjpegtools.patch:
--- NEW FILE y4mscaler-9.0-new-mjpegtools.patch ---
diff -up y4mscaler-9.0/y4mscaler.C~ y4mscaler-9.0/y4mscaler.C
--- y4mscaler-9.0/y4mscaler.C~ 2008-08-16 21:12:06.000000000 +0200
+++ y4mscaler-9.0/y4mscaler.C 2008-08-16 21:13:00.000000000 +0200
@@ -194,7 +194,7 @@ int main(int argc, char *argv[])
if (source.read_stream_header(fd_in) != Y4M_OK)
mjpeg_error_exit1("Failed to read YUV4MPEG2 header!");
mjpeg_info("Input Stream Header:");
- source.stream().log_info(LOG_INFO, "<<< ");
+ source.stream().log_info(mjpeg_loglev_t("info"), "<<< ");
/* set target stream defaults from source stream */
target.init_stream(source);
@@ -216,7 +216,7 @@ int main(int argc, char *argv[])
/* set up target stream */
target.stream().write_stream_header(fd_out);
mjpeg_info("Output Stream Header:");
- target.stream().log_info(LOG_INFO, ">>> ");
+ target.stream().log_info(mjpeg_loglev_t("info"), ">>> ");
/* do some scaling */
scaling.create_scalers(source, target);
--- NEW FILE y4mscaler.spec ---
Name: y4mscaler
Version: 9.0
Release: 7%{?dist}
Summary: Video scaler which operates on YUV4MPEG2 streams
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mir.com/DMG/Software/
Source0: http://www.mir.com/DMG/Software/%{name}-%{version}-src.tgz
Patch0: y4mscaler-9.0-new-mjpegtools.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: mjpegtools-devel >= 1.6.3
%description
y4mscaler is a video scaler which operates on YUV4MPEG2 streams, as
used by the tools in the MJPEGtools project. It essentially takes
some region of an input stream, and scales it into some region of the
output stream.
%prep
%setup -q
%patch0 -p1
%build
make %{?_smp_mflags} CXX="%{__cxx}" COPT="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 y4mscaler $RPM_BUILD_ROOT%{_bindir}/y4mscaler
install -Dpm 644 y4mscaler.1 $RPM_BUILD_ROOT%{_mandir}/man1/y4mscaler.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/y4mscaler
%{_mandir}/man1/y4mscaler.1*
%changelog
* Sat Aug 16 2008 Hans de Goede <jwrdegoede(a)fedoraproject.org> 9.0-7
- Fix build with new mjpegtools
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 9.0-6
- rebuild
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 9.0-5
- License: GPLv2+
* Fri Jun 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 9.0-4
- Rebuild.
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 9.0-3
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Mon Sep 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 9.0-2
- Rebuild.
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Mon Dec 12 2005 Ville Skyttä <ville.skytta at iki.fi> - 9.0-0.lvn.1
- 9.0.
* Sun Oct 9 2005 Dams <anvil[AT]livna.org> - 8.1-0.lvn.5
- Really rebuild against mjpegtools
* Mon Sep 26 2005 Thorsten Leemhuis <fedoral[AT]leemhuis.info> - 8.1-0.lvn.4
- Rebuilt against new mjpegtools
* Tue Aug 30 2005 Dams <anvil[AT]livna.org> - 8.1-0.lvn.3
- Rebuilt against new mjpegtools
* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 8.1-0.lvn.2
- Lower mjpegtools-devel build dependency to 1.6.3.
* Sat May 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 8.1-0.lvn.1
- 8.1.
* Fri Dec 31 2004 Ville Skyttä <ville.skytta at iki.fi> - 0.6.2-0.lvn.1
- First build.
16 years, 3 months
rpms/y4mscaler/F-8 .cvsignore,1.1,1.2 sources,1.1,1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/y4mscaler/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28996
Modified Files:
.cvsignore sources
Log Message:
* Sat Aug 16 2008 Hans de Goede <jwrdegoede(a)fedoraproject.org> 9.0-7
- Fix build with new mjpegtools
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/y4mscaler/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Aug 2008 08:48:40 -0000 1.1
+++ .cvsignore 16 Aug 2008 19:08:45 -0000 1.2
@@ -0,0 +1 @@
+y4mscaler-9.0-src.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/y4mscaler/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Aug 2008 08:48:40 -0000 1.1
+++ sources 16 Aug 2008 19:08:45 -0000 1.2
@@ -0,0 +1 @@
+6b5d110aeacb22b865591e6203666195 y4mscaler-9.0-src.tgz
16 years, 3 months
rpms/y4mscaler/F-9 y4mscaler-9.0-new-mjpegtools.patch, NONE, 1.1 y4mscaler.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/free/rpms/y4mscaler/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28893
Modified Files:
.cvsignore sources
Added Files:
y4mscaler-9.0-new-mjpegtools.patch y4mscaler.spec
Log Message:
* Sat Aug 16 2008 Hans de Goede <jwrdegoede(a)fedoraproject.org> 9.0-7
- Fix build with new mjpegtools
y4mscaler-9.0-new-mjpegtools.patch:
--- NEW FILE y4mscaler-9.0-new-mjpegtools.patch ---
diff -up y4mscaler-9.0/y4mscaler.C~ y4mscaler-9.0/y4mscaler.C
--- y4mscaler-9.0/y4mscaler.C~ 2008-08-16 21:12:06.000000000 +0200
+++ y4mscaler-9.0/y4mscaler.C 2008-08-16 21:13:00.000000000 +0200
@@ -194,7 +194,7 @@ int main(int argc, char *argv[])
if (source.read_stream_header(fd_in) != Y4M_OK)
mjpeg_error_exit1("Failed to read YUV4MPEG2 header!");
mjpeg_info("Input Stream Header:");
- source.stream().log_info(LOG_INFO, "<<< ");
+ source.stream().log_info(mjpeg_loglev_t("info"), "<<< ");
/* set target stream defaults from source stream */
target.init_stream(source);
@@ -216,7 +216,7 @@ int main(int argc, char *argv[])
/* set up target stream */
target.stream().write_stream_header(fd_out);
mjpeg_info("Output Stream Header:");
- target.stream().log_info(LOG_INFO, ">>> ");
+ target.stream().log_info(mjpeg_loglev_t("info"), ">>> ");
/* do some scaling */
scaling.create_scalers(source, target);
--- NEW FILE y4mscaler.spec ---
Name: y4mscaler
Version: 9.0
Release: 7%{?dist}
Summary: Video scaler which operates on YUV4MPEG2 streams
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.mir.com/DMG/Software/
Source0: http://www.mir.com/DMG/Software/%{name}-%{version}-src.tgz
Patch0: y4mscaler-9.0-new-mjpegtools.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: mjpegtools-devel >= 1.6.3
%description
y4mscaler is a video scaler which operates on YUV4MPEG2 streams, as
used by the tools in the MJPEGtools project. It essentially takes
some region of an input stream, and scales it into some region of the
output stream.
%prep
%setup -q
%patch0 -p1
%build
make %{?_smp_mflags} CXX="%{__cxx}" COPT="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 y4mscaler $RPM_BUILD_ROOT%{_bindir}/y4mscaler
install -Dpm 644 y4mscaler.1 $RPM_BUILD_ROOT%{_mandir}/man1/y4mscaler.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README TODO
%{_bindir}/y4mscaler
%{_mandir}/man1/y4mscaler.1*
%changelog
* Sat Aug 16 2008 Hans de Goede <jwrdegoede(a)fedoraproject.org> 9.0-7
- Fix build with new mjpegtools
* Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 9.0-6
- rebuild
* Wed Aug 22 2007 Ville Skyttä <ville.skytta at iki.fi> - 9.0-5
- License: GPLv2+
* Fri Jun 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 9.0-4
- Rebuild.
* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 9.0-3
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Mon Sep 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 9.0-2
- Rebuild.
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- switch to new release field
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- add dist
* Mon Dec 12 2005 Ville Skyttä <ville.skytta at iki.fi> - 9.0-0.lvn.1
- 9.0.
* Sun Oct 9 2005 Dams <anvil[AT]livna.org> - 8.1-0.lvn.5
- Really rebuild against mjpegtools
* Mon Sep 26 2005 Thorsten Leemhuis <fedoral[AT]leemhuis.info> - 8.1-0.lvn.4
- Rebuilt against new mjpegtools
* Tue Aug 30 2005 Dams <anvil[AT]livna.org> - 8.1-0.lvn.3
- Rebuilt against new mjpegtools
* Thu May 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 8.1-0.lvn.2
- Lower mjpegtools-devel build dependency to 1.6.3.
* Sat May 21 2005 Ville Skyttä <ville.skytta at iki.fi> - 8.1-0.lvn.1
- 8.1.
* Fri Dec 31 2004 Ville Skyttä <ville.skytta at iki.fi> - 0.6.2-0.lvn.1
- First build.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/y4mscaler/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 9 Aug 2008 08:48:40 -0000 1.1
+++ .cvsignore 16 Aug 2008 19:08:18 -0000 1.2
@@ -0,0 +1 @@
+y4mscaler-9.0-src.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/y4mscaler/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 9 Aug 2008 08:48:40 -0000 1.1
+++ sources 16 Aug 2008 19:08:18 -0000 1.2
@@ -0,0 +1 @@
+6b5d110aeacb22b865591e6203666195 y4mscaler-9.0-src.tgz
16 years, 3 months