diff options
Diffstat (limited to 'media-video/tovid/files/makemenu_png8.patch')
-rw-r--r-- | media-video/tovid/files/makemenu_png8.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-video/tovid/files/makemenu_png8.patch b/media-video/tovid/files/makemenu_png8.patch deleted file mode 100644 index 838ddd95da12..000000000000 --- a/media-video/tovid/files/makemenu_png8.patch +++ /dev/null @@ -1,38 +0,0 @@ ---- src/makemenu 2006-07-06 05:32:48.000000000 +0200 -+++ src/makemenu.new 2006-10-16 15:57:14.000000000 +0200 -@@ -473,7 +473,7 @@ - -font \"$USE_TITLE_FONT\" -weight bold -pointsize $TITLE_SIZE \ - -fill \"$HIGHLIGHT_COLOR\" -draw \"gravity $TEXT_ALIGN $BUTTON_TEXT\" \ - -type Palette -colors 3 \ -- png8:$FG_HIGHLIGHT" -+ $FG_HIGHLIGHT" - echo $SEPARATOR - echo "Creating the highlighted titles with the following command:" - echo $"$MAGICK_CMD" -@@ -484,7 +484,7 @@ - -font \"$USE_TITLE_FONT\" -weight bold -pointsize $TITLE_SIZE \ - -fill \"$SELECT_COLOR\" -draw \"gravity $TEXT_ALIGN $BUTTON_TEXT\" \ - -type Palette -colors 3 \ -- png8:$FG_SELECTION" -+ $FG_SELECTION" - echo $SEPARATOR - echo "Creating the selection titles with the following command:" - echo $"$MAGICK_CMD" -@@ -500,7 +500,7 @@ - - # Composite highlight canvas with transparent background - MAGICK_CMD="composite -compose Src -gravity center \ -- $FG_HIGHLIGHT $BG_CANVAS png8:\"$OUT_PREFIX.hi.png\"" -+ $FG_HIGHLIGHT $BG_CANVAS \"$OUT_PREFIX.hi.png\"" - echo $SEPARATOR - echo "Compositing highlighted titles with the following command:" - echo $"$MAGICK_CMD" -@@ -508,7 +508,7 @@ - - # Composite highlight canvas with transparent background - MAGICK_CMD="composite -compose Src -gravity center \ -- $FG_SELECTION $BG_CANVAS png8:\"$OUT_PREFIX.sel.png\"" -+ $FG_SELECTION $BG_CANVAS \"$OUT_PREFIX.sel.png\"" - echo $SEPARATOR - echo "Compositing selection titles with the following command:" - echo $"$MAGICK_CMD" |