summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-10-23 05:59:23 +0000
committerSteve Dibb <beandog@gentoo.org>2006-10-23 05:59:23 +0000
commit0a0794865dfd9e3ce96e0cd80fafec247c7b745c (patch)
tree4f627cbd8aa23732760224ec36e2dac7f5c4e7ab /media-video/tovid/files
parentUpdate USE flag deps error messages wrt bug 151024, remove nptl patch (diff)
downloadgentoo-2-0a0794865dfd9e3ce96e0cd80fafec247c7b745c.tar.gz
gentoo-2-0a0794865dfd9e3ce96e0cd80fafec247c7b745c.tar.bz2
gentoo-2-0a0794865dfd9e3ce96e0cd80fafec247c7b745c.zip
Fix png8 bug, wrt 151591
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-video/tovid/files')
-rw-r--r--media-video/tovid/files/digest-tovid-0.28-r13
-rw-r--r--media-video/tovid/files/makemenu_png8.patch38
2 files changed, 41 insertions, 0 deletions
diff --git a/media-video/tovid/files/digest-tovid-0.28-r1 b/media-video/tovid/files/digest-tovid-0.28-r1
new file mode 100644
index 000000000000..28eacb6d0ea2
--- /dev/null
+++ b/media-video/tovid/files/digest-tovid-0.28-r1
@@ -0,0 +1,3 @@
+MD5 c5544382262af04e09974eced0d4495f tovid-0.28.tar.gz 295903
+RMD160 eb721c2785ea8282aebb8e50015cd450944d39b2 tovid-0.28.tar.gz 295903
+SHA256 fbd73eb3d1f0123ac88666a24a4ba14bd396c7edf5b3f802896c414ac32819f5 tovid-0.28.tar.gz 295903
diff --git a/media-video/tovid/files/makemenu_png8.patch b/media-video/tovid/files/makemenu_png8.patch
new file mode 100644
index 000000000000..838ddd95da12
--- /dev/null
+++ b/media-video/tovid/files/makemenu_png8.patch
@@ -0,0 +1,38 @@
+--- 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"