rpms/dirac/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 dirac.spec, 1.7, 1.8

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Jan 29 01:26:17 UTC 2008


Author: kwizart

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

Modified Files:
	.cvsignore sources dirac.spec 
Log Message:
Update to 0.9.1



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dirac/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Oct 2007 19:00:23 -0000	1.4
+++ .cvsignore	29 Jan 2008 01:25:39 -0000	1.5
@@ -1 +1 @@
-dirac-0.8.0.tar.gz
+dirac-0.9.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dirac/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Oct 2007 19:00:23 -0000	1.4
+++ sources	29 Jan 2008 01:25:39 -0000	1.5
@@ -1 +1 @@
-cdd0250425fdd757c0948b939e223cee  dirac-0.8.0.tar.gz
+629d91c3cab452f835e9eff8a67a7c28  dirac-0.9.1.tar.gz


Index: dirac.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dirac/devel/dirac.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dirac.spec	4 Jan 2008 20:28:22 -0000	1.7
+++ dirac.spec	29 Jan 2008 01:25:39 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           dirac
-Version:        0.8.0
-Release:        3%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        Dirac is an open source video codec 
 
 Group:          System Environment/Libraries
@@ -12,10 +12,12 @@
 
 BuildRequires:  cppunit-devel
 BuildRequires:  doxygen
-BuildRequires:  graphviz
-BuildRequires:  libtool
+BuildRequires:  graphviz-devel
 BuildRequires:  tetex-latex
-
+BuildRequires:  tetex
+%if "%fedora" > "8"
+BuildRequires:  dvipdfm
+%endif
 
 %description
 Dirac is an open source video codec. It uses a traditional hybrid video codec
@@ -50,13 +52,10 @@
 %prep
 %setup -q
 %patch0 -p1 -b .gcc43
-install -m 644 README README.Dirac
-install -m 644 util/instrumentation/README README.instrumentation
+install -pm 644 README README.Dirac
+install -pm 644 util/instrumentation/README README.instrumentation
 # fix permission mode for sources.
 find doc unit_tests util libdirac_encoder libdirac_byteio -type f -name \* -exec chmod 644 {} \;
-# fix wrong end of line encoding
-sed -i 's/\r//' libdirac_encoder/rate_control.cpp
-sed -i 's/\r//' libdirac_encoder/rate_control.h
 
 
 # Only update the doxygen file before generated with make
@@ -68,19 +67,17 @@
 
 %build
 %configure \
-	--program-prefix=dirac_ \
-	--program-transform-name=s,dirac_dirac_,dirac_, \
-	--libdir=%{_libdir} \
-	--enable-overlay \
-	--enable-debug=no \
-	--disable-static \
+  --program-prefix=dirac_ \
+  --program-transform-name=s,dirac_dirac_,dirac_, \
+  --enable-overlay \
+  --disable-static \
 %ifarch x86_64 \
-	--enable-mmx=yes \
+  --enable-mmx=yes \
 %else \
-	--enable-mmx=no \
+  --enable-mmx=no \
 %endif
 
-sed -i -e 's|CXXFLAGS =  -g -pedantic -Wall -Werror|CXXFLAGS =  -g -pedantic -Wall|' decoder/Makefile
+sed -i -e 's|-Werror||' decoder/Makefile
 
 # remove rpath from libtool (may be unneeded)
 sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -97,11 +94,6 @@
 # Move doc in docdir macro
 mv $RPM_BUILD_ROOT%{_datadir}/doc/dirac __doc
 
-# Clean produced doc...
-find __doc -name '*.html' -exec sed -i 's/\r//' {} \; 
-find __doc -name '*.htm' -exec sed -i 's/\r//' {} \; 
-find __doc -name '*.css' -exec sed -i 's/\r//' {} \; 
-
 # Transform-name fix
 mv $RPM_BUILD_ROOT%{_bindir}/dirac_create_dirac_testfile.pl \
 	$RPM_BUILD_ROOT%{_bindir}/create_dirac_testfile.pl
@@ -139,6 +131,9 @@
 
 
 %changelog
+* Mon Jan 28 2008 kwizart < kwizart at gmail.com > - 0.9.1-1
+- Update to 0.9.1
+
 * Fri Jan  4 2008 kwizart < kwizart at gmail.com > - 0.8.0-3
 - Fix gcc43
 




More information about the fedora-extras-commits mailing list