From 9566791e8eb91958788d9974cc2fc901e642ecb5 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 23 Apr 2009 16:17:19 +0000 Subject: - 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 (limited to 'multimedia/dvd-slideshow') 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) -- cgit ic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/tin/files
Commit message (Expand)AuthorAgeFilesLines
* fix typo (s/ printf/ sprintf/)leeym2003-10-111-1/+1
* Help to build a correct .tin/tinrc and .tin/attributes at the first run.clive2003-10-091-0/+11
* Improve multibyte ability, otherwise it is broken functionally.clive2003-10-092-0/+30