rpms/transcode/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 transcode-pvmbin.patch, 1.1, 1.2 transcode.spec, 1.1, 1.2 transcode-1.0.5-ffmpeg.patch, 1.1, NONE transcode-1.0.5-nuv.patch, 1.1, NONE

David Juran juran at rpmfusion.org
Sat Aug 9 19:30:10 CEST 2008


Author: juran

Update of /cvs/free/rpms/transcode/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26531

Modified Files:
	.cvsignore sources transcode-pvmbin.patch transcode.spec 
Removed Files:
	transcode-1.0.5-ffmpeg.patch transcode-1.0.5-nuv.patch 
Log Message:
- upgraded to 1.0.6
- fix rpmlint warnings



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Aug 2008 18:09:52 -0000	1.2
+++ .cvsignore	9 Aug 2008 17:30:09 -0000	1.3
@@ -1 +0,0 @@
-transcode-1.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Aug 2008 18:09:52 -0000	1.2
+++ sources	9 Aug 2008 17:30:09 -0000	1.3
@@ -1 +0,0 @@
-124a6055d304fa2d8577d7380e2bcb0c  transcode-1.0.5.tar.bz2

transcode-pvmbin.patch:

Index: transcode-pvmbin.patch
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode-pvmbin.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transcode-pvmbin.patch	7 Aug 2008 18:09:52 -0000	1.1
+++ transcode-pvmbin.patch	9 Aug 2008 17:30:09 -0000	1.2
@@ -1,17 +1,3 @@
---- transcode-1.0.0/pvm3/Makefile.in.pvmbin	2005-07-12 10:40:55.000000000 +0300
-+++ transcode-1.0.0/pvm3/Makefile.in	2005-07-21 19:41:14.000000000 +0300
-@@ -763,11 +763,6 @@
- 	uninstall-info-am uninstall-pkgLTLIBRARIES
- 
- 
--install-data-local:
--	@$(NORMAL_INSTALL)
--	if test ! -e $(bindir)/pvmgs; then \
--		ln -s $(PVM3_PVMGS) $(bindir)/pvmgs; \
--	fi;
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
 --- transcode-1.0.0/pvm3/Makefile.am.pvmbin	2005-07-12 10:25:16.000000000 +0300
 +++ transcode-1.0.0/pvm3/Makefile.am	2005-07-21 19:41:35.000000000 +0300
 @@ -43,8 +43,3 @@


Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transcode.spec	7 Aug 2008 18:09:52 -0000	1.1
+++ transcode.spec	9 Aug 2008 17:30:09 -0000	1.2
@@ -6,8 +6,8 @@
 %define pvmdir  %{_datadir}/pvm3
 
 Name:           transcode
-Version:        1.0.5
-Release:        4%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Video stream processing tool
 
 Group:          Applications/Multimedia
@@ -15,12 +15,9 @@
 URL:            http://www.transcoding.org/
 Source0:        http://fromani.exit1.org/%{name}-%{version}.tar.bz2
 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
+Patch3:         transcode-1.0.4.external_dv.patch
+Patch8:         transcode-1.0.5-dvdread.patch
+Patch9:         transcode-1.0.5-ImageMagick.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -49,7 +46,7 @@
 BuildRequires:  nasm
 %endif
 BuildRequires:  ImageMagick-devel >= 6.4.0.10
-BuildRequires:	libmpeg3-devel
+BuildRequires:  libmpeg3-devel
 
 # libtool + autotools for patch2, autoreconf
 BuildRequires:  libtool
@@ -71,11 +68,8 @@
 %prep
 %setup -q
 %patch0 -p1 -b .pvmbin
-%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
 
@@ -104,14 +98,15 @@
         --enable-libquicktime                                   \
         --enable-lzo                                            \
         --enable-a52                                            \
-	--enable-a52-default-decoder                            \
+        --enable-a52-default-decoder                            \
         --enable-libxml2                                        \
         --enable-mjpegtools                                     \
         --enable-sdl                                            \
-        --enable-imagemagick					\
-	--enable-libmpeg3
+        --enable-imagemagick                                    \
+        --enable-libmpeg3                                       \
+        CFLAGS=-I/usr/include/ffmpeg HAVE_LIBAVCODEC_AVCODEC_H=1
 
-make %{?_smp_mflags}
+make %{?_smp_mflags}  HAVE_LIBAVCODEC_AVCODEC_H=1 CFLAGS="-I/usr/include/ffmpeg -I/usr/include/ffmpeg/libpostproc  -D_LARGEFILE64_SOURCE"
 
 
 %install
@@ -134,8 +129,9 @@
 
 
 %changelog
-* Thu Aug 07 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.5-4
-- rebuild
+* Fri Aug 8 2008 <david at juran.se> - 1.0.6-1
+- upgraded to 1.0.6
+- fix rpmlint warnings
 
 * Thu Jul  3 2008  <david at juran.se> - 1.0.5-3
 - updated for new ffmpeg directory layout


--- transcode-1.0.5-ffmpeg.patch DELETED ---


--- transcode-1.0.5-nuv.patch DELETED ---



More information about the rpmfusion-commits mailing list