svn commit: r351265 - head/audio/soundkonverter
David Naylor
dbn at FreeBSD.org
Mon Apr 14 17:06:47 UTC 2014
Author: dbn
Date: Mon Apr 14 17:06:47 2014
New Revision: 351265
URL: http://svnweb.freebsd.org/changeset/ports/351265
QAT: https://qat.redports.org/buildarchive/r351265/
Log:
Add optional dependency to libav for audio/soundkonverter.
Since the package structure may change, bump PORTREVISION.
Modified:
head/audio/soundkonverter/Makefile
Modified: head/audio/soundkonverter/Makefile
==============================================================================
--- head/audio/soundkonverter/Makefile Mon Apr 14 17:01:00 2014 (r351264)
+++ head/audio/soundkonverter/Makefile Mon Apr 14 17:06:47 2014 (r351265)
@@ -3,6 +3,7 @@
PORTNAME= soundkonverter
DISTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= audio kde
MASTER_SITES= GH LOCAL/dbn/${PORTNAME}
@@ -68,10 +69,8 @@ FLUIDSYNTH_RUN_DEPENDS= fluidsynth:${POR
LAME_RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
-.if defined(NOT_IMPLEMENTED)
LIBAV_DESCR= LibAV support (WMA, AIFF, AC3, APE...)
-LIBAV_RUN_DEPENDS= avconv:${PORTSDIR}/audio/libav
-.endif
+LIBAV_RUN_DEPENDS= avconv:${PORTSDIR}/multimedia/libav
MAC_DESC= Monkey's Audio lossless codec
MAC_RUN_DEPENDS= mac:${PORTSDIR}/audio/mac
More information about the svn-ports-head
mailing list