summaryrefslogtreecommitdiffstats
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* release v1Markus Teich2017-09-031-1/+1
|
* fix include and lib paths for the BSDsMarkus Teich2016-03-151-2/+7
|
* support FreeBSDMarkus Teich2016-03-151-2/+2
| | | | On FreeBSD the lib and include directories are in /usr/local rather than /usr.
* Support farbfeld as an intermediate formatsin2015-12-081-1/+1
| | | | | | | | | | | | | | | | | Sent now uses farbfeld[0] as an intermediate format. A series of filters is specified in config.h that matches file extensions to filter programs. The programs will convert between formats such as png to farbfeld. Internally in sent we do not need to worry on how to parse png or any other format. This also works with jpg and gif and others. The 2ff wrapper will use imagemagick conversion tools. This is temporary as jpg2ff and gif2ff will also be implemented. To make this work, you will have to clone[0] and put png2ff and 2ff in your PATH. [0] http://git.2f30.org/farbfeld/
* update versionMarkus Teich2015-11-171-1/+1
|
* prepare switch to libslMarkus Teich2015-04-051-2/+2
|
* make: fix warnings because of BSD_SOURCEJonas Jelten2015-01-191-1/+1
|
* add png supportMarkus Teich2014-06-291-1/+1
|
* add stuffMarkus Teich2014-06-231-0/+25