rpms/dvdrip/devel dvdrip-0.98.9-tc-1.1.0-audio.patch.txt, NONE, 1.1 dvdrip.spec, 1.2, 1.3

NicolasChauvet kwizart at rpmfusion.org
Wed Feb 4 10:00:33 CET 2009


Author: kwizart

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

Modified Files:
	dvdrip.spec 
Added Files:
	dvdrip-0.98.9-tc-1.1.0-audio.patch.txt 
Log Message:
- Backport a patch for transcode110



--- NEW FILE dvdrip-0.98.9-tc-1.1.0-audio.patch.txt ---
Index: lib/Video/DVDRip/Title.pm
===================================================================
RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Title.pm,v
retrieving revision 1.180.2.6
diff -u -r1.180.2.6 Title.pm
--- lib/Video/DVDRip/Title.pm	1 Oct 2008 10:03:12 -0000	1.180.2.6
+++ lib/Video/DVDRip/Title.pm	3 Feb 2009 21:51:28 -0000
@@ -2708,7 +2714,7 @@
     my $command = "mkdir -p $dir && "
         . "execflow -n $tc_nice transcode "
         . " -H 10"
-        . " -g 0x0 -u 50"
+        . " -u 50"
         . " -a $vob_nr"
         . " -y raw";
 



Index: dvdrip.spec
===================================================================
RCS file: /cvs/free/rpms/dvdrip/devel/dvdrip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvdrip.spec	2 Feb 2009 11:24:47 -0000	1.2
+++ dvdrip.spec	4 Feb 2009 09:00:33 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           dvdrip
 Version:        0.98.9
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Graphical DVD ripping and encoding tool
 
 Group:          Applications/Multimedia
@@ -12,6 +12,7 @@
 Patch3:         dvdrip-0.98.9-fix_locale.patch
 Patch4:         dvdrip-0.98.9-test_Locale.patch
 Patch5:         dvdrip-0.98.9-rm-GUI_Pipe.patch
+Patch6:         dvdrip-0.98.9-tc-1.1.0-audio.patch.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -60,6 +61,8 @@
 %patch3 -p1 -b .fix_locale
 %patch4 -p1 -b .test_locale
 %patch5 -p1 -b .rm-GUI_Pipe
+%patch6 -p0 -b .tc110
+
 
 #Remove pre-built mo
 find lib/LocaleData -name "*.mo" -exec rm -f {} ';'
@@ -167,6 +170,8 @@
 
 
 %changelog
+* Wed Feb  4 2009 kwizart < kwizart at gmail.com > - 0.98.9-8
+- Backport a patch for transcode110
 * Mon Feb  2 2009 kwizart < kwizart at gmail.com > - 0.98.9-7
 - Fix directory ownership (rpmfusion #354)
 * Fri Dec 12 2008 kwizart < kwizart at gmail.com > - 0.98.9-6



More information about the rpmfusion-commits mailing list