rpms/lxdvdrip/devel lxdvdrip-1.74-requant.patch, NONE,
1.1 lxdvdrip.spec, 1.4, 1.5
David Juran
juran at rpmfusion.org
Sun Feb 22 11:56:06 CET 2009
- Previous message: rpms/lxdvdrip/devel .cvsignore, 1.2, 1.3 lxdvdrip-makefile.patch,
1.1, 1.2 lxdvdrip.spec, 1.3, 1.4 sources, 1.2,
1.3 lxdvdrip-compile.patch, 1.1, NONE
- Next message: rpms/transcode/devel .cvsignore, 1.6, 1.7 sources, 1.6,
1.7 transcode.spec, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: juran
Update of /cvs/free/rpms/lxdvdrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16218
Modified Files:
lxdvdrip.spec
Added Files:
lxdvdrip-1.74-requant.patch
Log Message:
fix build on ppc
lxdvdrip-1.74-requant.patch:
--- NEW FILE lxdvdrip-1.74-requant.patch ---
diff -up lxdvdrip/requant/requant_lxdvdrip.c.orig lxdvdrip/requant/requant_lxdvdrip.c
--- lxdvdrip/requant/requant_lxdvdrip.c.orig 2009-02-22 12:42:28.000000000 +0200
+++ lxdvdrip/requant/requant_lxdvdrip.c 2009-02-22 12:45:32.000000000 +0200
@@ -19,7 +19,7 @@
#elif defined(__i386__) || defined (__x86_64__)
// #define USE_GLOBAL_REGISTER // assign registers to bit buffers
#else
-# #error "Unknown Architecture"
+ #error "Unknown Architecture"
#endif
#define MAX_ERRORS 0 // if above copy slice
Index: lxdvdrip.spec
===================================================================
RCS file: /cvs/free/rpms/lxdvdrip/devel/lxdvdrip.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxdvdrip.spec 22 Feb 2009 10:24:23 -0000 1.4
+++ lxdvdrip.spec 22 Feb 2009 10:56:06 -0000 1.5
@@ -1,6 +1,6 @@
Name: lxdvdrip
Version: 1.74
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A command line tool to rip&burn a video DVD
Group: Applications/Multimedia
@@ -9,6 +9,7 @@
Source0: http://download.berlios.de/lxdvdrip/lxdvdrip-1.74.tar.gz
Source1: dvdbackup.tar.bz2
Patch0: lxdvdrip-makefile.patch
+Patch1: lxdvdrip-1.74-requant.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libdvdread-devel >= 4.1.3 libdvdnav-devel
Requires: dvdauthor
@@ -27,6 +28,7 @@
%prep
%setup -q -n lxdvdrip
%patch0 -p1 -b .makefile
+%patch1 -p1 -b .requant
rm -fR dvdbackup
tar -xjf %{SOURCE1}
@@ -56,6 +58,9 @@
%config(noreplace) %{_sysconfdir}/lxdvdrip.conf
%changelog
+* Sun Feb 22 2009 David Juran <david at juran.se> - 1.74-2
+- fix build on ppc
+
* Sat Feb 21 2009 David Juran <david at juran.se> - 1.74-1
- update to 1.74
- keep dvdbackup from lxdvdrip-1.70 due to requirement on new libdvdread
- Previous message: rpms/lxdvdrip/devel .cvsignore, 1.2, 1.3 lxdvdrip-makefile.patch,
1.1, 1.2 lxdvdrip.spec, 1.3, 1.4 sources, 1.2,
1.3 lxdvdrip-compile.patch, 1.1, NONE
- Next message: rpms/transcode/devel .cvsignore, 1.6, 1.7 sources, 1.6,
1.7 transcode.spec, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list