diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-24 00:17:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-24 00:17:19 +0800 |
commit | 9566791e8eb91958788d9974cc2fc901e642ecb5 (patch) | |
tree | 101cb39bfab0ced3278b5843fd0e3bf8627304c5 /multimedia/dvd-slideshow | |
parent | 462e4d4a49f32c8b35b34bd140e152db81f65249 (diff) | |
download | freebsd-ports-gnome-9566791e8eb91958788d9974cc2fc901e642ecb5.tar.gz freebsd-ports-gnome-9566791e8eb91958788d9974cc2fc901e642ecb5.tar.zst freebsd-ports-gnome-9566791e8eb91958788d9974cc2fc901e642ecb5.zip |
- Fix build
Reported by: Frank Ebert via bsdforen
Diffstat (limited to 'multimedia/dvd-slideshow')
-rw-r--r-- | multimedia/dvd-slideshow/files/patch-dvd-menu | 25 |
1 files changed, 0 insertions, 25 deletions
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) |