Date: Wed, 15 Oct 2014 19:32:49 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370948 - head/audio/cuberok Message-ID: <201410151932.s9FJWnDQ019024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Wed Oct 15 19:32:48 2014 New Revision: 370948 URL: https://svnweb.freebsd.org/changeset/ports/370948 QAT: https://qat.redports.org/buildarchive/r370948/ Log: audio/cuberok: - don't rely on phonon-gstreamer and add explicit dependency on gstreamer-0.10 (upcoming phonon-gstreamer will depend on GStreamer 1) - drop needless USE_LDCONFIG - deprecate, the project looks abandoned upstream, no support for modern FFmpeg and GStreamer Approved by: maintainer (implicit) Modified: head/audio/cuberok/Makefile Modified: head/audio/cuberok/Makefile ============================================================================== --- head/audio/cuberok/Makefile Wed Oct 15 19:28:20 2014 (r370947) +++ head/audio/cuberok/Makefile Wed Oct 15 19:32:48 2014 (r370948) @@ -17,7 +17,10 @@ LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/ libavutil0.so:${PORTSDIR}/multimedia/ffmpeg0 \ libtag.so:${PORTSDIR}/audio/taglib -USE_LDCONFIG= yes +DEPRECATED= Upstream development has stalled +EXPIRATION_DATE= 2014-11-15 + +USE_GSTREAMER= yes USE_QT4= gui xml uic_build moc_build rcc_build \ network phonon-gst sql USES= gettext iconv pkgconfig qmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410151932.s9FJWnDQ019024>