rpms/vlc/F-11 sources,1.23,1.24 vlc.spec,1.50,1.51
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29368
Modified Files:
sources vlc.spec
Log Message:
Update to 1.0.6
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources 28 Jan 2010 20:22:39 -0000 1.23
+++ sources 7 May 2010 23:17:27 -0000 1.24
@@ -1 +1 @@
-d3d99e489ba1ae996af7e1065c0ef313 vlc-1.0.5.tar.bz2
+246a3865ec037f8f5757ef6b973a80fc vlc-1.0.6.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- vlc.spec 27 Feb 2010 18:35:01 -0000 1.50
+++ vlc.spec 7 May 2010 23:17:27 -0000 1.51
@@ -7,8 +7,8 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.5
-Release: 2%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -529,6 +529,9 @@
%changelog
+* Sat May 08 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6 security - http://www.videolan.org/security/sa1003.html
+
* Sat Feb 27 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.5-2
- Add BR libtiger-devel
14 years, 7 months
rpms/autopano-sift-C/F-13 .cvsignore, 1.2, 1.3 autopano-sift-C.README.fedora, 1.1, 1.2 autopano-sift-C.spec, 1.3, 1.4 sources, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/autopano-sift-C/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27254/F-13
Modified Files:
.cvsignore autopano-sift-C.README.fedora autopano-sift-C.spec
sources
Log Message:
Update to 2.5.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 14:08:32 -0000 1.2
+++ .cvsignore 7 May 2010 22:58:05 -0000 1.3
@@ -1 +1 @@
-autopano-sift-C-2.4.1.tar.gz
+autopano-sift-C-2.5.1.tar.gz
Index: autopano-sift-C.README.fedora
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/autopano-sift-C.README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autopano-sift-C.README.fedora 3 Aug 2008 14:08:32 -0000 1.1
+++ autopano-sift-C.README.fedora 7 May 2010 22:58:05 -0000 1.2
@@ -1,7 +1,13 @@
To use with hugin, set the 'Autopano-SIFT:' preference to:
- autopano-c-complete.sh
+ autopano-sift-c
..and the 'Arguments:' preference to:
- --output %o --points %p %i
+ --maxmatches %p %o %s
+
+You may have problems with spaces in file path names, if so try the older
+invocation, note that this is limited to processing 120 photos at a time:
+
+ --maxmatches %p --projection %f,%v %o %i
+
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/autopano-sift-C.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autopano-sift-C.spec 10 Oct 2009 10:23:20 -0000 1.3
+++ autopano-sift-C.spec 7 May 2010 22:58:05 -0000 1.4
@@ -1,15 +1,10 @@
Summary: SIFT feature detection
Name: autopano-sift-C
-Version: 2.4.1
-Release: 0.4.20080220svn%{?dist}
+Version: 2.5.1
+Release: 1%{?dist}
License: GPLv2
Group: Applications/Multimedia
-# The source for this package was pulled from upstream's vcs. Use the
-# following commands to generate the tarball:
-# svn export -r 2904 https://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk autopano-sift-C
-# cd autopano-sift-C
-# cmake . && make package_source
-Source: %{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
Source1: autopano-sift-C.README.fedora
URL: http://hugin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +14,7 @@
This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. The output is
created as project file for the hugin panorama stitching software.
+See README.fedora for hugin configuration instructions.
%prep
%setup -q
@@ -27,6 +23,8 @@
cp -a %{SOURCE1} README.fedora
%cmake .
make VERBOSE=1 %{?_smp_mflags}
+# fix dos text file
+sed -i 's/\r//' APSCpp/README-autopano-sift-c.txt
%install
rm -rf %{buildroot}
@@ -37,7 +35,7 @@
%files
%defattr(-,root,root,-)
-%doc README LICENSE README.1ST README.fedora
+%doc README LICENSE README.1ST README.fedora APSCpp/README-autopano-sift-c.txt
%{_bindir}/autopano
%{_bindir}/autopano-sift-c
%{_bindir}/generatekeys
@@ -48,12 +46,18 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
+- 2.5.1 release
+
* Sat Oct 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.4.20080220svn
- rebuilt
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.3.20080220svn
- rebuild for new F11 features
+* Sun Dec 14 2008 Bruno Postle <bruno(a)postle.net> 2.5.0-1
+- 2.5.0 release
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.1-0.2.20080220svn
- rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 14:08:32 -0000 1.2
+++ sources 7 May 2010 22:58:05 -0000 1.3
@@ -1 +1 @@
-41d00c89fc8b5e2c940eb3fe14c43db6 autopano-sift-C-2.4.1.tar.gz
+b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz
14 years, 7 months
rpms/autopano-sift-C/devel .cvsignore, 1.2, 1.3 autopano-sift-C.README.fedora, 1.1, 1.2 autopano-sift-C.spec, 1.3, 1.4 sources, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/autopano-sift-C/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27254/devel
Modified Files:
.cvsignore autopano-sift-C.README.fedora autopano-sift-C.spec
sources
Log Message:
Update to 2.5.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 14:08:32 -0000 1.2
+++ .cvsignore 7 May 2010 22:58:04 -0000 1.3
@@ -1 +1 @@
-autopano-sift-C-2.4.1.tar.gz
+autopano-sift-C-2.5.1.tar.gz
Index: autopano-sift-C.README.fedora
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/autopano-sift-C.README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autopano-sift-C.README.fedora 3 Aug 2008 14:08:32 -0000 1.1
+++ autopano-sift-C.README.fedora 7 May 2010 22:58:05 -0000 1.2
@@ -1,7 +1,13 @@
To use with hugin, set the 'Autopano-SIFT:' preference to:
- autopano-c-complete.sh
+ autopano-sift-c
..and the 'Arguments:' preference to:
- --output %o --points %p %i
+ --maxmatches %p %o %s
+
+You may have problems with spaces in file path names, if so try the older
+invocation, note that this is limited to processing 120 photos at a time:
+
+ --maxmatches %p --projection %f,%v %o %i
+
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/autopano-sift-C.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autopano-sift-C.spec 10 Oct 2009 10:23:20 -0000 1.3
+++ autopano-sift-C.spec 7 May 2010 22:58:05 -0000 1.4
@@ -1,15 +1,10 @@
Summary: SIFT feature detection
Name: autopano-sift-C
-Version: 2.4.1
-Release: 0.4.20080220svn%{?dist}
+Version: 2.5.1
+Release: 1%{?dist}
License: GPLv2
Group: Applications/Multimedia
-# The source for this package was pulled from upstream's vcs. Use the
-# following commands to generate the tarball:
-# svn export -r 2904 https://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk autopano-sift-C
-# cd autopano-sift-C
-# cmake . && make package_source
-Source: %{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
Source1: autopano-sift-C.README.fedora
URL: http://hugin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +14,7 @@
This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. The output is
created as project file for the hugin panorama stitching software.
+See README.fedora for hugin configuration instructions.
%prep
%setup -q
@@ -27,6 +23,8 @@
cp -a %{SOURCE1} README.fedora
%cmake .
make VERBOSE=1 %{?_smp_mflags}
+# fix dos text file
+sed -i 's/\r//' APSCpp/README-autopano-sift-c.txt
%install
rm -rf %{buildroot}
@@ -37,7 +35,7 @@
%files
%defattr(-,root,root,-)
-%doc README LICENSE README.1ST README.fedora
+%doc README LICENSE README.1ST README.fedora APSCpp/README-autopano-sift-c.txt
%{_bindir}/autopano
%{_bindir}/autopano-sift-c
%{_bindir}/generatekeys
@@ -48,12 +46,18 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
+- 2.5.1 release
+
* Sat Oct 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.4.20080220svn
- rebuilt
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.3.20080220svn
- rebuild for new F11 features
+* Sun Dec 14 2008 Bruno Postle <bruno(a)postle.net> 2.5.0-1
+- 2.5.0 release
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.1-0.2.20080220svn
- rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 14:08:32 -0000 1.2
+++ sources 7 May 2010 22:58:05 -0000 1.3
@@ -1 +1 @@
-41d00c89fc8b5e2c940eb3fe14c43db6 autopano-sift-C-2.4.1.tar.gz
+b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz
14 years, 7 months
rpms/autopano-sift-C/F-12 .cvsignore, 1.2, 1.3 autopano-sift-C.README.fedora, 1.1, 1.2 autopano-sift-C.spec, 1.3, 1.4 sources, 1.2, 1.3
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/autopano-sift-C/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27254/F-12
Modified Files:
.cvsignore autopano-sift-C.README.fedora autopano-sift-C.spec
sources
Log Message:
Update to 2.5.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Aug 2008 14:08:32 -0000 1.2
+++ .cvsignore 7 May 2010 22:58:06 -0000 1.3
@@ -1 +1 @@
-autopano-sift-C-2.4.1.tar.gz
+autopano-sift-C-2.5.1.tar.gz
Index: autopano-sift-C.README.fedora
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-12/autopano-sift-C.README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- autopano-sift-C.README.fedora 3 Aug 2008 14:08:32 -0000 1.1
+++ autopano-sift-C.README.fedora 7 May 2010 22:58:06 -0000 1.2
@@ -1,7 +1,13 @@
To use with hugin, set the 'Autopano-SIFT:' preference to:
- autopano-c-complete.sh
+ autopano-sift-c
..and the 'Arguments:' preference to:
- --output %o --points %p %i
+ --maxmatches %p %o %s
+
+You may have problems with spaces in file path names, if so try the older
+invocation, note that this is limited to processing 120 photos at a time:
+
+ --maxmatches %p --projection %f,%v %o %i
+
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-12/autopano-sift-C.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- autopano-sift-C.spec 10 Oct 2009 10:23:20 -0000 1.3
+++ autopano-sift-C.spec 7 May 2010 22:58:06 -0000 1.4
@@ -1,15 +1,10 @@
Summary: SIFT feature detection
Name: autopano-sift-C
-Version: 2.4.1
-Release: 0.4.20080220svn%{?dist}
+Version: 2.5.1
+Release: 1%{?dist}
License: GPLv2
Group: Applications/Multimedia
-# The source for this package was pulled from upstream's vcs. Use the
-# following commands to generate the tarball:
-# svn export -r 2904 https://hugin.svn.sourceforge.net/svnroot/hugin/autopano-sift-C/trunk autopano-sift-C
-# cd autopano-sift-C
-# cmake . && make package_source
-Source: %{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
Source1: autopano-sift-C.README.fedora
URL: http://hugin.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +14,7 @@
This package provides an implementation of the SIFT algorithm and a set of
utilities to utilize the algorithm to match two or more images. The output is
created as project file for the hugin panorama stitching software.
+See README.fedora for hugin configuration instructions.
%prep
%setup -q
@@ -27,6 +23,8 @@
cp -a %{SOURCE1} README.fedora
%cmake .
make VERBOSE=1 %{?_smp_mflags}
+# fix dos text file
+sed -i 's/\r//' APSCpp/README-autopano-sift-c.txt
%install
rm -rf %{buildroot}
@@ -37,7 +35,7 @@
%files
%defattr(-,root,root,-)
-%doc README LICENSE README.1ST README.fedora
+%doc README LICENSE README.1ST README.fedora APSCpp/README-autopano-sift-c.txt
%{_bindir}/autopano
%{_bindir}/autopano-sift-c
%{_bindir}/generatekeys
@@ -48,12 +46,18 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
+- 2.5.1 release
+
* Sat Oct 10 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.4.20080220svn
- rebuilt
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.4.1-0.3.20080220svn
- rebuild for new F11 features
+* Sun Dec 14 2008 Bruno Postle <bruno(a)postle.net> 2.5.0-1
+- 2.5.0 release
+
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.4.1-0.2.20080220svn
- rebuild
Index: sources
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Aug 2008 14:08:32 -0000 1.2
+++ sources 7 May 2010 22:58:06 -0000 1.3
@@ -1 +1 @@
-41d00c89fc8b5e2c940eb3fe14c43db6 autopano-sift-C-2.4.1.tar.gz
+b9bade07e8c4f2ea383c22a082c260e0 autopano-sift-C-2.5.1.tar.gz
14 years, 7 months
rpms/libquicktime/F-13 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 libquicktime.spec, 1.16, 1.17
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libquicktime/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25406
Modified Files:
.cvsignore sources libquicktime.spec
Log Message:
Update to lastest
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/libquicktime/F-13/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 16 Jan 2010 16:43:22 -0000 1.6
+++ .cvsignore 7 May 2010 22:33:44 -0000 1.7
@@ -1 +1 @@
-libquicktime-1.1.4.tar.gz
+libquicktime-1.1.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/libquicktime/F-13/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 16 Jan 2010 16:43:22 -0000 1.6
+++ sources 7 May 2010 22:33:44 -0000 1.7
@@ -1 +1 @@
-ee4f8602e67a445ba906f809a83e0c34 libquicktime-1.1.4.tar.gz
+0fd45b3deff0317c2f85a34b1b106acf libquicktime-1.1.5.tar.gz
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/F-13/libquicktime.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libquicktime.spec 25 Jan 2010 22:12:26 -0000 1.16
+++ libquicktime.spec 7 May 2010 22:33:44 -0000 1.17
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
-Version: 1.1.4
-Release: 2%{?dist}
+Version: 1.1.5
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -16,6 +16,7 @@
BuildRequires: libdv-devel >= 0.102-4 x264-devel faad2-devel
BuildRequires: libavc1394-devel libraw1394-devel >= 0.9.0-12
BuildRequires: gtk2-devel >= 2.4.0
+BuildRequires: schroedinger-devel
BuildRequires: gettext-devel
%{?_with_faac:BuildRequires: faac-devel}
@@ -129,6 +130,9 @@
# --------------------------------------------------------------------
%changelog
+* Sat May 01 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.1.5-1
+- Update to 1.1.5
+
* Mon Jan 25 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.1.4-2
- Rebuild
14 years, 7 months
rpms/vlc/F-12 sources,1.30,1.31 vlc.spec,1.75,1.76
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25337
Modified Files:
sources vlc.spec
Log Message:
- Update to 1.0.6 security - http://www.videolan.org/security/sa1003.html
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-12/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources 28 Jan 2010 20:17:50 -0000 1.30
+++ sources 7 May 2010 22:32:37 -0000 1.31
@@ -1 +1 @@
-d3d99e489ba1ae996af7e1065c0ef313 vlc-1.0.5.tar.bz2
+246a3865ec037f8f5757ef6b973a80fc vlc-1.0.6.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-12/vlc.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- vlc.spec 27 Feb 2010 18:35:01 -0000 1.75
+++ vlc.spec 7 May 2010 22:32:37 -0000 1.76
@@ -7,8 +7,8 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
-Version: 1.0.5
-Release: 2%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -529,6 +529,9 @@
%changelog
+* Sat May 08 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.6-1
+- Update to 1.0.6 security - http://www.videolan.org/security/sa1003.html
+
* Sat Feb 27 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 1.0.5-2
- Add BR libtiger-devel
14 years, 7 months
rpms/ffmpeg/F-11 .cvsignore, 1.10, 1.11 ffmpeg-textrel.patch, 1.1, 1.2 ffmpeg.spec, 1.17, 1.18 sources, 1.10, 1.11 ffmpeg-ppc.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/ffmpeg/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12188
Modified Files:
.cvsignore ffmpeg-textrel.patch ffmpeg.spec sources
Removed Files:
ffmpeg-ppc.patch
Log Message:
* Fri Mar 05 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.5.1-1
- updated to latest point release
- fix textrels on x86_64 in a different way (patch by Reimar Döffinger)
- use -mlongcall instead of -fPIC to fix rfbz#804, it's faster
- replaced amr.b with opencore-amr
- dropped separate SIMDified libs for x86 and ppc(64),
runtime CPU detection should be enough
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-11/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 10 Mar 2009 23:24:14 -0000 1.10
+++ .cvsignore 7 May 2010 17:11:54 -0000 1.11
@@ -1 +1 @@
-ffmpeg-0.5.tar.bz2
+ffmpeg-0.5.1.tar.bz2
ffmpeg-textrel.patch:
fft_mmx.asm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
Index: ffmpeg-textrel.patch
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-11/ffmpeg-textrel.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-textrel.patch 10 Mar 2009 23:25:59 -0000 1.1
+++ ffmpeg-textrel.patch 7 May 2010 17:11:56 -0000 1.2
@@ -1,12 +1,41 @@
-diff -up ffmpeg-0.5/libavcodec/x86/fft_mmx.asm.textrel ffmpeg-0.5/libavcodec/x86/fft_mmx.asm
---- ffmpeg-0.5/libavcodec/x86/fft_mmx.asm.textrel 2009-02-13 01:57:22.000000000 +0100
-+++ ffmpeg-0.5/libavcodec/x86/fft_mmx.asm 2009-03-10 22:09:16.000000000 +0100
-@@ -448,6 +448,8 @@ fft %+ n %+ %3%2:
+diff -up ffmpeg-0.5.1/libavcodec/x86/fft_mmx.asm.textrel ffmpeg-0.5.1/libavcodec/x86/fft_mmx.asm
+--- ffmpeg-0.5.1/libavcodec/x86/fft_mmx.asm.textrel 2009-02-13 01:57:22.000000000 +0100
++++ ffmpeg-0.5.1/libavcodec/x86/fft_mmx.asm 2010-03-05 21:40:24.000000000 +0100
+@@ -417,18 +417,23 @@ DECL_PASS pass_interleave_3dn, PASS_BIG
+ %define pass_3dn2 pass_3dn
+ %define pass_interleave_3dn2 pass_interleave_3dn
- %ifidn __OUTPUT_FORMAT__,macho64
- section .rodata
++%ifdef PIC
++%define SECTION_REL - $$
+%else
-+section .data
++%define SECTION_REL
++%endif
+
+ %macro DECL_FFT 2-3 ; nbits, cpu, suffix
+-%xdefine list_of_fft fft4%2, fft8%2
++%xdefine list_of_fft fft4%2 SECTION_REL, fft8%2 SECTION_REL
+ %if %1==5
+-%xdefine list_of_fft list_of_fft, fft16%2
++%xdefine list_of_fft list_of_fft, fft16%2 SECTION_REL
%endif
- align 8
+ %assign n 1<<%1
+ %rep 17-%1
+ %assign n2 n/2
+ %assign n4 n/4
+-%xdefine list_of_fft list_of_fft, fft %+ n %+ %3%2
++%xdefine list_of_fft list_of_fft, fft %+ n %+ %3%2 SECTION_REL
+
+ align 16
+ fft %+ n %+ %3%2:
+@@ -460,6 +465,10 @@ section .text
+ cglobal fft_dispatch%3%2, 2,5,0, z, nbits
+ lea r2, [dispatch_tab%3%2 GLOBAL]
+ mov r2, [r2 + (nbitsq-2)*gprsize]
++%ifdef PIC
++ lea r3, [$$ GLOBAL]
++ add r2, r3
++%endif
+ call r2
+ RET
+ %endmacro ; DECL_FFT
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-11/ffmpeg.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ffmpeg.spec 26 Oct 2009 01:26:55 -0000 1.17
+++ ffmpeg.spec 7 May 2010 17:11:56 -0000 1.18
@@ -4,19 +4,24 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.5
-Release: 3%{?dist}
+Version: 0.5.1
+Release: 1%{?dist}
+%if 0%{?_with_opencore_amr:1}
+License: GPLv3+
+%else
+%if 0%{?_with_amr:1} || 0%{?_with_faac:1}
+License: Non-distributable
+%else
License: GPLv2+
+%endif
+%endif
Group: Applications/Multimedia
URL: http://ffmpeg.org/
Source0: http://ffmpeg.org/releases/%{name}-%{version}.tar.bz2
# get rid of textrels on x86_64 in yasm code
Patch0: %{name}-textrel.patch
-# fix ppc builds
-Patch1: %{name}-ppc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
BuildRequires: bzip2-devel
BuildRequires: dirac-devel
%{?_with_faac:BuildRequires: faac-devel}
@@ -29,6 +34,7 @@
%{?_with_vaapi:BuildRequires:libva-devel >= 0.31.0}
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
+%{?_with_opencore_amr:BuildRequires: opencore-amr-devel}
BuildRequires: openjpeg-devel
BuildRequires: schroedinger-devel
BuildRequires: SDL-devel
@@ -87,6 +93,7 @@
--extra-cflags="$RPM_OPT_FLAGS" \\\
--extra-version=rpmfusion \\\
%{?_with_amr:--enable-libamr-nb --enable-libamr-wb --enable-nonfree} \\\
+ %{?_with_opencore_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
--enable-bzlib \\\
--enable-libdc1394 \\\
--enable-libdirac \\\
@@ -118,22 +125,29 @@
%prep
%setup -q
%patch0 -p1 -b .textrel
-%patch1 -p1 -b .ppc
%build
+%ifarch ppc ppc64
+# compile with -mlongcall on ppc/ppc64 (rf804)
+export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mlongcall"
+%endif
mkdir generic
pushd generic
%{ff_configure}\
--shlibdir=%{_libdir} \
%ifarch %{ix86}
--cpu=%{_target_cpu} \
- --disable-mmx2 \
- --disable-sse \
- --disable-ssse3 \
- --disable-yasm \
%endif
-%ifarch ppc ppc64
- --disable-altivec \
+%ifarch %{ix86} x86_64
+ --enable-runtime-cpudetect \
+%endif
+%ifarch ppc
+ --cpu=g3 \
+ --enable-runtime-cpudetect \
+%endif
+%ifarch ppc64
+ --cpu=g5 \
+ --enable-runtime-cpudetect \
%endif
%ifarch sparc sparc64
--disable-vis \
@@ -145,38 +159,6 @@
mkdir simd
pushd simd
-%ifarch %{ix86}
-%{ff_configure}\
- --shlibdir=%{_libdir}/i686 \
- --cpu=i686 \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-ffplay \
-
-make %{?_smp_mflags}
-%endif
-%ifarch ppc
-%{ff_configure}\
- --shlibdir=%{_libdir}/altivec \
- --cpu=g4 \
- --enable-altivec \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-ffplay \
-
-make %{?_smp_mflags}
-%endif
-%ifarch ppc64
-%{ff_configure}\
- --shlibdir=%{_libdir}/altivec \
- --cpu=g5 \
- --enable-altivec \
- --disable-ffmpeg \
- --disable-ffserver \
- --disable-ffplay \
-
-make %{?_smp_mflags}
-%endif
%ifarch sparc sparc64
%{ff_configure}\
--shlibdir=%{_libdir}/v9 \
@@ -196,7 +178,7 @@
make install DESTDIR=$RPM_BUILD_ROOT
popd
pushd simd
-%ifarch %{ix86} ppc ppc64 sparc sparc64
+%ifarch sparc sparc64
make install DESTDIR=$RPM_BUILD_ROOT
%endif
popd
@@ -211,7 +193,7 @@
%files
%defattr(-,root,root,-)
-%doc COPYING.GPL CREDITS Changelog README RELEASE doc/ffserver.conf
+%doc COPYING.GPL* CREDITS Changelog README RELEASE doc/ffserver.conf
%{_bindir}/ffmpeg
%{_bindir}/ffplay
%{_bindir}/ffserver
@@ -224,14 +206,6 @@
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
%{_libdir}/vhook/
-%ifarch %{ix86}
-%{_libdir}/i686/lib*.so.*
-%{_libdir}/i686/vhook/
-%endif
-%ifarch ppc ppc64
-%{_libdir}/altivec/lib*.so.*
-%{_libdir}/altivec/vhook/
-%endif
%ifarch sparc sparc64
%{_libdir}/v9/lib*.so.*
%{_libdir}/v9/vhook/
@@ -243,18 +217,20 @@
%{_includedir}/ffmpeg
%{_libdir}/pkgconfig/lib*.pc
%{_libdir}/lib*.so
-%ifarch %{ix86}
-%{_libdir}/i686/lib*.so
-%endif
-%ifarch ppc ppc64
-%{_libdir}/altivec/lib*.so
-%endif
%ifarch sparc sparc64
%{_libdir}/v9/lib*.so
%endif
%changelog
+* Fri Mar 05 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.5.1-1
+- updated to latest point release
+- fix textrels on x86_64 in a different way (patch by Reimar Döffinger)
+- use -mlongcall instead of -fPIC to fix rfbz#804, it's faster
+- replaced amr.b with opencore-amr
+- dropped separate SIMDified libs for x86 and ppc(64),
+ runtime CPU detection should be enough
+
* Thu Oct 22 2009 Dominik Mierzejewski <rpm at greysector.net> - 0.5-3
- dropped workaround for non-standard openjpeg headers location
- Add BR dirac vdpau. (kwizart)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 10 Mar 2009 23:24:14 -0000 1.10
+++ sources 7 May 2010 17:11:56 -0000 1.11
@@ -1 +1 @@
-be8503f15c3b81ba00eb8379ca8dcf33 ffmpeg-0.5.tar.bz2
+c7b0e1729f7aafb10496d79bb963bb26 ffmpeg-0.5.1.tar.bz2
--- ffmpeg-ppc.patch DELETED ---
14 years, 7 months
rpms/mythtv-themes/F-12 mythtv-themes.spec, 1.28, 1.29 sources, 1.20, 1.21
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11318
Modified Files:
mythtv-themes.spec sources
Log Message:
* Fri May 07 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.7.rc3
- Update to post-rc3 svn snapshot, revision 24473
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-12/mythtv-themes.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mythtv-themes.spec 4 May 2010 19:01:32 -0000 1.28
+++ mythtv-themes.spec 7 May 2010 17:03:35 -0000 1.29
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24414
+%define _svnrev r24473
%define branch trunk
#
@@ -33,7 +33,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.6.rc3%{?dist}
+Release: 0.7.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -112,6 +112,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Fri May 07 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.7.rc3
+- Update to post-rc3 svn snapshot, revision 24473
+
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
- Update to post-rc3 svn snapshot, revision 24414
- Includes addition of theming contest winner "Childish"
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-12/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources 4 May 2010 19:01:32 -0000 1.20
+++ sources 7 May 2010 17:03:35 -0000 1.21
@@ -1,2 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
-82cb7e22bd673825f4956b20794878c8 myththemes-0.23.tar.bz2
+ffd59bc76975d89c03df3ad37736b103 myththemes-0.23.tar.bz2
14 years, 7 months
rpms/mythtv-themes/F-13 sources,1.26,1.27
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11219
Modified Files:
sources
Log Message:
dammit, forgot to upload new sources first
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 4 May 2010 19:00:53 -0000 1.26
+++ sources 7 May 2010 17:02:49 -0000 1.27
@@ -1,2 +1,2 @@
a5f00f152fb430a20c70aaa3bf456347 myththemes-0.22.tar.bz2
-82cb7e22bd673825f4956b20794878c8 myththemes-0.23.tar.bz2
+ffd59bc76975d89c03df3ad37736b103 myththemes-0.23.tar.bz2
14 years, 7 months
rpms/mythtv-themes/F-13 mythtv-themes.spec,1.32,1.33
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11115
Modified Files:
mythtv-themes.spec
Log Message:
* Fri May 07 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.7.rc3
- Update to post-rc3 svn snapshot, revision 24473
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/F-13/mythtv-themes.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mythtv-themes.spec 4 May 2010 19:00:53 -0000 1.32
+++ mythtv-themes.spec 7 May 2010 17:02:09 -0000 1.33
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24414
+%define _svnrev r24473
%define branch trunk
#
@@ -33,7 +33,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.6.rc3%{?dist}
+Release: 0.7.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -112,6 +112,9 @@
%{_datadir}/fonts/%{name}/*.otf
%changelog
+* Fri May 07 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.7.rc3
+- Update to post-rc3 svn snapshot, revision 24473
+
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.6.rc3
- Update to post-rc3 svn snapshot, revision 24414
- Includes addition of theming contest winner "Childish"
14 years, 7 months