rpms/transcode/F-8 .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 transcode.spec, 1.2, 1.3

David Juran juran at rpmfusion.org
Sun Aug 10 18:05:15 CEST 2008


Author: juran

Update of /cvs/free/rpms/transcode/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11190

Modified Files:
	.cvsignore sources transcode.spec 
Log Message:
Downgrading to F8 version for F8 repo



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/transcode/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Aug 2008 09:35:26 -0000	1.3
+++ .cvsignore	10 Aug 2008 16:05:14 -0000	1.4
@@ -1 +1 @@
-transcode-1.0.5.tar.bz2
+transcode-1.0.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/transcode/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Aug 2008 09:35:26 -0000	1.3
+++ sources	10 Aug 2008 16:05:14 -0000	1.4
@@ -1 +1 @@
-124a6055d304fa2d8577d7380e2bcb0c  transcode-1.0.5.tar.bz2
+6f05b9efb8d67540dd6dbb7b8db47504  transcode-1.0.4.tar.bz2


Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/F-8/transcode.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- transcode.spec	9 Aug 2008 09:35:26 -0000	1.2
+++ transcode.spec	10 Aug 2008 16:05:14 -0000	1.3
@@ -6,8 +6,8 @@
 %define pvmdir  %{_datadir}/pvm3
 
 Name:           transcode
-Version:        1.0.5
-Release:        4%{?dist}
+Version:        1.0.4
+Release:        6%{?dist}
 Summary:        Video stream processing tool
 
 Group:          Applications/Multimedia
@@ -17,16 +17,13 @@
 Patch0:         %{name}-pvmbin.patch
 Patch2:         %{name}-1.0.2-lzo2.patch
 Patch3:		transcode-1.0.4.external_dv.patch
-Patch6:		transcode-1.0.5-nuv.patch
-Patch7: 	transcode-1.0.5-ffmpeg.patch
-Patch8:		transcode-1.0.5-dvdread.patch
-Patch9:		transcode-1.0.5-ImageMagick.patch
-
+Patch4:		transcode-1.0.4.dep-cleanup.patch
+Patch5:		transcode-1.0.4-shared_libmpeg3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libogg-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  libdvdread-devel >= 4.1.3
+BuildRequires:  libdvdread-devel
 BuildRequires:  a52dec-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libjpeg-devel
@@ -37,7 +34,7 @@
 BuildRequires:  libquicktime-devel >= 0.9.8
 BuildRequires:  lame-devel >= 3.89
 BuildRequires:  SDL-devel >= 1.1.6
-BuildRequires:  ffmpeg-devel >= 0.4.9-0.46.20080614
+BuildRequires:  ffmpeg-devel >= 0.4.9
 BuildRequires:  mpeg2dec-devel >= 0.4.0-0.lvn.3.b
 BuildRequires:  pvm
 BuildRequires:  libtheora-devel
@@ -48,7 +45,7 @@
 %ifarch %{ix86}
 BuildRequires:  nasm
 %endif
-BuildRequires:  ImageMagick-devel >= 6.4.0.10
+BuildRequires:  ImageMagick-devel >= 5.4.3
 BuildRequires:	libmpeg3-devel
 
 # libtool + autotools for patch2, autoreconf
@@ -74,10 +71,9 @@
 %patch2 -p1 -b .lzo
 %patch3 -p1 -b .external_dv
 rm filter/preview/dv_types.h
-%patch6 -p1 -b .types
-%patch7 -p1 -b .ffmpeg 
-%patch8 -p1 -b .libdvdread
-%patch9 -p1 -b .ImageMagick
+%patch4 -p1 -b .dep-cleanup
+%patch5 -p1 -b .shared-libmpeg3
+
 
 %build
 autoreconf # for patch2, and fixes standard rpaths on lib64 archs
@@ -93,6 +89,7 @@
         --enable-v4l                                            \
         --enable-oss                                            \
         --enable-libpostproc                                    \
+        --with-libpostproc-includes=%{_includedir}/postproc     \
         --enable-freetype2                                      \
         --enable-ogg                                            \
         --enable-vorbis                                         \
@@ -134,25 +131,8 @@
 
 
 %changelog
-* Thu Aug 07 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.5-4
-- rebuild
-
-* Thu Jul  3 2008  <david at juran.se> - 1.0.5-3
-- updated for new ffmpeg directory layout
-- updated for new libdvdread directory layout
-- libMagick split in libMagicCore and libMagicWand
-
-* Thu Jan 10 2008 David Juran <david at juran.se> - 1.0.5-1
-- Upgrade to 1.0.5
-- exchanve nuv patch to the one from HEAD
-- drop dep-cleanup patch as it's no longer needed
-- drop shared-libmpeg3 patch as it's no longer needed
-
-* Sun Dec  9 2007 David Juran <david at juran.se> - 1.0.4-7
-- Fix build error in nuv import
-
-* Sun Dec  9 2007 David Juran <david at juran.se> - 1.0.4-6
-- Rebuild for new libdvdread
+* Sun Aug 10 2008 David Juran <david at juran.se> - 1.0.4-6
+- bump for rpmfusion
 
 * Tue Oct  16 2007 David Juran <david at juran.se> - 1.0.4-5
 - use shared libmpeg3



More information about the rpmfusion-commits mailing list