diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-08-31 18:29:55 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-08-31 18:29:55 +0000 |
commit | 26461e5aec1b369306637311d6b6736f85203a72 (patch) | |
tree | 62c477dedff81cf1144403e4df9345185ccb43fb /multimedia/gstreamer1-libav/Makefile | |
parent | 57cbe133e288c9fd0ea6daf4fe196d995982f379 (diff) |
Update to 1.0.10.
Bug fix release.
Notes
Notes:
svn path=/head/; revision=325825
Diffstat (limited to 'multimedia/gstreamer1-libav/Makefile')
-rw-r--r-- | multimedia/gstreamer1-libav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index cc53eb5d6431..fca69f20b508 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/multimedia/gstreamer1-libav/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $ PORTNAME= gstreamer1-libav -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ DISTNAME= gst-libav-${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ orc>=0.4.16:${PORTSDIR}/devel/orc -LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc +LIB_DEPENDS= liborc-0.4.so:${PORTSDIR}/devel/orc USE_XZ= yes USE_GMAKE= yes |