diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2006-01-11 01:58:23 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2006-01-11 01:58:23 +0000 |
commit | 09ae10dd8d7c850bd9bc2030f33e094f98b22615 (patch) | |
tree | 308f50174f8f668eba702bd74bec812b78994c7c /media-video/dvd-slideshow/files | |
parent | Version bump. (diff) | |
download | gentoo-2-09ae10dd8d7c850bd9bc2030f33e094f98b22615.tar.gz gentoo-2-09ae10dd8d7c850bd9bc2030f33e094f98b22615.tar.bz2 gentoo-2-09ae10dd8d7c850bd9bc2030f33e094f98b22615.zip |
version bump (see #113532).
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-video/dvd-slideshow/files')
-rw-r--r-- | media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.2 | 1 | ||||
-rw-r--r-- | media-video/dvd-slideshow/files/dvd-slideshow-0.7.2.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.2 b/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.2 new file mode 100644 index 000000000000..0763c439e713 --- /dev/null +++ b/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.2 @@ -0,0 +1 @@ +MD5 bc3b5a691b81ccc94ce0e96b805ef71b dvd-slideshow-0.7.2.tar.gz 85603 diff --git a/media-video/dvd-slideshow/files/dvd-slideshow-0.7.2.patch b/media-video/dvd-slideshow/files/dvd-slideshow-0.7.2.patch new file mode 100644 index 000000000000..cc72fcc1ba76 --- /dev/null +++ b/media-video/dvd-slideshow/files/dvd-slideshow-0.7.2.patch @@ -0,0 +1,11 @@ +--- dvd-slideshow.orig 2005-11-23 04:13:05.000000000 +0100 ++++ dvd-slideshow 2006-01-11 02:41:43.000000000 +0100 +@@ -2051,7 +2051,7 @@ + audio_inside_txtfile=0 + imagefiles=0 ; moviefiles=0 ; audiofiles=0 + ## let's parse the txtfile: +-total_lines=`wc -l ${input_txtfile} | awk '{print $1}'` ++total_lines=`wc -l "${input_txtfile}" | awk '{print $1}'` + total_lines=$(( $total_lines + 1 )) + let line=1 + |