From b0c695edc518e6813fa5ffa6bba19dcbccb328c6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 23 Apr 2009 16:17:19 +0000 Subject: [PATCH] - Fix build Reported by: Frank Ebert via bsdforen --- multimedia/dvd-slideshow/files/patch-dvd-menu | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 multimedia/dvd-slideshow/files/patch-dvd-menu diff --git a/multimedia/dvd-slideshow/files/patch-dvd-menu b/multimedia/dvd-slideshow/files/patch-dvd-menu deleted file mode 100644 index 1d81e69b2ac2..000000000000 --- a/multimedia/dvd-slideshow/files/patch-dvd-menu +++ /dev/null @@ -1,25 +0,0 @@ ---- dvd-menu.orig 2008-03-05 23:20:15.000000000 -0700 -+++ dvd-menu 2008-03-05 23:22:38.000000000 -0700 -@@ -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)