Author: orion
Update of /cvs/free/rpms/transcode/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30232
Modified Files:
.cvsignore sources transcode.spec
Added Files:
transcode-1.0.7-dv.patch transcode-1.0.7-pvmbin.patch
Removed Files:
transcode-1.0.2-lzo2.patch transcode-1.0.4.external_dv.patch
transcode-1.0.5-ImageMagick.patch
transcode-1.0.5-dvdread.patch
Log Message:
* Fri Nov 28 2008 Orion Poplawski <orion(a)cora.nwra.com> - 1.0.7-1
- upgrade to 1.0.7
- Rework patches to avoid autotools (because of older autotools on EL-5)
- Drop ImageMagick patch and BR version
- drop libdvdread patch
transcode-1.0.7-dv.patch:
--- NEW FILE transcode-1.0.7-dv.patch ---
--- transcode-1.0.7/filter/preview/Makefile.in.dv 2008-11-15 02:57:32.000000000 -0700
+++ transcode-1.0.7/filter/preview/Makefile.in 2008-11-28 21:44:20.000000000 -0700
@@ -361,7 +361,6 @@
EXTRA_DIST = \
display.h \
- dv_types.h \
filter_preview.h \
font_xpm.h \
pv.h
transcode-1.0.7-pvmbin.patch:
--- NEW FILE transcode-1.0.7-pvmbin.patch ---
--- transcode-1.0.7/pvm3/Makefile.in.pvmbind 2008-11-15 02:57:34.000000000 -0700
+++ transcode-1.0.7/pvm3/Makefile.in 2008-11-28 21:50:03.000000000 -0700
@@ -672,11 +672,6 @@
uninstall-am uninstall-binPROGRAMS 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:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/transcode/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 9 Aug 2008 18:09:08 -0000 1.4
+++ .cvsignore 29 Nov 2008 17:41:26 -0000 1.5
@@ -1 +1 @@
-transcode-1.0.6.tar.bz2
+transcode-1.0.7.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/transcode/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Aug 2008 18:09:08 -0000 1.4
+++ sources 29 Nov 2008 17:41:26 -0000 1.5
@@ -1 +1 @@
-7c3a341b0e4540e34ef50c66b0ab751d transcode-1.0.6.tar.bz2
+48a57f36861450dde78d6a1ad5edf99f transcode-1.0.7.tar.bz2
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/EL-5/transcode.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- transcode.spec 9 Aug 2008 17:42:05 -0000 1.3
+++ transcode.spec 29 Nov 2008 17:41:26 -0000 1.4
@@ -6,18 +6,16 @@
%define pvmdir %{_datadir}/pvm3
Name: transcode
-Version: 1.0.6
-Release: 2%{?dist}
+Version: 1.0.7
+Release: 1%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
License: GPLv2+
URL:
http://www.transcoding.org/
Source0:
http://fromani.exit1.org/%{name}-%{version}.tar.bz2
-Patch0: %{name}-pvmbin.patch
-Patch3: transcode-1.0.4.external_dv.patch
-Patch8: transcode-1.0.5-dvdread.patch
-Patch9: transcode-1.0.5-ImageMagick.patch
+Patch0: transcode-1.0.7-pvmbin.patch
+Patch1: transcode-1.0.7-dv.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,12 +43,9 @@
%ifarch %{ix86}
BuildRequires: nasm
%endif
-BuildRequires: ImageMagick-devel >= 6.4.0.10
+BuildRequires: ImageMagick-devel
BuildRequires: libmpeg3-devel
-# libtool + autotools for patch2, autoreconf
-BuildRequires: libtool
-
Requires: xvidcore
@@ -68,13 +63,11 @@
%prep
%setup -q
%patch0 -p1 -b .pvmbin
-%patch3 -p1 -b .external_dv
+%patch1 -p1 -b .dv
rm filter/preview/dv_types.h
-%patch8 -p1 -b .libdvdread
-%patch9 -p1 -b .ImageMagick
+
%build
-autoreconf # for patch2, and fixes standard rpaths on lib64 archs
for file in docs/{man/*.1,export_mp2.txt,export_mpeg.txt,filter_dnr.txt} \
AUTHORS ChangeLog README docs/README.vcd ; do
iconv -f iso-8859-1 -t utf-8 $file > $file.utf8 && mv -f $file.utf8 $file
@@ -129,6 +122,12 @@
%changelog
+* Fri Nov 28 2008 Orion Poplawski <orion(a)cora.nwra.com> - 1.0.7-1
+- upgrade to 1.0.7
+- Rework patches to avoid autotools (because of older autotools on EL-5)
+- Drop ImageMagick patch and BR version
+- drop libdvdread patch
+
* Sat Aug 9 2008 David Juran <david(a)juran.se> - 1.0.6-2
- bump release for rpmfusion
--- transcode-1.0.2-lzo2.patch DELETED ---
--- transcode-1.0.4.external_dv.patch DELETED ---
--- transcode-1.0.5-ImageMagick.patch DELETED ---
--- transcode-1.0.5-dvdread.patch DELETED ---