summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-06-20 11:12:54 +0000
committerJakub Moc <jakub@gentoo.org>2006-06-20 11:12:54 +0000
commitf39198a1fdfed8ed9d385baa9c0c404f4cc9c1a1 (patch)
tree877f003b3b1e7aac50d8756f516a8f135aa22a6e /media-video/dvd-slideshow/files
parentNew qmqtool Ebuild (qmqtool-1.12.ebuild) for bug 137305, reviewed by genstef (diff)
downloadsunrise-f39198a1fdfed8ed9d385baa9c0c404f4cc9c1a1.tar.gz
sunrise-f39198a1fdfed8ed9d385baa9c0c404f4cc9c1a1.tar.bz2
sunrise-f39198a1fdfed8ed9d385baa9c0c404f4cc9c1a1.zip
media-video/dvd-slideshow-0.7.5 - version bump, needed for media-video/mandvd
svn path=/sunrise/; revision=151
Diffstat (limited to 'media-video/dvd-slideshow/files')
-rw-r--r--media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.53
-rw-r--r--media-video/dvd-slideshow/files/dvd-slideshow-0.7.5.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.5 b/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.5
new file mode 100644
index 000000000..ec30b1249
--- /dev/null
+++ b/media-video/dvd-slideshow/files/digest-dvd-slideshow-0.7.5
@@ -0,0 +1,3 @@
+MD5 8c6633af3965c350aaef5562edbb152d dvd-slideshow-0.7.5.tar.gz 98747
+RMD160 09bea91d35766bc4dc5a8711b49e6c50207dc6ca dvd-slideshow-0.7.5.tar.gz 98747
+SHA256 5270dfa36488cfa16052d551751c3189022ac7979b25984b109e92716fe13029 dvd-slideshow-0.7.5.tar.gz 98747
diff --git a/media-video/dvd-slideshow/files/dvd-slideshow-0.7.5.patch b/media-video/dvd-slideshow/files/dvd-slideshow-0.7.5.patch
new file mode 100644
index 000000000..279e990ff
--- /dev/null
+++ b/media-video/dvd-slideshow/files/dvd-slideshow-0.7.5.patch
@@ -0,0 +1,11 @@
+--- dvd-slideshow.orig 2006-03-10 06:56:54.000000000 +0100
++++ dvd-slideshow 2006-06-20 13:09:06.000000000 +0200
+@@ -622,7 +622,7 @@
+ if [ -f "${HOME}/.dvd-slideshowrc" ] ; then
+ myecho "[dvd-slideshow] Reading default variables in ${HOME}/.dvd-slideshowrc"
+ tmptxtfile="tmp_txtfile.txt"
+- total_lines=`wc -l "$input_txtfile" | awk '{print $1}'`
++ total_lines=`wc -l "${input_txtfile}" | awk '{print $1}'`
+ total_lines=$(( $total_lines + 1 ))
+ line=1
+ while [ $line -ne $total_lines -a $total_lines -ne 0 ];