ports/91087: [Maintainer-Update] dvd-slideshow-0.7.2

Phil Oleson oz at nixil.net
Fri Dec 30 12:10:07 UTC 2005


>Number:         91087
>Category:       ports
>Synopsis:       [Maintainer-Update] dvd-slideshow-0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 30 12:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #43: Wed Jul 20 09:35:30 MDT 2005 root at nixil:/usr/src/sys/compile/nixil i386

>Description:
	Update to version 0.7.2 and add a patch for future qdvdauthor upgrade.

>How-To-Repeat:
	N/A
>Fix:

--- patch-dvd-slideshow begins here ---
diff -ruN dvd-slideshow.orig/Makefile dvd-slideshow/Makefile
--- dvd-slideshow.orig/Makefile	Fri Dec 30 04:27:10 2005
+++ dvd-slideshow/Makefile	Fri Dec 30 04:20:05 2005
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	dvd-slideshow
-PORTVERSION=	0.7.1
+PORTVERSION=	0.7.2
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	oz at nixil.net
 COMMENT=	Script that creates a slideshow-style DVD with some simple menus
@@ -73,7 +72,7 @@
 RUN_DEPENDS+=	oggdec:${PORTSDIR}/audio/vorbis-tools
 .endif
 
-pre-patch:
+post-patch:
 .for FILE in dvd-slideshow dvd-menu dir2slideshow gallery2slideshow jigl2slideshow
 	@${REINPLACE_CMD} -e 's|!/bin/bash|!${PREFIX}/bin/bash|g' ${WRKSRC}/${FILE}
 .endfor
diff -ruN dvd-slideshow.orig/distinfo dvd-slideshow/distinfo
--- dvd-slideshow.orig/distinfo	Fri Dec 30 04:27:10 2005
+++ dvd-slideshow/distinfo	Fri Dec 30 04:18:52 2005
@@ -1,2 +1,3 @@
-MD5 (dvd-slideshow_0.7.1.tar.gz) = 34c3455cc8b75f5ea3c199d447a34a9b
-SIZE (dvd-slideshow_0.7.1.tar.gz) = 72132
+MD5 (dvd-slideshow-0.7.2.tar.gz) = bc3b5a691b81ccc94ce0e96b805ef71b
+SHA256 (dvd-slideshow-0.7.2.tar.gz) = e49d2fd3c8e663449948668915cd717855528958a07d4f79ca3cd6d0f2ea62ff
+SIZE (dvd-slideshow-0.7.2.tar.gz) = 85603
diff -ruN dvd-slideshow.orig/files/patch-dvd-slideshow dvd-slideshow/files/patch-dvd-slideshow
--- dvd-slideshow.orig/files/patch-dvd-slideshow	Wed Dec 31 17:00:00 1969
+++ dvd-slideshow/files/patch-dvd-slideshow	Fri Dec 30 04:25:50 2005
@@ -0,0 +1,20 @@
+--- dvd-slideshow.orig	Fri Dec 30 04:21:02 2005
++++ dvd-slideshow	Fri Dec 30 04:25:22 2005
+@@ -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
+ 
+@@ -3813,7 +3813,7 @@
+ 	audio_1[0]='silence'  # no duration needed
+ 	myecho "[dvd-slideshow] No audio files passed.  Using $end_hms silence."
+ 	audio1_start=0 
+-	audio1_end="$end_time"
++	audio1_end="5"
+ fi
+ 
+ ## let's split this audio processing into two loops:  one just prepares the
--- patch-dvd-slideshow ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list