multimedia/coriander: Minor changes, added new optional dep.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Philip Lacroix 2017-02-08 23:21:19 +00:00 committed by Willy Sudiarto Raharjo
parent 6b471a5b29
commit a0f02e21ef
4 changed files with 15 additions and 13 deletions

View file

@ -1,8 +1,10 @@
Coriander is a full-featured graphical interface for controlling digital cameras
through the IEEE-1394 bus (i.e. FireWire or iLink). It can also record videos,
send images to an FTP site and convert videos to V4L streams. A live display is
provided as well. The program will work with any camera which is compatible with
also provided. The program will work with any camera that is compatible with
the IIDC specifications (v1.04 or later): this includes most 1394 webcams and
many industrial and scientific cameras.
Optional dependencies: ftplib (FTP support)
NOTE: FTP support is added automatically if ftplib is detected.
Optional dependencies: ftplib

View file

@ -2,7 +2,7 @@
# Slackware build script for coriander
# Copyright 2015 Philip Lacroix <slackph at posteo dot de>
# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -2,7 +2,7 @@ PRGNAM="coriander"
VERSION="2.0.2"
HOMEPAGE="http://damien.douxchamps.net/ieee1394/coriander/"
DOWNLOAD="http://sourceforge.net/projects/coriander/files/coriander-2/2.0.2/coriander-2.0.2.tar.gz"
MD5SUM="431d98fb013217681f97ade168201fb8"
MD5SUM="431d98fb013217681f97ade168201fb8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libdc1394 libgnomeui"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
coriander: coriander (program to control IEEE-1394 digital cameras)
coriander: coriander (a program to control IEEE-1394 digital cameras)
coriander:
coriander: Coriander is a full-featured graphical interface for controlling a
coriander: digital camera through the IEEE-1394 bus (i.e. FireWire or iLink).
coriander: Coriander is a full-featured graphical interface for controlling
coriander: digital cameras through the IEEE-1394 bus (i.e. FireWire or iLink).
coriander: It can also record videos, send images to an FTP site and convert
coriander: videos to V4L streams. A live display is provided. The program will
coriander: work with IIDC-compatible devices (v1.04 or later) including most
coriander: 1394 webcams and many industrial and scientific cameras.
coriander: videos to V4L streams. A live display is also provided. The program
coriander: will work with IIDC-compatible devices (v1.04 or later) including
coriander: most 1394 webcams and many industrial and scientific cameras.
coriander:
coriander: Homepage: http://damien.douxchamps.net/ieee1394/coriander/
coriander: