video-contact-sheet/dist
Toni Corvera 55b2c1ccdf Disable the RELEASE status flag
git-svn-id: https://svn.outlyer.net/svn/pub/video-contact-sheet/trunk@713 da2faf11-d50b-4b07-92cd-6070d1bd8887
2022-05-09 22:33:52 +00:00
..
arch Arch and RPM packages now depend on ffmpeg with mplayer as an option 2017-05-20 23:50:51 +00:00
debian Prepare for 1.13.4 release 2019-11-26 11:01:45 +00:00
docs Fixed missing SVN keywords 2017-05-23 18:42:21 +00:00
examples Reword LGPL header 2011-08-31 12:31:14 +00:00
profiles Also change title colours in default profiles 2011-09-01 13:32:38 +00:00
rpm Ignore error on unsigned RPM 2019-11-26 11:01:44 +00:00
AUTHORS Merge changes from 1.13.2-pre.4 into trunk: Allow disabling colour altogether 2017-05-23 18:40:26 +00:00
BSDmakefile Extract VERSION with the new syntax 2013-03-08 16:07:17 +00:00
CHANGELOG Terminal capabilities checks improvements 2022-05-09 22:03:38 +00:00
GNUmakefile Extract VERSION with the new syntax 2013-03-08 16:07:17 +00:00
README Sync 2011-08-23 00:41:30 +00:00
common.mk Corrected tarball compression rules 2019-05-04 10:06:10 +00:00
vcs Disable the RELEASE status flag 2022-05-09 22:33:52 +00:00

README

Index
-----

  1. Files
  2. Installation
  3. Uninstallation

Files
-----

In this package:

  vcs                   The VCS script
  profiles/             Example profiles:
           mosaic.conf  20 small thumbnails in a 5x4 grid, no padding
           black.conf   Black background and white text
           white.conf   White background and black text
  examples/vcs.conf     Example configuration
                        Use "make examples/vcs.conf.example" to create
                        a version with all options commented out.

Installation
------------

$ make install
Will install under /usr/local

$ make install prefix=/usr
Will install under /usr

Uninstallation
--------------

$ make uninstall

If you used a prefix during install use it too during uninstall