diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-24 23:56:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-24 23:56:04 +0800 |
commit | 91f9c3b10ad509de29570078303c76f78c9adcbf (patch) | |
tree | 38919723477667d7ddbc222733454b7826e8fbeb /multimedia | |
parent | 3b759249a753b39d197c407cb285252076ec84ab (diff) | |
download | freebsd-ports-gnome-91f9c3b10ad509de29570078303c76f78c9adcbf.tar.gz freebsd-ports-gnome-91f9c3b10ad509de29570078303c76f78c9adcbf.tar.zst freebsd-ports-gnome-91f9c3b10ad509de29570078303c76f78c9adcbf.zip |
- Fix creation of new multimedia/motion detected videos
- Bump PORTREVISION
PR: 119938
Submitted by: Angel Carpintero <ack@telefonica.net> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/motion/Makefile | 5 | ||||
-rw-r--r-- | multimedia/motion/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index a077e002d697..b815b0cd65d3 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -7,18 +7,19 @@ PORTNAME= motion PORTVERSION= 3.2.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF PATCH_SITES= http://www.lavrsen.dk/twiki/pub/Motion/FreeBSDPatch/ -PATCHFILES= motion-3.2.9.port-freebsd.diff.gz +PATCHFILES= motion-3.2.9-2.port-freebsd.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ack@telefonica.net COMMENT= A motion detection application LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg + avformat.1:${PORTSDIR}/multimedia/ffmpeg ONLY_FOR_ARCHS= i386 amd64 diff --git a/multimedia/motion/distinfo b/multimedia/motion/distinfo index f94f0214060c..b61040665284 100644 --- a/multimedia/motion/distinfo +++ b/multimedia/motion/distinfo @@ -1,6 +1,6 @@ MD5 (motion-3.2.9.tar.gz) = 6003011b126c9b17e23e085e7fba6536 SHA256 (motion-3.2.9.tar.gz) = de452dc1530d078b29b5a39a909d7483c5b857df3f48c3cef73765a37e98f20c SIZE (motion-3.2.9.tar.gz) = 377075 -MD5 (motion-3.2.9.port-freebsd.diff.gz) = 07e8b58aea55f01b88e94373663187ca -SHA256 (motion-3.2.9.port-freebsd.diff.gz) = d9196701155767abaf62a733933f02526758c9549439913df169d88e86edc4a5 -SIZE (motion-3.2.9.port-freebsd.diff.gz) = 3875 +MD5 (motion-3.2.9-2.port-freebsd.diff.gz) = f3ddb2994d9bc7c54e3c89cf8a43fc6f +SHA256 (motion-3.2.9-2.port-freebsd.diff.gz) = af6ef728d0734cf16d06f7a256eac007b5ec3db8f6baafb9e6caf9f1095f0e9f +SIZE (motion-3.2.9-2.port-freebsd.diff.gz) = 4980 |