ports/116037: multimedia/dvd-slideshow has been updated from 0.7.5 to 0.8.0-1
User1001
supraexpress at globaleyes.net
Mon Sep 3 06:00:11 UTC 2007
The following reply was made to PR ports/116037; it has been noted by GNATS.
From: User1001 <supraexpress at globaleyes.net>
To: bug-followup at FreeBSD.org, supraexpress at globaleyes.net
Cc:
Subject: Re: ports/116037: multimedia/dvd-slideshow has been updated from
0.7.5 to 0.8.0-1
Date: Sun, 02 Sep 2007 23:44:48 -0500
This is a multi-part message in MIME format.
--------------040705090300040205080202
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Udiffs attached again (hopefully).
--------------040705090300040205080202
Content-Type: text/plain;
name="dvd-menu.udiffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="dvd-menu.udiffs"
--- dvd-menu.orig 2007-01-13 22:57:46.000000000 -0600
+++ dvd-menu 2007-09-02 22:46:25.000000000 -0500
@@ -804,8 +804,8 @@
subtitle_code="EN"
# define some possible fonts:
-font_dir="/usr/share/fonts/"
-default_font1='n019004l.pfb' # helvetica bold URW fonts
+font_dir="/usr/local/lib/X11/fonts/"
+default_font1='n019004l.ttf' # helvetica bold URW fonts
default_font2='helb____.ttf' # helvetica bold truetype
## other cool colors: cadetblue cornflowerblue midnightblue
@@ -1577,9 +1577,9 @@
checkforprog ffmpeg
echo "[dvd-menu] Creating ac3 audio..."
check_rm "$tmpdir/audio.ac3"
- ffmpeg -i "$tmpdir/audio.wav" -vn -y -ab 192 -acodec ac3 -ar $audio_sample_rate -ac 6 "$tmpdir/audio.ac3" >> "$logfile" 2>&1
+ ffmpeg -i "$tmpdir/audio.wav" -vn -y -ab 192k -acodec ac3 -ar $audio_sample_rate -ac 6 "$tmpdir/audio.ac3" >> "$logfile" 2>&1
if [ "$fadein" -eq 1 ] || [ "$fadeout" -eq 1 ] ; then
- ffmpeg -i "$tmpdir/fade_audio.wav" -vn -y -ab 192 -acodec ac3 -ar $audio_sample_rate -ac 6 "$tmpdir/fade_audio.ac3" >> "$logfile" 2>&1
+ ffmpeg -i "$tmpdir/fade_audio.wav" -vn -y -ab 192k -acodec ac3 -ar $audio_sample_rate -ac 6 "$tmpdir/fade_audio.ac3" >> "$logfile" 2>&1
fi
else
## toolame is way faster! (3x in my test)
--------------040705090300040205080202
Content-Type: text/plain;
name="dir2slideshow.udiffs"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="dir2slideshow.udiffs"
--- dir2slideshow.orig 2006-12-21 00:43:48.000000000 -0600
+++ dir2slideshow 2007-09-02 20:20:34.000000000 -0500
@@ -633,8 +633,11 @@
check_rm "$output_dir"/filelist_date.txt
for (( i=1 ; i<=pictures ; i++ )) ; do
file=`sed -n "$i"p "$output_dir"/imagelist.txt`
- modified_day=`ls -l --full-time "$file" | awk '{print $6}'`
- modified_time=`ls -l --full-time "$file" | awk '{print $7}'`
+ modified_day=`ls -lT "$file" | awk '{print $9"-"$6"-"$7}'`
+ modified_day=`date -j -f "%Y-%b-%d" "$modified_day" "+%Y-%m-%d"`
+ modified_time=`ls -lT "$file" | awk '{print $8}'
+## modified_day=`ls -l --full-time "$file" | awk '{print $6}'`
+## modified_time=`ls -l --full-time "$file" | awk '{print $7}'`
# echo "modified_day=$modified_day"
# echo "modified_time=$modified_time"
echo "$file: $modified_day $modified_time" >> "$output_dir"/filelist_date.txt
--------------040705090300040205080202--
More information about the freebsd-ports-bugs
mailing list