rpms/lxdvdrip/devel lxdvdrip-1.74-requant.patch, 1.1, 1.2 lxdvdrip.spec, 1.5, 1.6

David Juran juran at rpmfusion.org
Sun Feb 22 12:24:27 CET 2009


Author: juran

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

Modified Files:
	lxdvdrip-1.74-requant.patch lxdvdrip.spec 
Log Message:
ppc, second try


lxdvdrip-1.74-requant.patch:

Index: lxdvdrip-1.74-requant.patch
===================================================================
RCS file: /cvs/free/rpms/lxdvdrip/devel/lxdvdrip-1.74-requant.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxdvdrip-1.74-requant.patch	22 Feb 2009 10:56:06 -0000	1.1
+++ lxdvdrip-1.74-requant.patch	22 Feb 2009 11:24:27 -0000	1.2
@@ -1,7 +1,13 @@
 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 @@
++++ lxdvdrip/requant/requant_lxdvdrip.c	2009-02-22 13:21:26.000000000 +0200
+@@ -14,12 +14,12 @@
+ #define NDEBUG // turns off asserts
+ #define REMOVE_BYTE_STUFFING	// removes series of 0x00
+ 
+-#if defined(__ppc__) || defined(__ppc64__)
++#if defined(__powerpc__) || defined(__powerpc64__)
+ 	#define USE_GLOBAL_REGISTER // assign registers to bit buffers
  #elif defined(__i386__) || defined (__x86_64__)
  	// #define USE_GLOBAL_REGISTER // assign registers to bit buffers
  #else


Index: lxdvdrip.spec
===================================================================
RCS file: /cvs/free/rpms/lxdvdrip/devel/lxdvdrip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lxdvdrip.spec	22 Feb 2009 10:56:06 -0000	1.5
+++ lxdvdrip.spec	22 Feb 2009 11:24:27 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           lxdvdrip
 Version:        1.74
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A command line tool to rip&burn a video DVD
 
 Group:          Applications/Multimedia
@@ -58,13 +58,16 @@
 %config(noreplace) %{_sysconfdir}/lxdvdrip.conf
 
 %changelog
+* Sun Feb 22 2009 David Juran <david at juran.se> - 1.74-3
+- ppc, second try
+
 * 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
--clean up rpmlint errors
+- clean up rpmlint errors
 
 * Thu Nov 18 2008 David Juran <david at juran.se> - 1.70-4
 - dvdread changed the header structure back. Dropping patch



More information about the rpmfusion-commits mailing list