annotate TOOLS/subfont-gimp/Makefile @ 8612:a61d1b326beb

It shows not just the progressbar, but progressbar /and/ percentage for osd levels 2 and 3, and inaddition it adds a new osd level (3) which also shows total time. patch by seru <seru@gmx.net>
author arpi
date Sat, 28 Dec 2002 14:17:38 +0000
parents 22996ab2d78f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1469
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
1 install:
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
2 gimptool --install-admin-bin mplayer_subfont || gimptool --install-bin mplayer_subfont
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
3
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
4 uninstall:
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
5 gimptool --uninstall-admin-bin mplayer_subfont || true
22996ab2d78f mplayer font-generator GIMP plugin by lanzz@lanzz.org
arpi
parents:
diff changeset
6 gimptool --uninstall-bin mplayer_subfont || true