diff options
author | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:53:57 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-24 14:53:57 +0000 |
commit | fcb2e1469f4a689a5256c36e46486bacf04b12e8 (patch) | |
tree | f024545e808c009987f54113b2775fec546a003b /scripts | |
parent | c9a98e3abd0d9fce73ddd60a82671f70942534de (diff) | |
download | vdr-plugin-image-fcb2e1469f4a689a5256c36e46486bacf04b12e8.tar.gz vdr-plugin-image-fcb2e1469f4a689a5256c36e46486bacf04b12e8.tar.bz2 |
* remove predefined include to ffmpeg libraries, unneeded by pkg-config
* add keywords to header
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/imageplugin.sh | 3 | ||||
-rwxr-xr-x | scripts/magickplugin.sh | 3 | ||||
-rwxr-xr-x | scripts/mount.sh | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/scripts/imageplugin.sh b/scripts/imageplugin.sh index 28ed564..0ff0c72 100755 --- a/scripts/imageplugin.sh +++ b/scripts/imageplugin.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# $Id$ +# # script for vdr-imageplugin to convert the selected image to pnm-image # needs : netpbm-progs > anytopnm pnmscalefixed pnmfile pnmcut pnmflip # diff --git a/scripts/magickplugin.sh b/scripts/magickplugin.sh index fd54df9..8dacee6 100755 --- a/scripts/magickplugin.sh +++ b/scripts/magickplugin.sh @@ -1,4 +1,7 @@ #!/bin/bash +# +# $Id$ +# # script for vdr-imageplugin to convert the selected image to pnm-image # needs : imagemagick > identify convert # diff --git a/scripts/mount.sh b/scripts/mount.sh index 65cb6e0..2b289f2 100755 --- a/scripts/mount.sh +++ b/scripts/mount.sh @@ -1,5 +1,7 @@ #!/bin/bash # +# $Id$ +# # This script is called from VDR to mount/unmount/eject # the sources for MP3 play and/or image sources, # |