diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-09 06:22:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-09 06:22:46 +0000 |
commit | c7e4cb2fdc0aae172ff4ea39f9b6d173ad7cb416 (patch) | |
tree | e32b294e3945f00540bd47a0eaf39833ec44de12 /media-video/dvdbackup/files | |
parent | Fix X11_IMPLEM. Fix from merkaba@quantumfish.com (#47282). (Manifest recommit) (diff) | |
download | gentoo-2-c7e4cb2fdc0aae172ff4ea39f9b6d173ad7cb416.tar.gz gentoo-2-c7e4cb2fdc0aae172ff4ea39f9b6d173ad7cb416.tar.bz2 gentoo-2-c7e4cb2fdc0aae172ff4ea39f9b6d173ad7cb416.zip |
cleanup and bump
Diffstat (limited to 'media-video/dvdbackup/files')
-rw-r--r-- | media-video/dvdbackup/files/0.1.1-debian-FPE.patch | 11 | ||||
-rw-r--r-- | media-video/dvdbackup/files/digest-dvdbackup-0.1.1-r1 (renamed from media-video/dvdbackup/files/digest-dvdbackup-0.1.1) | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/media-video/dvdbackup/files/0.1.1-debian-FPE.patch b/media-video/dvdbackup/files/0.1.1-debian-FPE.patch new file mode 100644 index 000000000000..0f1b9a33a1ed --- /dev/null +++ b/media-video/dvdbackup/files/0.1.1-debian-FPE.patch @@ -0,0 +1,11 @@ +--- src/dvdbackup.c.orig 2002-08-05 02:08:39.000000000 -0400 ++++ src/dvdbackup.c 2004-04-09 02:17:35.382913520 -0400 +@@ -782,7 +782,7 @@ + to consider the second one a feature title we are doing two checks (biggest + biggest - second) /second == 1 + and biggest%second * 3 < biggest */ + +- if ( CheckSizeArray(size_size_array, 0, 1) == 1 ) { ++ if ( title_sets > 1 && CheckSizeArray(size_size_array, 0, 1) == 1 ) { + /* We have a dual DVD with two feature films - now lets see if they have the same amount of chapters*/ + + chapters_1 = 0; diff --git a/media-video/dvdbackup/files/digest-dvdbackup-0.1.1 b/media-video/dvdbackup/files/digest-dvdbackup-0.1.1-r1 index caea4610d6a4..caea4610d6a4 100644 --- a/media-video/dvdbackup/files/digest-dvdbackup-0.1.1 +++ b/media-video/dvdbackup/files/digest-dvdbackup-0.1.1-r1 |